• Home
  • History
  • Annotate
Name Date Size #Lines LOC

..--

boot_stage2/03-Aug-2024-1,574801

cmsis/03-Aug-2024-9,6345,130

hardware_adc/03-Aug-2024-286106

hardware_base/03-Aug-2024-17163

hardware_claim/03-Aug-2024-17060

hardware_clocks/03-Aug-2024-660305

hardware_divider/03-Aug-2024-532203

hardware_dma/03-Aug-2024-1,006392

hardware_exception/03-Aug-2024-17277

hardware_flash/03-Aug-2024-295148

hardware_gpio/03-Aug-2024-1,162408

hardware_i2c/03-Aug-2024-711334

hardware_interp/03-Aug-2024-529179

hardware_irq/03-Aug-2024-918459

hardware_pio/03-Aug-2024-2,075856

hardware_pll/03-Aug-2024-15057

hardware_pwm/03-Aug-2024-582204

hardware_resets/03-Aug-2024-10223

hardware_rtc/03-Aug-2024-290141

hardware_spi/03-Aug-2024-575237

hardware_sync/03-Aug-2024-467171

hardware_timer/03-Aug-2024-474205

hardware_uart/03-Aug-2024-573246

hardware_vreg/03-Aug-2024-7033

hardware_watchdog/03-Aug-2024-22879

hardware_xosc/03-Aug-2024-11848

pico_async_context/03-Aug-2024-1,670951

pico_bit_ops/03-Aug-2024-184151

pico_bootrom/03-Aug-2024-269133

pico_bootsel_via_double_reset/03-Aug-2024-9850

pico_btstack/03-Aug-2024-810619

pico_cxx_options/03-Aug-2024-2920

pico_cyw43_arch/03-Aug-2024-1,035475

pico_cyw43_driver/03-Aug-2024-2,6662,021

pico_divider/03-Aug-2024-925793

pico_double/03-Aug-2024-3,9903,482

pico_fix/03-Aug-2024-18094

pico_float/03-Aug-2024-2,0271,707

pico_i2c_slave/03-Aug-2024-191101

pico_int64_ops/03-Aug-2024-10569

pico_lwip/03-Aug-2024-688442

pico_malloc/03-Aug-2024-148105

pico_mbedtls/03-Aug-2024-190177

pico_mem_ops/03-Aug-2024-174109

pico_multicore/03-Aug-2024-600255

pico_platform/03-Aug-2024-556185

pico_printf/03-Aug-2024-1,110766

pico_rand/03-Aug-2024-504241

pico_runtime/03-Aug-2024-403278

pico_standard_link/03-Aug-2024-1,5751,258

pico_stdio/03-Aug-2024-541371

pico_stdio_semihosting/03-Aug-2024-10653

pico_stdio_uart/03-Aug-2024-225147

pico_stdio_usb/03-Aug-2024-771497

pico_stdlib/03-Aug-2024-157122

pico_unique_id/03-Aug-2024-13246

tinyusb/03-Aug-2024-6847

CMakeLists.txtD03-Aug-20242.9 KiB8770

README.mdD03-Aug-2024520 96

README.md

1This directory contains libraries specifically targeting the RP2040 or possible future related devices. It is selected when
2`PICO_PLATFORM=rp2040` (the default) is specified for the build
3
4`hardware_` libraries exist for individual hardware components to provide a simple API
5providing a thin abstraction hiding the details of accessing the hardware registers directly.
6
7`pico_` provides higher level functionality you might generally find in say an OS kernel, as well
8as runtime support familiar to most C programmers.
9