clang compile with lpc17

This commit is contained in:
hathach
2024-04-22 19:52:55 +07:00
parent 838a58df99
commit 06c81d8bee
4 changed files with 97 additions and 64 deletions

View File

@@ -1,9 +1,5 @@
include_guard()
if (NOT BOARD)
message(FATAL_ERROR "BOARD not specified")
endif ()
set(NRFX_DIR ${TOP}/hw/mcu/nordic/nrfx)
set(CMSIS_DIR ${TOP}/lib/CMSIS_5)