Initial Release
This commit is contained in:
0
cmake/preload/platforms/host.cmake
Normal file
0
cmake/preload/platforms/host.cmake
Normal file
7
cmake/preload/platforms/pico/pico.cmake
Normal file
7
cmake/preload/platforms/pico/pico.cmake
Normal file
@ -0,0 +1,7 @@
|
||||
if (NOT (DEFINED PICO_COMPILER OR DEFINED CMAKE_TOOLCHAIN_FILE))
|
||||
pico_message("Defaulting PICO platform compiler to pico_arm_gcc since not specified.")
|
||||
set(PICO_COMPILER "pico_arm_gcc")
|
||||
endif ()
|
||||
|
||||
|
||||
|
1
cmake/preload/platforms/rp2040.cmake
Normal file
1
cmake/preload/platforms/rp2040.cmake
Normal file
@ -0,0 +1 @@
|
||||
include(${CMAKE_CURRENT_LIST_DIR}/pico/pico.cmake)
|
Reference in New Issue
Block a user