mirror of
https://github.com/micropython/micropython.git
synced 2025-12-16 01:40:14 +01:00
rp2/mutex_extra: Implement additional mutex functions.
These allow entering/exiting a mutex and also disabling/restoring interrupts, in an atomic way. Signed-off-by: Damien George <damien@micropython.org>
This commit is contained in:
@@ -129,6 +129,7 @@ set(MICROPY_SOURCE_PORT
|
||||
mphalport.c
|
||||
mpnetworkport.c
|
||||
mpthreadport.c
|
||||
mutex_extra.c
|
||||
pendsv.c
|
||||
rp2_flash.c
|
||||
rp2_pio.c
|
||||
|
||||
Reference in New Issue
Block a user