micropython/lib/utils
Damien George b7da67cdaa lib/utils/sys_stdio_mphal: Add support to poll sys.stdin and sys.stdout.
A port must provide the following function for this to work:

    uintptr_t mp_hal_stdio_poll(uintptr_t poll_flags);
2019-07-01 17:10:12 +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 lib/utils: Make pyexec_file_if_exists run frozen scripts if they exist. 2019-05-01 11:27:51 +10:00
pyexec.h
stdout_helpers.c
sys_stdio_mphal.c lib/utils/sys_stdio_mphal: Add support to poll sys.stdin and sys.stdout. 2019-07-01 17:10:12 +10:00