pico-sdk/src/common
Graham Sanderson e730e03e7f No malloc for default alarm pool an pheap docs/cleanup (#143)
* Statically allocate the default timer pool (to avoid pulling in malloc); doxygen for pheap (and some function name changes)

* fix comments
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 re-arrange pico/types.h to avoid duplicate doxygen 2021-03-04 21:22:48 -06:00
pico_binary_info add boot2 info to binary info 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 Clean up various C source and headers to appease -Wstrict-prototypes 2021-03-04 21:22:47 -06:00
pico_sync Fixup another level of compiler warnings, add _U() definition 2021-03-04 21:22:48 -06:00
pico_time No malloc for default alarm pool an pheap docs/cleanup (#143) 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``