6d87da4c59
- Add recursive_mutex - Make all locking primitives and sleep use common overridable wait/notify support to allow RTOS implementations to replace WFE/SEV with something more appropriate - Add busy_wait_ms |
||
---|---|---|
.. | ||
boot_picoboot | ||
boot_uf2 | ||
pico_base | ||
pico_binary_info | ||
pico_bit_ops | ||
pico_divider | ||
pico_stdlib | ||
pico_sync | ||
pico_time | ||
pico_util | ||
CMakeLists.txt | ||
README.md |
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``