index
:
micropython
master
parse-bytecode
v1.22-release
v1.24-release
MicroPython - a lean and efficient Python implementation for microcontrollers and constrained systems
Aslak Raanes
summary
refs
log
tree
commit
diff
stats
homepage
log msg
author
committer
range
path:
root
/
py
/
scheduler.c
Commit message (
Expand
)
Author
Age
*
py/scheduler: Only run callbacks on the main thread if GIL is disabled.
Angus Gratton
2024-09-19
*
py: Add port-agnostic inline functions for event handling.
Angus Gratton
2023-12-08
*
py/mphal: Move configuration of ATOMIC_SECTION macros to mphal.h.
Damien George
2023-12-01
*
py/scheduler: Implement VM abort flag and mp_sched_vm_abort().
Damien George
2023-03-21
*
py/scheduler: Use MP_REGISTER_ROOT_POINTER().
David Lechner
2022-07-18
*
py/scheduler: De-inline and fix race with pending exception / scheduler.
Jim Mussared
2022-07-12
*
py/scheduler: Add support for scheduling static C-based callbacks.
Damien George
2022-04-14
*
py/mpstate: Schedule KeyboardInterrupt on main thread.
David Lechner
2021-06-19
*
py/mpstate: Make exceptions thread-local.
David Lechner
2021-06-19
*
py/scheduler: Add missing MICROPY_WRAP_MP_SCHED_EXCEPTION usage.
Damien George
2021-05-01
*
py/scheduler: Add optional port hook for when something is scheduled.
Damien George
2021-04-30
*
all: Rename mp_keyboard_interrupt to mp_sched_keyboard_interrupt.
Damien George
2021-04-30
*
py/scheduler: Add mp_sched_exception() to schedule a pending exception.
Damien George
2021-04-30
*
py/scheduler: Convert mp_sched_full and mp_sched_num_pending to macros.
Damien George
2020-05-08
*
py/scheduler: Add option to wrap mp_sched_schedule in arbitrary attr.
Damien George
2020-04-30
*
py/scheduler: Add assert that scheduler is locked when unlocking.
Jim Mussared
2020-04-13
*
py/scheduler: Fix race in checking scheduler pending state.
Jim Mussared
2020-04-13
*
py/scheduler: Move clearing of kbd traceback to mp_keyboard_interrupt.
Damien George
2020-02-07
*
py/scheduler: Allow a port to specify attrs for mp_keyboard_interrupt.
Damien George
2020-02-07
*
py/scheduler: Move mp_keyboard_interrupt from lib/utils to py core.
Damien George
2020-02-07
*
py/scheduler: Add "raise_exc" argument to mp_handle_pending.
Damien George
2020-02-07
*
py/scheduler: Rename sched_stack to sched_queue.
Jim Mussared
2019-07-17
*
py/scheduler: Convert micropythyon.schedule() to a circular buffer.
Andrew Leech
2019-03-26
*
py: Add micropython.schedule() function and associated runtime code.
Damien George
2017-03-20