pico-sdk/src/common
2023-05-26 12:22:09 -05: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 Various small fixes towards building with other compilers (#1285) 2023-03-01 15:10:18 -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 Allow support of crystals other than 12MHz (#1024) (#1272) 2023-03-21 12:49:20 -05:00
pico_sync Various small fixes towards building with other compilers (#1285) 2023-03-01 15:10:18 -06:00
pico_time Fixed assert when calling cancel_alarm(0) (#1173) 2023-05-26 12:22:09 -05: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 Various small fixes towards building with other compilers (#1285) 2023-03-01 15:10:18 -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``