some how lpc55 ci cannot build without pre-checkout lib/sct_neopixel
This commit is contained in:
hathach
2021-03-05 22:49:29 +07:00
parent ca6abea97d
commit 7afe1d9e16
2 changed files with 3 additions and 12 deletions

View File

@@ -41,7 +41,7 @@ SRC_C += \
$(MCU_DIR)/drivers/fsl_reset.c \
$(MCU_DIR)/drivers/fsl_usart.c \
$(MCU_DIR)/drivers/fsl_flexcomm.c \
lib/sct_neopixel/sct_neopixel.c
lib/sct_neopixel/sct_neopixel.c
INC += \
$(TOP)/$(BOARD_PATH) \
@@ -60,10 +60,3 @@ CHIP_FAMILY = lpc_ip3511
# For freeRTOS port source
FREERTOS_PORT = ARM_CM33_NTZ/non_secure
# For flash-jlink target
#JLINK_DEVICE = LPC55S69
# flash using pyocd
#flash: $(BUILD)/$(PROJECT).hex
# pyocd flash -t LPC55S69 $<