pico-sdk/src
Earle F. Philhower, III ca0c0db979
Fix GCC14.1 compile error in w25x10cls.S (#2000)
GCC14 doesn't like the 2-character temporary label "00" and throws an error
.../pico-sdk/src/rp2040/boot_stage2/boot2_w25x10cl.S: Assembler messages:
.../pico-sdk/src/rp2040/boot_stage2/boot2_w25x10cl.S:147: Error: junk at end of line, first unrecognized character is `0'
.../pico/rp2040/pico-sdk/src/rp2040/boot_stage2/boot2_w25x10cl.S:150: Error: garbage following instruction -- `beq 00b'

Convert it to a single number, "1", like in other boot2xxx.S files

Fixes #1999
2024-11-05 14:06:04 -06:00
..
boards boards/pimoroni_plasma2350.h: correct flash size. (#2015) 2024-11-04 13:12:11 -06:00
cmake separate actual shared bootrom header into boot_bootrom_headers, as pico_bootrom which is focused on calling the bootrom now has non trivial dependencies like pico_flash (#1881) 2024-08-29 19:07:23 -05:00
common Improve best_effort_wfe_or_timeout (#1822) 2024-09-30 09:43:55 -05:00
host [Bazel] Fix bazel build, add presubmit (#1973) 2024-10-12 17:41:43 -05:00
rp2_common Remove code bloat in public SDK for 64K roms (#2016) 2024-11-05 10:57:22 -06:00
rp2040 Fix GCC14.1 compile error in w25x10cls.S (#2000) 2024-11-05 14:06:04 -06:00
rp2350 fix assertion failure in rp2350_chip_version 2024-09-20 12:18:18 -05:00
BUILD.bazel Fix Bazel build breakages (#1908) 2024-09-10 18:44:55 -05:00
CMakeLists.txt SDK 2.0.0 release 2024-08-08 08:54:38 -05:00
combined-docs.cmake SDK 2.0.0 release 2024-08-08 08:54:38 -05:00
host.cmake SDK 2.0.0 release 2024-08-08 08:54:38 -05:00
rp2040.cmake #1829 .HEX files missing since SDK2.0.0 2024-08-15 14:15:29 -05:00
rp2350-arm-s.cmake #1829 .HEX files missing since SDK2.0.0 2024-08-15 14:15:29 -05:00
rp2350-riscv.cmake #1829 .HEX files missing since SDK2.0.0 2024-08-15 14:15:29 -05:00