micropython/lib/utils
Damien George 530c76f6ca lib/utils: Remove unused PYEXEC_SWITCH_MODE from pyexec.h.
It was made obsolete by commit c98c128fe8.

Signed-off-by: Damien George <damien@micropython.org>
2021-04-24 00:10:59 +10:00
..
gchelper.h lib/utils/gchelper_generic: Implement AArch64 support. 2021-03-11 12:54:05 +11:00
gchelper_generic.c lib/utils/gchelper_generic: Implement AArch64 support. 2021-03-11 12:54:05 +11:00
gchelper_m0.s stm32: Move gchelper assembler code to lib/utils for use by other ports. 2019-02-12 14:11:21 +11:00
gchelper_m3.s all: Factor gchelper code to one place and use it for unix & ARM ports. 2020-04-29 23:45:19 +10:00
gchelper_native.c all: Factor gchelper code to one place and use it for unix & ARM ports. 2020-04-29 23:45:19 +10:00
interrupt_char.c py/scheduler: Move clearing of kbd traceback to mp_keyboard_interrupt. 2020-02-07 16:08:31 +11:00
interrupt_char.h py/scheduler: Move mp_keyboard_interrupt from lib/utils to py core. 2020-02-07 16:08:26 +11:00
mpirq.c lib/utils/mpirq: Add mp_irq_init func, and clean up unused init method. 2020-09-04 12:40:38 +10:00
mpirq.h stm32/uart: Allow static IRQ handler registration. 2020-09-08 10:46:30 +10:00
printf.c tools/uncrustify: Enable more opts to remove space between func and '('. 2020-06-19 22:07:32 +10:00
pyexec.c lib/utils/pyexec: Remove obsolete LCD initialization. 2021-01-30 13:41:36 +11:00
pyexec.h lib/utils: Remove unused PYEXEC_SWITCH_MODE from pyexec.h. 2021-04-24 00:10:59 +10:00
stdout_helpers.c various: Spelling fixes 2017-05-29 11:36:05 +03:00
sys_stdio_mphal.c all: Reformat C and Python source code with tools/codeformat.py. 2020-02-28 10:33:03 +11:00