update lpc mcu sdk path

This commit is contained in:
hathach
2021-04-28 18:30:19 +07:00
parent aaa8c9928c
commit af0db342df
5 changed files with 10 additions and 10 deletions
+2 -2
View File
@@ -1,4 +1,4 @@
DEPS_SUBMODULES += hw/mcu/nxp
DEPS_SUBMODULES += hw/mcu/nxp/mcux-sdk
CFLAGS += \
-mthumb \
@@ -10,7 +10,7 @@ CFLAGS += \
# mcu driver cause following warnings
CFLAGS += -Wno-error=unused-parameter
MCU_DIR = hw/mcu/nxp/sdk/devices/MKL25Z4
MCU_DIR = hw/mcu/nxp/mcux-sdk/devices/MKL25Z4
# All source paths should be relative to the top level.
LD_FILE = $(MCU_DIR)/gcc/MKL25Z128xxx4_flash.ld