• Home
  • History
  • Annotate
Name Date Size #Lines LOC

..--

boot_stage2/18-Mar-2025-1,811989

hardware_regs/18-Mar-2025-218,912166,836

hardware_structs/18-Mar-2025-9,7822,633

pico_platform/18-Mar-2025-526315

README.mdD18-Mar-2025378 74

rp2350a_interface_pins.jsonD18-Mar-20252.8 KiB9695

rp2350b_interface_pins.jsonD18-Mar-20253.5 KiB112111

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