mirror of
https://github.com/raspberrypi/pico-sdk.git
synced 2025-08-07 17:02:52 +03:00
Rework lock_core / timers (#378)
- 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
This commit is contained in:
@@ -35,8 +35,8 @@ if (NOT TARGET _pico_sdk_pre_init_marker)
|
||||
|
||||
include(pico_pre_load_platform)
|
||||
|
||||
# todo perhaps this should be included by the platform instead?
|
||||
# We want to configure correct toolchain prior to project load
|
||||
# todo perhaps this should be included by the platform instead?
|
||||
include(pico_pre_load_toolchain)
|
||||
|
||||
macro(pico_sdk_init)
|
||||
|
Reference in New Issue
Block a user