|
|
|
@ -4,7 +4,7 @@ target_compile_definitions(SPI PRIVATE ${C_DEFS})
|
|
|
|
|
target_include_directories(SPI PUBLIC ${PERIFERALS_DIR} ${CSL_INCLUDES})
|
|
|
|
|
add_library(sub::spi ALIAS SPI)
|
|
|
|
|
|
|
|
|
|
add_library(DELAY ${CSL_SOURCES}/delay.c)
|
|
|
|
|
add_library(DELAY ${CSL_SOURCES}/imp_delay.c)
|
|
|
|
|
target_compile_options(DELAY PRIVATE ${C_FLAGS})
|
|
|
|
|
target_compile_definitions(DELAY PRIVATE ${C_DEFS})
|
|
|
|
|
target_include_directories(DELAY PUBLIC ${PERIFERALS_DIR} ${CSL_INCLUDES})
|
|
|
|
|