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