summaryrefslogtreecommitdiff
path: root/lib/utils/mpirq.c
AgeCommit message (Expand)Author
2020-06-30lib/utils: Protect all of mpirq.c with MICROPY_ENABLE_SCHEDULER.Damien George
2020-05-27lib/utils: Lock the scheduler when executing hard callback functions.Damien George
2020-02-28all: Reformat C and Python source code with tools/codeformat.py.Damien George
2019-12-27py: Introduce MP_ROM_NONE macro for ROM to refer to None object.Damien George
2018-12-29lib/utils: Add generic MicroPython IRQ helper functions.Tobias Badertscher