You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
1234567891011121314 |
- add_library(picowota_reboot INTERFACE)
-
- target_include_directories(picowota_reboot INTERFACE
- ${CMAKE_CURRENT_LIST_DIR}/include
- )
-
- target_sources(picowota_reboot INTERFACE
- ${CMAKE_CURRENT_LIST_DIR}/reboot.c
- )
-
- target_link_libraries(picowota_reboot INTERFACE
- cmsis_core
- hardware_structs
- )
|