blob: a598ebc5a20ba7f83a94a5f25b9aae4f5cfe03c2 [file] [log] [blame] [view]
This directory contains libraries specifically targeting the RP2040, RP2350 and possible future related devices.
`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.