Re: [PATCH] Disable zynq_uart_set_attributes that prevents console input

2019-03-27 Thread Joel Sherrill
On Wed, Mar 27, 2019 at 1:07 AM Sebastian Huber < sebastian.hu...@embedded-brains.de> wrote: > On 26/03/2019 15:17, Lou Woods wrote: > > From: Lou Woods > > > > This patch fully disables the zynq_uart_set_attributes handler that had > > previously been commented out, but was returning false. This

Re: [PATCH] Disable zynq_uart_set_attributes that prevents console input

2019-03-26 Thread Sebastian Huber
On 26/03/2019 15:17, Lou Woods wrote: From: Lou Woods This patch fully disables the zynq_uart_set_attributes handler that had previously been commented out, but was returning false. This prevented fileio.exe from blocking on the rtems_shell_wait_for_input call. Would it make sense to move thi

[PATCH] Disable zynq_uart_set_attributes that prevents console input

2019-03-26 Thread Lou Woods
From: Lou Woods This patch fully disables the zynq_uart_set_attributes handler that had previously been commented out, but was returning false. This prevented fileio.exe from blocking on the rtems_shell_wait_for_input call. Lou Woods (1): Fully disabled seemingly unsupported zynq_uart_set_