I prefer to specify the platform type directly through CMakeLists.txt instead of using cmake command-line parameters
set(PICO_PLATFORM "rp2350-arm-s")
FreeRTOS_Kernel_import.cmake can automatically import PORTS, so this method is compatible with both rp2040 and rp2350
set(PICO_PLATFORM "rp2350-arm-s")
FreeRTOS_Kernel_import.cmake can automatically import PORTS, so this method is compatible with both rp2040 and rp2350
Statistics: Posted by dazzlinggod — Thu Feb 20, 2025 6:50 am