pico-sdk/src/common
Andrew Scheller c2af4e8bf4
Fix various Doxygen errors (#1251)
Co-authored-by: Peter Harper <peter.harper@raspberrypi.com>
2023-02-13 11:45:54 -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 Fix build backwards-incompatibilities with LIB_XXX defines, and add fix pico_time in host mode (#1232) 2023-02-07 16:39:37 -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 Rework build targets such that: (#1211) 2023-01-30 10:56:03 -06:00
pico_sync stdio hardening + new mutex API (#1224) 2023-02-06 16:27:39 -06:00
pico_time Fix various Doxygen errors (#1251) 2023-02-13 11:45:54 -06:00
pico_usb_reset_interface revert use of pico_add_library in pico_usb_reset_interface which is used by picotool and included directly as _headers library by SDK anyway (#1230) 2023-02-06 18:07:16 -06:00
pico_util Rework build targets such that: (#1211) 2023-01-30 10:56:03 -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``