[PATCH 0/3] Fixed ability to enable console polling for certain BSPs
    Lou Woods 
    irnhorse4 at gmail.com
       
    Tue Mar 26 13:56:04 UTC 2019
    
    
  
From: Lou Woods <Lou.Woods at 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
    
    
More information about the devel
mailing list