pico-sdk/src/common
Stephen Robinson b3cf3e8f6f
Correct comment in time.h (#715)
There was `microseconds` written where there should have been `milliseconds`.

Co-authored-by: Stephen <stephen@drsudo.com>
2022-01-22 19:57:47 -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 Platform updates (#611) 2021-10-25 12:26:06 -05:00
pico_binary_info make host pico_platform.h and binary_info.h CMakeLists.txt safe for inclusion in non SDK build (#388) 2021-05-11 10:37:49 -05:00
pico_bit_ops Initial Release 2021-01-20 10:44:27 -06:00
pico_divider Initial Release 2021-01-20 10:44:27 -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 Remove <b> from mutex doxygen due to PDF generation bug 2021-11-01 14:16:20 -05:00
pico_time Correct comment in time.h (#715) 2022-01-22 19:57:47 -06: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 Moves the #if guards to before the comments (#690) 2022-01-08 13:53:21 -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``