mirror of
https://gitlab.rtems.org/rtems/rtos/rtems.git
synced 2026-08-21 20:43:38 +08:00
Avoid assert() in console_inbyte_nonblocking(). Do not poll forever in bsp_in_char(). This allows the caller to decide what to do if no character is available. This entangles some dependencies and fixes a spconfig02 test failure.