pico-sdk/src/common
2024-11-08 19:04:02 -06:00
..
boot_picobin_headers Fix picobin inclusion from assembler with NO_PICO_PLATFORM (#1832) 2024-08-20 12:40:52 -05:00
boot_picoboot_headers Minor header cleanups and ASM compatibility (#2019) 2024-11-08 19:04:02 -06:00
boot_uf2_headers Minor header cleanups and ASM compatibility (#2019) 2024-11-08 19:04:02 -06:00
hardware_claim SDK 2.0.0 release 2024-08-08 08:54:38 -05:00
pico_base_headers SDK 2.0.0 release 2024-08-08 08:54:38 -05:00
pico_binary_info Reorder pins in bi_pins_with_names to work with mask (#1858) 2024-08-22 11:56:16 -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 SDK 2.0.0 release 2024-08-08 08:54:38 -05:00
pico_sync SDK 2.0.0 release 2024-08-08 08:54:38 -05:00
pico_time Improve best_effort_wfe_or_timeout (#1822) 2024-09-30 09:43:55 -05:00
pico_usb_reset_interface_headers SDK 2.0.0 release 2024-08-08 08:54:38 -05:00
pico_util Small doxygen fixes (#1828) 2024-08-20 12:41:49 -05:00
README.md Initial Release 2021-01-20 10:44:27 -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``