diff options
| author | hathach <[email protected]> | 2021-03-05 22:49:29 +0700 |
|---|---|---|
| committer | hathach <[email protected]> | 2021-03-05 22:49:29 +0700 |
| commit | 7afe1d9e16732ed4129bce189450159cc0ecb45c (patch) | |
| tree | 0108f8260afc21ad7b00bd0be6bbad8a8d47e747 /hw/bsp/lpc55 | |
| parent | ca6abea97d1cfa024430e5cc5a89a9ca4e84a32a (diff) | |
clean up
some how lpc55 ci cannot build without pre-checkout lib/sct_neopixel
Diffstat (limited to 'hw/bsp/lpc55')
| -rw-r--r-- | hw/bsp/lpc55/family.mk | 9 |
1 files changed, 1 insertions, 8 deletions
diff --git a/hw/bsp/lpc55/family.mk b/hw/bsp/lpc55/family.mk index df2aa87b5..8934cb422 100644 --- a/hw/bsp/lpc55/family.mk +++ b/hw/bsp/lpc55/family.mk @@ -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 $< |
