mirror of
https://github.com/hathach/tinyusb.git
synced 2025-04-17 08:45:13 +00:00
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)
10 lines
196 B
Makefile
10 lines
196 B
Makefile
CFLAGS += -mcpu=cortex-a72 \
|
|
-DBCM_VERSION=2711 \
|
|
-DCFG_TUSB_MCU=OPT_MCU_BCM2711
|
|
|
|
CROSS_COMPILE = aarch64-none-elf-
|
|
|
|
SUFFIX = 8
|
|
|
|
INC += $(TOP)/lib/CMSIS_5/CMSIS/Core_A/Include
|