See release notes for details Co-authored-by: Brian Cooke <bdscooke@gmail.com> Co-authored-by: Luke Wren <wren6991@gmail.com> Co-authored-by: Uri Shaked <uri@urishaked.com> Co-authored-by: Zapta <zapta@users.noreply.github.com> Co-authored-by: Andrew Scheller <andrew.scheller@raspberrypi.com> Co-authored-by: Liam Fraser <liam@raspberrypi.com> Co-authored-by: Gabriel Wang <embedded_zhuoran@Hotmail.com> Co-authored-by: Matias Silva <matita.martins@gmail.com> Co-authored-by: dp111 <19616418+dp111@users.noreply.github.com> Co-authored-by: Leonardo La Rocca <46094699+leoli51@users.noreply.github.com> Co-authored-by: Mahyar Koshkouei <mk@deltabeard.com> Co-authored-by: Brian Starkey <stark3y@gmail.com> Co-authored-by: Philip Howard <github@gadgetoid.com> Co-authored-by: Mike Causer <mcauser@gmail.com> Co-authored-by: Martino Facchin <m.facchin@arduino.cc> Co-authored-by: ZodiusInfuser <christopher.parrott2@gmail.com> Co-authored-by: Manuel Wick <manuel@matronix.de> Co-authored-by: Matias Silva <git@matiasilva.com> Co-authored-by: Robert Pafford <19439938+rjp5th@users.noreply.github.com> Co-authored-by: Alasdair Allan <alasdair@raspberrypi.com> Co-authored-by: Engineer_Will <646689853@qq.com> Co-authored-by: Garatronic <31109090+garatronic@users.noreply.github.com> |
||
---|---|---|
.. | ||
boot_stage2 | ||
cmsis | ||
hardware_adc | ||
hardware_base | ||
hardware_claim | ||
hardware_clocks | ||
hardware_divider | ||
hardware_dma | ||
hardware_exception | ||
hardware_flash | ||
hardware_gpio | ||
hardware_i2c | ||
hardware_interp | ||
hardware_irq | ||
hardware_pio | ||
hardware_pll | ||
hardware_pwm | ||
hardware_resets | ||
hardware_rtc | ||
hardware_spi | ||
hardware_sync | ||
hardware_timer | ||
hardware_uart | ||
hardware_vreg | ||
hardware_watchdog | ||
hardware_xosc | ||
pico_bit_ops | ||
pico_bootrom | ||
pico_bootsel_via_double_reset | ||
pico_cxx_options | ||
pico_divider | ||
pico_double | ||
pico_fix | ||
pico_float | ||
pico_int64_ops | ||
pico_malloc | ||
pico_mem_ops | ||
pico_multicore | ||
pico_platform | ||
pico_printf | ||
pico_runtime | ||
pico_standard_link | ||
pico_stdio | ||
pico_stdio_semihosting | ||
pico_stdio_uart | ||
pico_stdio_usb | ||
pico_stdlib | ||
pico_unique_id | ||
tinyusb | ||
CMakeLists.txt | ||
README.md |
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.