Initial Release

This commit is contained in:
graham sanderson
2021-01-20 10:44:27 -06:00
commit 26653ea81e
404 changed files with 135614 additions and 0 deletions

7
src/rp2040/README.md Normal file
View File

@ -0,0 +1,7 @@
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