release picotool version 2.2.0
diff --git a/CMakeLists.txt b/CMakeLists.txt
index ac1cf5f..691605b 100644
--- a/CMakeLists.txt
+++ b/CMakeLists.txt
@@ -297,8 +297,8 @@
target_sources(picotool PRIVATE get_xip_ram_perms.cpp)
add_dependencies(picotool generate_otp_header embedded_data)
endif()
-set(PROJECT_VERSION 2.1.2-develop)
-set(PICOTOOL_VERSION 2.1.2-develop)
+set(PROJECT_VERSION 2.2.0)
+set(PICOTOOL_VERSION 2.2.0)
set(SYSTEM_VERSION "${CMAKE_SYSTEM_NAME}")
set(COMPILER_INFO "${CMAKE_C_COMPILER_ID}-${CMAKE_C_COMPILER_VERSION}, ${CMAKE_BUILD_TYPE}")
target_compile_definitions(picotool PRIVATE
diff --git a/MODULE.bazel b/MODULE.bazel
index 0c6f067..33e41ac 100644
--- a/MODULE.bazel
+++ b/MODULE.bazel
@@ -1,6 +1,6 @@
module(
name = "picotool",
- version = "2.1.2-develop",
+ version = "2.2.0",
)
bazel_dep(name = "rules_libusb", version = "0.1.0-rc2")
diff --git a/enc_bootloader/CMakeLists.txt b/enc_bootloader/CMakeLists.txt
index 34bf8f7..30c903c 100644
--- a/enc_bootloader/CMakeLists.txt
+++ b/enc_bootloader/CMakeLists.txt
@@ -23,8 +23,8 @@
set(CMAKE_C_STANDARD 11)
set(CMAKE_CXX_STANDARD 17)
- if (PICO_SDK_VERSION_STRING VERSION_LESS "2.1.2")
- message(FATAL_ERROR "Raspberry Pi Pico SDK version 2.1.2 (or later) required. Your version is ${PICO_SDK_VERSION_STRING}")
+ if (PICO_SDK_VERSION_STRING VERSION_LESS "2.2.0")
+ message(FATAL_ERROR "Raspberry Pi Pico SDK version 2.2.0 (or later) required. Your version is ${PICO_SDK_VERSION_STRING}")
endif()
# Initialize the SDK
diff --git a/enc_bootloader/enc_bootloader.elf b/enc_bootloader/enc_bootloader.elf
index 381ad7b..2e84072 100644
--- a/enc_bootloader/enc_bootloader.elf
+++ b/enc_bootloader/enc_bootloader.elf
Binary files differ
diff --git a/enc_bootloader/enc_bootloader_mbedtls.elf b/enc_bootloader/enc_bootloader_mbedtls.elf
index 8e660b3..88993b6 100644
--- a/enc_bootloader/enc_bootloader_mbedtls.elf
+++ b/enc_bootloader/enc_bootloader_mbedtls.elf
Binary files differ
diff --git a/xip_ram_perms/xip_ram_perms.elf b/xip_ram_perms/xip_ram_perms.elf
index 8bb7200..75a111f 100644
--- a/xip_ram_perms/xip_ram_perms.elf
+++ b/xip_ram_perms/xip_ram_perms.elf
Binary files differ