diff options
| author | Damien George <damien@micropython.org> | 2025-02-19 12:44:19 +1100 |
|---|---|---|
| committer | Damien George <damien@micropython.org> | 2025-02-28 14:21:35 +1100 |
| commit | 13b02376af4e9d4b76bf053935b51ddc7c87df03 (patch) | |
| tree | c49ceb8aff6543695e95b228b541405a5ac56157 | |
| parent | 71c7c03e411121b0193590bb683961e83c787ab1 (diff) | |
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-sdk | 0 | ||||
| -rw-r--r-- | ports/rp2/CMakeLists.txt | 2 |
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 8a4092529..7002ad876 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() |
