|
4 years ago | |
---|---|---|
.. | ||
boot_stage2 | 4 years ago | |
hardware_adc | 4 years ago | |
hardware_base | 4 years ago | |
hardware_claim | 4 years ago | |
hardware_clocks | 4 years ago | |
hardware_divider | 4 years ago | |
hardware_dma | 4 years ago | |
hardware_flash | 4 years ago | |
hardware_gpio | 4 years ago | |
hardware_i2c | 4 years ago | |
hardware_interp | 4 years ago | |
hardware_irq | 4 years ago | |
hardware_pio | 4 years ago | |
hardware_pll | 4 years ago | |
hardware_pwm | 4 years ago | |
hardware_resets | 4 years ago | |
hardware_rtc | 4 years ago | |
hardware_spi | 4 years ago | |
hardware_sync | 4 years ago | |
hardware_timer | 4 years ago | |
hardware_uart | 4 years ago | |
hardware_vreg | 4 years ago | |
hardware_watchdog | 4 years ago | |
hardware_xosc | 4 years ago | |
pico_bit_ops | 4 years ago | |
pico_bootrom | 4 years ago | |
pico_cxx_options | 4 years ago | |
pico_divider | 4 years ago | |
pico_double | 4 years ago | |
pico_fix | 4 years ago | |
pico_float | 4 years ago | |
pico_int64_ops | 4 years ago | |
pico_malloc | 4 years ago | |
pico_mem_ops | 4 years ago | |
pico_multicore | 4 years ago | |
pico_platform | 4 years ago | |
pico_printf | 4 years ago | |
pico_runtime | 4 years ago | |
pico_standard_link | 4 years ago | |
pico_stdio | 4 years ago | |
pico_stdio_semihosting | 4 years ago | |
pico_stdio_uart | 4 years ago | |
pico_stdio_usb | 4 years ago | |
pico_stdlib | 4 years ago | |
tinyusb | 4 years ago | |
CMakeLists.txt | 4 years ago | |
README.md | 4 years ago |
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.