add lpc11u37 for hil rpi

This commit is contained in:
hathach
2024-07-19 22:33:53 +07:00
parent e9f9d43d67
commit 6bb59eeb3f
5 changed files with 18 additions and 2 deletions

View File

@@ -30,6 +30,7 @@ function(add_board_target BOARD_TARGET)
${SDK_DIR}/../gcc/cr_startup_lpc${LPC_FAMILY}.c
${SDK_DIR}/src/chip_${LPC_FAMILY}.c
${SDK_DIR}/src/clock_${LPC_FAMILY}.c
${SDK_DIR}/src/iap.c
${SDK_DIR}/src/iocon_${LPC_FAMILY}.c
${SDK_DIR}/src/sysinit_${LPC_FAMILY}.c
)