summaryrefslogtreecommitdiffstatshomepage
diff options
context:
space:
mode:
authorDamien George <damien@micropython.org>2025-02-19 12:44:19 +1100
committerDamien George <damien@micropython.org>2025-02-28 14:21:35 +1100
commit13b02376af4e9d4b76bf053935b51ddc7c87df03 (patch)
treec49ceb8aff6543695e95b228b541405a5ac56157
parent71c7c03e411121b0193590bb683961e83c787ab1 (diff)
downloadmicropython-13b02376af4e9d4b76bf053935b51ddc7c87df03.tar.gz
micropython-13b02376af4e9d4b76bf053935b51ddc7c87df03.zip
lib/pico-sdk: Update to version 2.1.1.
Release notes: https://github.com/raspberrypi/pico-sdk/releases/tag/2.1.1 Signed-off-by: Damien George <damien@micropython.org>
m---------lib/pico-sdk0
-rw-r--r--ports/rp2/CMakeLists.txt2
2 files changed, 1 insertions, 1 deletions
diff --git a/lib/pico-sdk b/lib/pico-sdk
-Subproject 95ea6acad131124694cda1c162c52cd30e0aece
+Subproject bddd20f928ce76142793bef434d4f75f4af6e43
diff --git a/ports/rp2/CMakeLists.txt b/ports/rp2/CMakeLists.txt
index 8a4092529b..7002ad8769 100644
--- a/ports/rp2/CMakeLists.txt
+++ b/ports/rp2/CMakeLists.txt
@@ -276,7 +276,7 @@ if(PICO_RP2040)
elseif(PICO_RP2350 AND PICO_ARM)
target_sources(pico_float_micropython INTERFACE
${PICO_SDK_PATH}/src/rp2_common/pico_float/float_aeabi_dcp.S
- ${PICO_SDK_PATH}/src/rp2_common/pico_float/float_conv_m33.S
+ ${PICO_SDK_PATH}/src/rp2_common/pico_float/float_common_m33.S
)
endif()