micropython/ports/zephyr/src
Damien George d120859857 zephyr: Run scheduled callbacks at REPL and during mp_hal_delay_ms.
And ctrl-C can now interrupt a time.sleep call.  This uses Zephyr's k_poll
API to wait efficiently for an event signal, and an optional semaphore.

Signed-off-by: Damien George <damien@micropython.org>
2021-04-30 15:32:16 +10:00
..
zephyr_getchar.c zephyr: Run scheduled callbacks at REPL and during mp_hal_delay_ms. 2021-04-30 15:32:16 +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: Update include paths for Zephyr v2.0. 2020-02-04 17:09:19 +11:00