 a79ffeb764
			
		
	
	a79ffeb764
	
	
	
		
			
			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-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
 |