mirror of
https://github.com/hathach/tinyusb.git
synced 2025-04-17 08:45:13 +00:00
9 lines
209 B
CMake
9 lines
209 B
CMake
set(CMAKE_SYSTEM_PROCESSOR arm1176jzf-s CACHE INTERNAL "System Processor")
|
|
#set(SUFFIX "")
|
|
|
|
function(update_board TARGET)
|
|
target_compile_definitions(${TARGET} PUBLIC
|
|
BCM_VERSION=2835
|
|
)
|
|
endfunction()
|