Files
pico-sdk/src/rp2_common
Joe Komlodi b2a44a8074 rp2_common/hardware_pio/pio: Add 'pio_add_program_at_offset' implementation
pio_add_program_at_offset() had a prototype in the header, but was
missing an implementation in the C file.
2021-02-01 14:46:45 -06:00
..
2021-01-20 10:44:27 -06:00
2021-01-20 10:44:27 -06:00
2021-01-20 10:44:27 -06:00
2021-01-20 10:44:27 -06:00
2021-01-20 10:44:27 -06:00
2021-01-20 10:44:27 -06:00
2021-01-20 10:44:27 -06:00
2021-01-20 10:44:27 -06:00
2021-01-20 10:44:27 -06:00
2021-01-20 10:44:27 -06:00
2021-01-20 10:44:27 -06:00
2021-01-20 10:44:27 -06:00
2021-01-20 10:44:27 -06:00
2021-01-20 10:44:27 -06:00
2021-01-20 10:44:27 -06:00
2021-01-20 10:44:27 -06:00
2021-01-20 10:44:27 -06:00
2021-01-20 10:44:27 -06:00
2021-01-20 10:44:27 -06:00
2021-01-20 10:44:27 -06:00
2021-01-20 10:44:27 -06:00
2021-01-20 10:44:27 -06:00
2021-01-20 10:44:27 -06:00
2021-01-20 10:44:27 -06:00
2021-01-20 10:44:27 -06:00
2021-01-20 10:44:27 -06:00
2021-01-20 10:44:27 -06:00
2021-01-20 10:44:27 -06:00
2021-01-20 10:44:27 -06:00
2021-01-20 10:44:27 -06:00
2021-01-20 10:44:27 -06:00
2021-01-20 10:44:27 -06:00
2021-01-20 10:44:27 -06:00
2021-01-20 10:44:27 -06: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.