Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commita1438df

Browse files
committed
SDK 2.2.0 Release
1 parentb375d7f commita1438df

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

‎MODULE.bazel‎

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,12 @@
11
module(
22
name="pico-sdk",
3-
version="2.1.2-develop",
3+
version="2.2.0",
44
)
55

66
bazel_dep(name="platforms",version="0.0.9")
77
bazel_dep(name="bazel_skylib",version="1.6.1")
88
bazel_dep(name="rules_python",version="0.36.0")
9-
bazel_dep(name="picotool",version="2.1.1")
9+
bazel_dep(name="picotool",version="2.2.0")
1010
bazel_dep(name="rules_cc",version="0.0.10")
1111

1212
http_archive=use_repo_rule("@bazel_tools//tools/build_defs/repo:http.bzl","http_archive")

‎pico_sdk_version.cmake‎

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4,13 +4,13 @@ if (NOT DEFINED PICO_SDK_VERSION_MAJOR)
44
set(PICO_SDK_VERSION_MAJOR 2)
55
# PICO_BUILD_DEFINE: PICO_SDK_VERSION_MINOR, SDK minor version number, type=int, default=Current SDK minor version, group=pico_base
66
# PICO_CMAKE_CONFIG: PICO_SDK_VERSION_MINOR, SDK minor version number, type=int, default=Current SDK minor version, group=pico_base
7-
set(PICO_SDK_VERSION_MINOR1)
7+
set(PICO_SDK_VERSION_MINOR2)
88
# PICO_BUILD_DEFINE: PICO_SDK_VERSION_REVISION, SDK version revision, type=int, default=Current SDK revision, group=pico_base
99
# PICO_CMAKE_CONFIG: PICO_SDK_VERSION_REVISION, SDK version revision, type=int, default=Current SDK revision, group=pico_base
10-
set(PICO_SDK_VERSION_REVISION2)
10+
set(PICO_SDK_VERSION_REVISION0)
1111
# 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
1212
# 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)
13+
#set(PICO_SDK_VERSION_PRE_RELEASE_ID develop)
1414
endif()
1515

1616
# PICO_BUILD_DEFINE: PICO_SDK_VERSION_STRING, SDK version string, type=string, default=Current SDK version string, group=pico_base

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp