Files
pico-sdk/src/rp2_common
Graham Sanderson 248fc72f96 Remove (legacy) direct inclusion of 'pico/platform.h' and 'pico/config.h' (#1190)
* Remove (legacy) direct inclusion of 'pico/platform.h' which potentially skip config/board setup
* also fix direct use of pico/config.h which predated pico.h being assembly includable
2023-01-24 12:03:48 -06:00
..
2023-01-19 16:38:14 -06:00
2022-05-03 11:41:10 -05:00
2022-05-17 19:26:00 -05:00
2021-01-20 10:44:27 -06:00
2022-06-30 00:46:13 -05:00
2022-06-30 00:46:13 -05:00
2021-01-20 10:44:27 -06:00

This directory contains libraries specifically targeting the RP2040 or possible future related devices. It is selected when PICO_PLATFORM=rp2040 (the default) is specified for the build

hardware_ libraries exist for individual hardware components to provide a simple API providing a thin abstraction hiding the details of accessing the hardware registers directly.

pico_ provides higher level functionality you might generally find in say an OS kernel, as well as runtime support familiar to most C programmers.