This website requires JavaScript.
Explore
Help
Sign In
Embedded
/
tinyusb
Watch
1
Star
0
Fork
0
You've already forked tinyusb
mirror of
https://github.com/hathach/tinyusb.git
synced
2025-01-17 05:32:55 +08:00
Code
Issues
Packages
Projects
Releases
Wiki
Activity
tinyusb
/
hw
/
bsp
/
broadcom_32bit
/
boards
/
raspberrypi_zero_w
/
board.mk
6 lines
113 B
Makefile
Raw
Normal View
History
Unescape
Escape
Add Raspberry Pi Zero W and Zero 2 W These are different Broadcom chips. The peripherals are essentially the same. The main differences are: * The CPU(s) * The interrupt controller * The peripheral base address (but not the peripherals that we use)
2022-01-05 13:47:01 -08:00
CFLAGS
+=
-mcpu
=
arm1176jzf-s
\
-DBCM_VERSION
=
2835
\
-DCFG_TUSB_MCU
=
OPT_MCU_BCM2835
fix trailing space and new line temporarily disable codespell
2023-03-17 16:12:49 +07:00
SUFFIX
=
Reference in New Issue
Copy Permalink