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)
This commit is contained in:
@@ -0,0 +1,9 @@
|
||||
CFLAGS += -mcpu=cortex-a53 \
|
||||
-DBCM_VERSION=2837 \
|
||||
-DCFG_TUSB_MCU=OPT_MCU_BCM2837
|
||||
|
||||
CROSS_COMPILE = aarch64-none-elf-
|
||||
|
||||
SUFFIX = 8
|
||||
|
||||
INC += $(TOP)/lib/CMSIS_5/CMSIS/Core_A/Include
|
||||
Reference in New Issue
Block a user