|
|
|
@ -10,7 +10,7 @@ target_compile_definitions(DELAY PRIVATE ${C_DEFS})
|
|
|
|
|
target_include_directories(DELAY PUBLIC ${PERIFERALS_DIR} ${CSL_INCLUDES})
|
|
|
|
|
add_library(sub::delay ALIAS DELAY)
|
|
|
|
|
|
|
|
|
|
add_library(PIN ${CSL_SOURCES}/pin.c)
|
|
|
|
|
add_library(PIN ${CSL_SOURCES}/imp_pin.c)
|
|
|
|
|
target_compile_options(PIN PRIVATE ${C_FLAGS})
|
|
|
|
|
target_compile_definitions(PIN PRIVATE ${C_DEFS})
|
|
|
|
|
target_include_directories(PIN PUBLIC ${PERIFERALS_DIR} ${CSL_INCLUDES})
|
|
|
|
|