We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent edbad2f commit f714343Copy full SHA for f714343
pico_sdk_version.cmake
@@ -10,7 +10,7 @@ if (NOT DEFINED PICO_SDK_VERSION_MAJOR)
10
set(PICO_SDK_VERSION_REVISION 1)
11
# PICO_BUILD_DEFINE: PICO_SDK_VERSION_PRE_RELEASE_ID, Optional SDK pre-release version identifier, default=Current SDK pre-release identifier, type=string, group=pico_base
12
# PICO_CMAKE_CONFIG: PICO_SDK_VERSION_PRE_RELEASE_ID, Optional SDK pre-release version identifier, default=Current SDK pre-release identifier, type=string, group=pico_base
13
- set(PICO_SDK_VERSION_PRE_RELEASE_ID develop)
+ set(PICO_SDK_VERSION_PRE_RELEASE_ID xip-sram)
14
endif()
15
16
# PICO_BUILD_DEFINE: PICO_SDK_VERSION_STRING, SDK version string, type=string, default=Current SDK version string, group=pico_base
0 commit comments