mirror of
https://github.com/raspberrypi/pico-sdk.git
synced 2026-03-13 12:41:59 +01:00
* * Harden stdio_usb and stdio in general against deadlocks which could otherwise result from doing printfs from within IRQs * Add a test for the above * Add mutex_try_enter_block_until API. * Make best_effort_wfe_or_timeout not use alarms if called from within IRQ |
||
|---|---|---|
| .. | ||
| boot_picoboot | ||
| boot_uf2 | ||
| pico_base | ||
| pico_binary_info | ||
| pico_bit_ops | ||
| pico_divider | ||
| pico_stdlib | ||
| pico_sync | ||
| pico_time | ||
| pico_usb_reset_interface | ||
| 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``