3110843159
* Move PICO_FLASH_SIZE_BYTES out of platform_defs.h since it precedes board config; also default to -1 for unknown * make default for PICO_FLASH_SIZE_BYTES undefined - i.e. no value |
||
---|---|---|
.. | ||
hardware_regs | ||
hardware_structs | ||
CMakeLists.txt | ||
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