added mbed lpc1768 board

This commit is contained in:
hathach
2019-09-05 14:29:17 +07:00
parent 2e00019aae
commit dd07e743d8
8 changed files with 435 additions and 395 deletions

View File

@@ -1,12 +1,12 @@
CFLAGS += \
-DHSE_VALUE=8000000 \
-DCFG_TUSB_MCU=OPT_MCU_STM32F4 \
-DSTM32F411xE \
-mthumb \
-mabi=aapcs-linux \
-mcpu=cortex-m4 \
-mfloat-abi=hard \
-mfpu=fpv4-sp-d16 \
-DCFG_TUSB_MCU=OPT_MCU_STM32F4 \
-nostdlib -nostartfiles
# All source paths should be relative to the top level.