Name | Date | Size | #Lines | LOC | ||
---|---|---|---|---|---|---|
.. | - | - | ||||
boot_stage2/ | 18-Mar-2025 | - | 1,722 | 908 | ||
hardware_regs/ | 18-Mar-2025 | - | 104,483 | 81,355 | ||
hardware_structs/ | 18-Mar-2025 | - | 5,445 | 1,534 | ||
pico_platform/ | 18-Mar-2025 | - | 417 | 232 | ||
README.md | D | 18-Mar-2025 | 344 | 7 | 3 | |
rp2040_interface_pins.json | D | 18-Mar-2025 | 2.7 KiB | 96 | 95 |
README.md
1This directory contains files specific to the RP2040 hardware. It is only used when building for the RP2040 platforms i.e. `PICO_PLATFORM=rp2040` 2 3`hardware_regs` contains low level hardware register #defines autogenerated from the RP2040 chip definition itself. 4 5`hardware_structs` contains C structures for accessing memory mapped registers 6 7