lpc176x: Use common cmsis-core files

No need to include separate cmsis files from the mbed project - the
standard CMSIS_5 files work fine.

Signed-off-by: Kevin O'Connor <kevin@koconnor.net>
This commit is contained in:
Kevin O'Connor
2018-07-31 14:11:25 -04:00
parent 742048a08d
commit f4910e119a
7 changed files with 6 additions and 4449 deletions

View File

@@ -4,10 +4,10 @@
CROSS_PREFIX=arm-none-eabi-
dirs-y += src/lpc176x src/generic
dirs-y += lib/lpc176x/device lib/lpc176x/device/TOOLCHAIN_GCC_ARM
dirs-y += lib/lpc176x/device/TOOLCHAIN_GCC_ARM
CFLAGS += -mthumb -mcpu=cortex-m3
CFLAGS += -Ilib/lpc176x/device -Ilib/lpc176x/device -Ilib/lpc176x/cmsis
CFLAGS += -Ilib/lpc176x/device -Ilib/cmsis-core
CFLAGS_klipper.elf += -T $(OUT)LPC1768.ld
CFLAGS_klipper.elf += --specs=nano.specs --specs=nosys.specs