pico-sdk/src/common
Andrew Scheller 1413a4f470 Fixup PICO_CONFIG entries (#208)
* remove default=undefined
 * fix a couple of typos / syntax "errors"
 * perform even better default-value-checking in extract_configs.py
2021-03-04 21:22:48 -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 Lots of Doxygen tweaks and fixes (#212) 2021-03-04 21:22:48 -06:00
pico_binary_info Lots of Doxygen tweaks and fixes (#212) 2021-03-04 21:22:48 -06: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 Fixup PICO_CONFIG entries (#208) 2021-03-04 21:22:48 -06:00
pico_sync Default PARAM_ASSERTIONS_ENABLED_LOCK_CORE to 0 (#184) 2021-03-04 21:22:48 -06:00
pico_time Lots of Doxygen tweaks and fixes (#212) 2021-03-04 21:22:48 -06:00
pico_util No malloc for default alarm pool an pheap docs/cleanup (#143) 2021-03-04 21:22:48 -06:00
CMakeLists.txt Initial Release 2021-01-20 10:44:27 -06: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``