| 
									
										
										
										
											2021-04-28 15:10:31 +07:00
										 |  |  | include $(TOP)/$(BOARD_PATH)/board.mk | 
					
						
							| 
									
										
										
										
											2023-06-24 18:38:41 +07:00
										 |  |  | CPU_CORE ?= cortex-m3 | 
					
						
							| 
									
										
										
										
											2021-04-28 15:10:31 +07:00
										 |  |  | 
 | 
					
						
							| 
									
										
										
										
											2019-10-03 15:23:01 +07:00
										 |  |  | CFLAGS += \
 | 
					
						
							| 
									
										
										
										
											2019-11-20 16:06:40 +07:00
										 |  |  |   -flto \
 | 
					
						
							| 
									
										
										
										
											2019-10-03 15:23:01 +07:00
										 |  |  |   -nostdlib \
 | 
					
						
							|  |  |  |   -DCORE_M3 \
 | 
					
						
							|  |  |  |   -D__USE_LPCOPEN \
 | 
					
						
							| 
									
										
										
										
											2019-10-04 13:13:51 +07:00
										 |  |  |   -DCFG_EXAMPLE_MSC_READONLY \
 | 
					
						
							| 
									
										
										
										
											2019-10-03 15:23:01 +07:00
										 |  |  |   -DCFG_TUSB_MCU=OPT_MCU_LPC15XX \
 | 
					
						
							| 
									
										
										
										
											2023-03-16 23:11:11 +07:00
										 |  |  |   -DCFG_TUSB_MEM_ALIGN='__attribute__((aligned(64)))' | 
					
						
							| 
									
										
										
										
											2019-10-03 15:23:01 +07:00
										 |  |  | 
 | 
					
						
							| 
									
										
										
										
											2023-11-23 12:43:13 +07:00
										 |  |  | LDFLAGS_GCC += -specs=nosys.specs -specs=nano.specs | 
					
						
							|  |  |  | 
 | 
					
						
							| 
									
										
										
										
											2019-10-04 13:13:51 +07:00
										 |  |  | # mcu driver cause following warnings
 | 
					
						
							| 
									
										
										
										
											2025-04-17 14:34:55 +07:00
										 |  |  | CFLAGS_GCC += -Wno-error=strict-prototypes -Wno-error=unused-parameter -Wno-error=unused-variable -Wno-error=cast-qual | 
					
						
							| 
									
										
										
										
											2019-10-03 15:23:01 +07:00
										 |  |  | 
 | 
					
						
							| 
									
										
										
										
											2019-11-11 11:51:51 +07:00
										 |  |  | MCU_DIR = hw/mcu/nxp/lpcopen/lpc15xx/lpc_chip_15xx | 
					
						
							| 
									
										
										
										
											2019-10-03 15:23:01 +07:00
										 |  |  | 
 | 
					
						
							|  |  |  | SRC_C += \
 | 
					
						
							| 
									
										
										
										
											2021-03-17 16:52:07 +07:00
										 |  |  | 	src/portable/nxp/lpc_ip3511/dcd_lpc_ip3511.c \
 | 
					
						
							| 
									
										
										
										
											2019-10-03 15:23:01 +07:00
										 |  |  | 	$(MCU_DIR)/../gcc/cr_startup_lpc15xx.c \
 | 
					
						
							|  |  |  | 	$(MCU_DIR)/src/chip_15xx.c \
 | 
					
						
							|  |  |  | 	$(MCU_DIR)/src/clock_15xx.c \
 | 
					
						
							|  |  |  | 	$(MCU_DIR)/src/gpio_15xx.c \
 | 
					
						
							|  |  |  | 	$(MCU_DIR)/src/iocon_15xx.c \
 | 
					
						
							|  |  |  | 	$(MCU_DIR)/src/swm_15xx.c \
 | 
					
						
							|  |  |  | 	$(MCU_DIR)/src/sysctl_15xx.c \
 | 
					
						
							| 
									
										
										
										
											2024-05-02 18:24:47 +07:00
										 |  |  | 	$(MCU_DIR)/src/sysinit_15xx.c \
 | 
					
						
							| 
									
										
										
										
											2021-04-28 14:53:46 +07:00
										 |  |  | 	$(MCU_DIR)/src/uart_15xx.c \
 | 
					
						
							| 
									
										
										
										
											2019-10-03 15:23:01 +07:00
										 |  |  | 
 | 
					
						
							|  |  |  | INC += \
 | 
					
						
							| 
									
										
										
										
											2021-04-28 15:10:31 +07:00
										 |  |  | 	$(TOP)/$(BOARD_PATH) \
 | 
					
						
							| 
									
										
										
										
											2019-10-03 15:23:01 +07:00
										 |  |  | 	$(TOP)/$(MCU_DIR)/inc |