pico-sdk/src/rp2040
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
..
boot_stage2 Fix GCC14.1 compile error in w25x10cls.S (#2000) 2024-11-05 14:06:04 -06:00
hardware_regs SDK 2.0.0 release 2024-08-08 08:54:38 -05:00
hardware_structs SDK 2.0.0 release 2024-08-08 08:54:38 -05:00
pico_platform Update extract configs (#1845) 2024-08-27 11:11:42 -05:00
README.md SDK 2.0.0 release 2024-08-08 08:54:38 -05:00
rp2040_interface_pins.json Add extra checks to check_board_header.py (#1775) 2024-07-25 09:47:26 -05:00

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