pico-sdk/src/rp2040
Luke Wren 98574564b8
Add gpio_get_out_level() accessor, and correct SIO GPIO_OUT struct ty… (#247)
* Add gpio_get_out_level() accessor, and correct SIO GPIO_OUT struct type from WO to RW

* Clean up ambiguous-looking parentheses
2021-03-22 12:54:33 -05:00
..
hardware_regs Fix ROSC typo (#259) 2021-03-15 13:57:37 -05:00
hardware_structs Add gpio_get_out_level() accessor, and correct SIO GPIO_OUT struct ty… (#247) 2021-03-22 12:54:33 -05:00
CMakeLists.txt Initial Release 2021-01-20 10:44:27 -06: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