
- change tinyusb CMakeLists.txt to function tinyusb_target_add() instead of defining tinyusb lib target
9 lines
203 B
CMake
9 lines
203 B
CMake
set(CMAKE_SYSTEM_CPU arm1176jzf-s CACHE INTERNAL "System Processor")
|
|
#set(SUFFIX "")
|
|
|
|
function(update_board TARGET)
|
|
target_compile_definitions(${TARGET} PUBLIC
|
|
BCM_VERSION=2835
|
|
)
|
|
endfunction()
|