pico-sdk/src/common
2023-01-18 08:40:10 -06:00
..
boot_picoboot Initial Release 2021-01-20 10:44:27 -06:00
boot_uf2 Initial Release 2021-01-20 10:44:27 -06:00
pico_base cleanup header guard names to be consistent (#1179) 2023-01-18 08:40:10 -06:00
pico_binary_info binary_info/structure.h: Fix pins_with_func format comment (#1070) 2022-11-22 18:26:16 -06:00
pico_bit_ops Initial Release 2021-01-20 10:44:27 -06:00
pico_divider cleanup header guard names to be consistent (#1179) 2023-01-18 08:40:10 -06:00
pico_stdlib make all non hardware_ libraries foo add C preprocessor definition LIB_FOO=1, and remove bespoke definitions which were all undocumented anyway (#374) 2021-05-04 08:00:17 -05:00
pico_sync cleanup header guard names to be consistent (#1179) 2023-01-18 08:40:10 -06:00
pico_time fix wconversion warning (#981) 2022-09-06 11:02:45 -05:00
pico_usb_reset_interface split out usb_reset_interface header into its own library for consumption by picotool or others (#589) 2021-10-07 08:17:13 -05:00
pico_util cleanup header guard names to be consistent (#1179) 2023-01-18 08:40:10 -06:00
CMakeLists.txt split out usb_reset_interface header into its own library for consumption by picotool or others (#589) 2021-10-07 08:17:13 -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``