tree: a1a44de15cbb93727425c15bc5ce4121152ef175 [path history] [tgz]
  1. hardware_regs/
  2. hardware_structs/
  3. CMakeLists.txt
  4. README.md
  5. rp2040_interface_pins.json
src/rp2040/README.md

This directory contains header files defining the RP2040 hardware. It is selected when PICO_PLATFORM=rp2040 (the default) is specified for the build

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