Skip to content

Commit

Permalink
Merge pull request #3019 from hathach/fix-pico-examples-build
Browse files Browse the repository at this point in the history
fix(rp2040) set RTOS as cmake cache to fix pico-example build
  • Loading branch information
hathach authored Mar 10, 2025
2 parents 02a630b + 683b1e9 commit dc45903
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion hw/bsp/family_support.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -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 ()

#-------------------------------------------------------------
Expand Down

0 comments on commit dc45903

Please sign in to comment.