Name | Date | Size | #Lines | LOC | ||
---|---|---|---|---|---|---|
.. | - | - | ||||
hardware_regs/ | 11-Mar-2024 | - | 101,805 | 76,884 | ||
hardware_structs/ | 11-Mar-2024 | - | 4,440 | 1,176 | ||
CMakeLists.txt | D | 11-Mar-2024 | 270 | 8 | 6 | |
README.md | D | 11-Mar-2024 | 349 | 8 | 4 |
README.md
1This directory contains header files defining the RP2040 hardware. It is selected when 2`PICO_PLATFORM=rp2040` (the default) is specified for the build 3 4`hardware_regs` contains low level hardware register #defines autogenerated from the RP2040 chip definition itself. 5 6`hardware_structs` contains C structures for accessing memory mapped registers 7 8