pico-sdk/src/common
2025-07-17 09:21:24 -05:00
..
boot_picobin_headers add missing define 2025-02-17 21:49:47 -06:00
boot_picoboot_headers Minor header cleanups and ASM compatibility (#2019) 2024-11-08 19:04:02 -06:00
boot_uf2_headers Add Wi-Fi firmware partition support for Pico 2 W (#1969) 2025-07-17 09:21:24 -05:00
hardware_claim SDK 2.0.0 release 2024-08-08 08:54:38 -05:00
pico_base_headers Rework use of pico_cmake_set in board headers to make it slightly less magic/confusing (#2397) 2025-04-14 08:50:25 -07:00
pico_binary_info Fix binary_info compilation in C++ due to out-of-order designated initialisers (#2438) 2025-05-04 12:57:04 -05:00
pico_bit_ops_headers SDK 2.0.0 release 2024-08-08 08:54:38 -05:00
pico_divider_headers SDK 2.0.0 release 2024-08-08 08:54:38 -05:00
pico_stdlib_headers Update documented max PIN values, to accomodate RP2350B (#2072) 2024-11-20 20:28:54 -06:00
pico_sync Minor fixups to compile with TF-M (#2403) 2025-05-20 15:41:30 -05:00
pico_time Lots of small doxygen fixes (#2390) 2025-04-04 11:39:39 -05:00
pico_usb_reset_interface_headers SDK 2.0.0 release 2024-08-08 08:54:38 -05:00
pico_util Fix DST bug in aon_timer_get_time for rp2040 (#2409) 2025-04-11 09:14:26 -07:00
README.md Fix mis-matched backticks in doxygen (#2104) 2024-12-04 14:51:48 -06:00

This directory code that is common to all builds regardless of PICO_PLATFORM. It is a mix of common header files, or high level functionality built entirely using hardware_ or pico_ libraries provided by the actual target PICO_PLATFORM