summaryrefslogtreecommitdiffstatshomepage
path: root/zephyr/uart_core.c
Commit message (Collapse)AuthorAge
* ports: Make new ports/ sub-directory and move all ports there.Damien George2017-09-06
| | | | | | This is to keep the top-level directory clean, to make it clear what is core and what is a port, and to allow the repository to grow with new ports in a sustainable way.
* zephyr/uart_core: Access console UART directly instead of printk() hack.Paul Sokolovsky2016-12-17
| | | | | | This is required to avoid extra level of output "cooking" ("\r\r\n") and make test infrastructure work. On the other hand, this breaks somewhat Zephyr console abstraction.
* zephyr: Add copyright blurbs.Paul Sokolovsky2016-10-12
|
* zephyr: Initial Zephyr RTOS port, MicroPython part.Paul Sokolovsky2016-10-10