summaryrefslogtreecommitdiffstatshomepage
path: root/zephyr/src/zephyr_getchar.c
Commit message (Expand)AuthorAge
* zephyr/zephyr_getchar: Explicitly yield to other threads on char availability.Paul Sokolovsky2017-04-04
* zephyr/zephyr_getchar: Use native k_sem instead of legacy nano_sem.Paul Sokolovsky2017-03-27
* zephyr/zephyr_getchar: Update to Zephyr 1.6 unified kernel API.Paul Sokolovsky2016-11-30
* zephyr/zephyr_getchar: Update for recent Zephyr refactor of console hooks.Paul Sokolovsky2016-10-28
* zephyr/zephyr_getchar: Add support for Ctrl+C handling.Paul Sokolovsky2016-10-10
* zephyr: Add zephyr_getchar module to handle console input.Paul Sokolovsky2016-10-10