summaryrefslogtreecommitdiff
path: root/lib/utils/interrupt_char.c
AgeCommit message (Expand)Author
2021-07-12shared: Introduce new top-level dir and move 1st party lib code there.Damien George
2020-02-07py/scheduler: Move clearing of kbd traceback to mp_keyboard_interrupt.Damien George
2020-02-07py/scheduler: Move mp_keyboard_interrupt from lib/utils to py core.Damien George
2019-05-01lib/utils/interrupt_char: Invalidate interrupt char at start up.Damien George
2017-06-02lib/utils/interrupt_char: Remove support for KBD_EXCEPTION disabled.Damien George
2017-03-20py: Add micropython.schedule() function and associated runtime code.Damien George
2016-12-15lib/utils/interrupt_char: Use core-provided mp_kbd_exception if enabled.Damien George
2016-09-29lib/interrupt_char: Factor out typical Ctrl+C handling from esp8266 port.Paul Sokolovsky