From: Lou Woods <lou.wo...@oarcorp.com>

I discovered that I was not able to turn off interrupt-based console mode on 
the 
Xilinx Zynq BSP under Qemu via the configure command.  The fix simply exchanges 
#ifdef XXX_CONSOLE_USE_INTERRUPTS for 
#if XXX_CONSOLE_USE_INTERRUPTS for the BSP specific console code.

The error pattern existed for to atsamv and imx7, so they were fixed as well.  
I've tested the fix on the Zynq Qemu BSP and compiled the other two BSPs.

Lou Woods (3):
  Fixed ability to enable polling on the console using configure for
    Zynq
  Fixed ability to enable polling on the console using configure for
    atsamv
  Fixed ability to enable polling on the console using configure for
    imx7

 bsps/arm/atsam/console/console.c         | 28 ++++++++++++++--------------
 bsps/arm/imx/console/console-config.c    | 16 ++++++++--------
 bsps/arm/xilinx-zynq/console/zynq-uart.c | 12 ++++++------
 3 files changed, 28 insertions(+), 28 deletions(-)

-- 
1.8.3.1

_______________________________________________
devel mailing list
devel@rtems.org
http://lists.rtems.org/mailman/listinfo/devel

Reply via email to