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)
8 lines
146 B
Makefile
8 lines
146 B
Makefile
CFLAGS += -mcpu=arm1176jzf-s \
|
|
-DBCM_VERSION=2835 \
|
|
-DCFG_TUSB_MCU=OPT_MCU_BCM2835
|
|
|
|
CROSS_COMPILE = arm-none-eabi-
|
|
|
|
SUFFIX =
|