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,5 +1,5 @@
UF2_FAMILY_ID = 0x2abc77ec
DEPS_SUBMODULES += lib/sct_neopixel hw/mcu/nxp
DEPS_SUBMODULES += lib/sct_neopixel hw/mcu/nxp/mcux-sdk
include $(TOP)/$(BOARD_PATH)/board.mk
@@ -30,7 +30,7 @@ endif
# mcu driver cause following warnings
CFLAGS += -Wno-error=unused-parameter -Wno-error=float-equal
MCU_DIR = hw/mcu/nxp/sdk/devices/$(MCU_VARIANT)
MCU_DIR = hw/mcu/nxp/mcux-sdk/devices/$(MCU_VARIANT)
# All source paths should be relative to the top level.
LD_FILE ?= $(MCU_DIR)/gcc/$(MCU_CORE)_flash.ld