vkottler / pico

A firmware project for Raspberry Pi microcontrollers.
MIT License
1 stars 0 forks source link

Integrate UART to stdin and stdout #7

Closed vkottler closed 11 months ago

vkottler commented 11 months ago

Requires solving https://github.com/vkottler/picolibc-semihost/issues/2 first.

vkottler commented 11 months ago

Adding full-duplex buffer to coral: https://github.com/vkottler/coral/pull/13 so we can port the UartManager in.

vkottler commented 11 months ago

Trying to get stdin to work nicely is kind of a lost cause because it's hard to get a non-blocking solution to work between UART and semihosting.

Right now only the semihosting solution can truly leverage stdin but this is fine.