
- change tinyusb CMakeLists.txt to function tinyusb_target_add() instead of defining tinyusb lib target
6 lines
134 B
CMake
6 lines
134 B
CMake
set(CMAKE_SYSTEM_CPU cortex-a53 CACHE INTERNAL "System Processor")
|
|
set(BCM_VERSION 2837)
|
|
|
|
function(update_board TARGET)
|
|
endfunction()
|