Merge pull request #3019 from hathach/fix-pico-examples-build

fix(rp2040) set RTOS as cmake cache to fix pico-example build
This commit is contained in:
Ha Thach
2025-03-10 12:18:22 +07:00
committed by GitHub

View File

@@ -12,7 +12,7 @@ set(UF2CONV_PY ${TOP}/tools/uf2/utils/uf2conv.py)
# RTOS
#-------------------------------------------------------------
if (NOT DEFINED RTOS)
set(RTOS noos)
set(RTOS noos CACHE STRING "RTOS")
endif ()
#-------------------------------------------------------------