Skip to content

Commit a7eb398

Browse files
committed
release picotool version 2.2.0
1 parent 48f8dc1 commit a7eb398

File tree

6 files changed

+5
-5
lines changed

6 files changed

+5
-5
lines changed

CMakeLists.txt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -297,8 +297,8 @@ if (NOT PICOTOOL_NO_LIBUSB)
297297
target_sources(picotool PRIVATE get_xip_ram_perms.cpp)
298298
add_dependencies(picotool generate_otp_header embedded_data)
299299
endif()
300-
set(PROJECT_VERSION 2.1.2-develop)
301-
set(PICOTOOL_VERSION 2.1.2-develop)
300+
set(PROJECT_VERSION 2.2.0)
301+
set(PICOTOOL_VERSION 2.2.0)
302302
set(SYSTEM_VERSION "${CMAKE_SYSTEM_NAME}")
303303
set(COMPILER_INFO "${CMAKE_C_COMPILER_ID}-${CMAKE_C_COMPILER_VERSION}, ${CMAKE_BUILD_TYPE}")
304304
target_compile_definitions(picotool PRIVATE

MODULE.bazel

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
module(
22
name = "picotool",
3-
version = "2.1.2-develop",
3+
version = "2.2.0",
44
)
55

66
bazel_dep(name = "rules_libusb", version = "0.1.0-rc2")

enc_bootloader/CMakeLists.txt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -23,8 +23,8 @@ if (NOT USE_PRECOMPILED)
2323
set(CMAKE_C_STANDARD 11)
2424
set(CMAKE_CXX_STANDARD 17)
2525

26-
if (PICO_SDK_VERSION_STRING VERSION_LESS "2.1.2")
27-
message(FATAL_ERROR "Raspberry Pi Pico SDK version 2.1.2 (or later) required. Your version is ${PICO_SDK_VERSION_STRING}")
26+
if (PICO_SDK_VERSION_STRING VERSION_LESS "2.2.0")
27+
message(FATAL_ERROR "Raspberry Pi Pico SDK version 2.2.0 (or later) required. Your version is ${PICO_SDK_VERSION_STRING}")
2828
endif()
2929

3030
# Initialize the SDK

enc_bootloader/enc_bootloader.elf

-360 Bytes
Binary file not shown.
-1.85 KB
Binary file not shown.

xip_ram_perms/xip_ram_perms.elf

-4.37 KB
Binary file not shown.

0 commit comments

Comments
 (0)