Name | Date | Size | #Lines | LOC | ||
---|---|---|---|---|---|---|
.. | - | - | ||||
boot_stage2/ | 18-Mar-2025 | - | 1,811 | 989 | ||
hardware_regs/ | 18-Mar-2025 | - | 218,912 | 166,836 | ||
hardware_structs/ | 18-Mar-2025 | - | 9,782 | 2,633 | ||
pico_platform/ | 18-Mar-2025 | - | 526 | 315 | ||
README.md | D | 18-Mar-2025 | 378 | 7 | 4 | |
rp2350a_interface_pins.json | D | 18-Mar-2025 | 2.8 KiB | 96 | 95 | |
rp2350b_interface_pins.json | D | 18-Mar-2025 | 3.5 KiB | 112 | 111 |
README.md
1This directory contains files specific to the RP2350 hardware. It is only used when building for RP2350 platforms, i.e. 2`PICO_PLATFORM=rp2350-arm-s` or `PICO_PLATFORM=rp235-riscv` 3 4`hardware_regs` contains low level hardware register #defines autogenerated from the RP2350 chip definition itself. 5 6`hardware_structs` contains C structures for accessing memory mapped registers 7