micropython/ports/zephyr/src
Paul Sokolovsky 4514f073c1 zephyr: Switch to interrupt-driven pull-style console.
While this console API improves handling on real hardware boards
(e.g. clipboard paste is much more reliable, as well as programmatic
communication), it vice-versa poses problems under QEMU, apparently
because it doesn't emulate UART interrupt handling faithfully. That
leads to inability to run the testsuite on QEMU at all. To work that
around, we have to suuport both old and new console routines, and use
the old ones under QEMU.
2017-10-07 17:36:16 +03:00
..
Makefile ports: Make new ports/ sub-directory and move all ports there. 2017-09-06 13:40:51 +10:00
zephyr_getchar.c ports: Make new ports/ sub-directory and move all ports there. 2017-09-06 13:40:51 +10:00
zephyr_getchar.h ports: Make new ports/ sub-directory and move all ports there. 2017-09-06 13:40:51 +10:00
zephyr_start.c zephyr: Switch to interrupt-driven pull-style console. 2017-10-07 17:36:16 +03:00