blob: 2b8cc19e0d8b402cf66f1d107938e236d29e7112 (
plain)
1
2
3
4
5
6
7
8
|
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()
|