micropython/lib/utils
Damien George 2459162599 lib/utils/interrupt_char: Invalidate interrupt char at start up.
Otherwise mp_interrupt_char will have a value of zero on start up (because
it's in the BSS) and a KeyboardInterrupt may be raised during start up.
For example this can occur if there is a UART attached to the REPL which
sends spurious null bytes when the device turns on.
2019-05-01 12:41:07 +10:00
..
gchelper.h
gchelper_m0.s
gchelper_m3.s
interrupt_char.c lib/utils/interrupt_char: Invalidate interrupt char at start up. 2019-05-01 12:41:07 +10:00
interrupt_char.h
mpirq.c
mpirq.h
printf.c
pyexec.c
pyexec.h
stdout_helpers.c
sys_stdio_mphal.c