We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 02a630b + 683b1e9 commit dc45903Copy full SHA for dc45903
hw/bsp/family_support.cmake
@@ -12,7 +12,7 @@ set(UF2CONV_PY ${TOP}/tools/uf2/utils/uf2conv.py)
12
# RTOS
13
#-------------------------------------------------------------
14
if (NOT DEFINED RTOS)
15
- set(RTOS noos)
+ set(RTOS noos CACHE STRING "RTOS")
16
endif ()
17
18
0 commit comments