mirror of
https://github.com/Klipper3d/klipper.git
synced 2026-01-07 07:17:45 -07:00
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:
parent
742048a08d
commit
f4910e119a
7 changed files with 6 additions and 4449 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue