pico-sdk/src/rp2040
Graham Sanderson e57b99a652
Rework ordering of cmake, so that libraries in subdirectories can add to internal lists as PICO_SDK_POST_LIST_FILES, PICO_CONFIG_HEADER_FILES etc. (#382)
Move generation of config header later, so it gets to include all values for PICO_CONFIG_HEADER_FILES
2021-05-11 10:33:34 -05:00
..
hardware_regs Remove MASTER_ON_HOLD bit from I2C status registers. Fix typos. (#326) 2021-04-12 11:15:50 +01:00
hardware_structs Fix implementation config listing in structs/i2c.h (#325) 2021-04-09 14:42:06 +01:00
CMakeLists.txt Rework ordering of cmake, so that libraries in subdirectories can add to internal lists as PICO_SDK_POST_LIST_FILES, PICO_CONFIG_HEADER_FILES etc. (#382) 2021-05-11 10:33:34 -05:00
README.md Initial Release 2021-01-20 10:44:27 -06:00

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