From 842787036385e4afcaf38f7905d66a3509cdca3d Mon Sep 17 00:00:00 2001 From: will-v-pi <108662275+will-v-pi@users.noreply.github.com> Date: Tue, 10 Dec 2024 15:16:26 +0000 Subject: [PATCH] Update Pico SDK dependence to 2.1.0 --- CMakeLists.txt | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index adb47ae..ad42df3 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -19,8 +19,8 @@ if (NOT EXISTS ${PICO_SDK_PATH}) endif () include(${PICO_SDK_PATH}/pico_sdk_version.cmake) -if (PICO_SDK_VERSION_STRING VERSION_LESS "2.0.0") - message(FATAL_ERROR "Raspberry Pi Pico SDK version 2.0.0 (or later) required. Your version is ${PICO_SDK_VERSION_STRING}") +if (PICO_SDK_VERSION_STRING VERSION_LESS "2.1.0") + message(FATAL_ERROR "Raspberry Pi Pico SDK version 2.1.0 (or later) required. Your version is ${PICO_SDK_VERSION_STRING}") endif() # Set PICOTOOL_CODE_OTP to compile OTP definitions in - otherwise, they are included from JSON