| Age | Commit message (Collapse) | Author |
|
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.
|
|
Without this, if there's a large chunk of data coming from hardware (e.g.
clipboard paste, or fed programmatically from the other side of the console),
there's a behavior of initial mass fill-in of the buffer without any
consumption, which starts much later and doesn't catch up with further
filling, leading to buffer overflow.
|
|
|
|
|
|
uart_irq_input_hook_set() was renamed to uart_console_in_debug_hook_install()
and accepts different params.
|
|
Patch on top of upstream Zephyr console helpers.
|
|
From https://github.com/pfalcon/zephyr_getchar .
|