mirror of
https://github.com/raspberrypi/pico-sdk.git
synced 2025-12-10 07:14:36 +01:00
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 |
||
|---|---|---|
| .. | ||
| boot_stage2 | ||
| hardware_regs | ||
| hardware_structs | ||
| pico_platform | ||
| README.md | ||
| rp2040_interface_pins.json | ||
This directory contains files specific to the RP2040 hardware. It is only used when building for the RP2040 platforms i.e. PICO_PLATFORM=rp2040
hardware_regs contains low level hardware register #defines autogenerated from the RP2040 chip definition itself.
hardware_structs contains C structures for accessing memory mapped registers