[PATCH 0/3] Fixed ability to enable console polling for certain BSPs
Sebastian Huber
sebastian.huber at embedded-brains.de
Tue Mar 26 14:20:15 UTC 2019
On 26/03/2019 14:56, Lou Woods wrote:
> 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.
You can disable it via the configure command line, just use
XXX_CONSOLE_USE_INTERRUPTS=
These feature defines are not uniformly used, some use #if other use #ifdef.
--
Sebastian Huber, embedded brains GmbH
Address : Dornierstr. 4, D-82178 Puchheim, Germany
Phone : +49 89 189 47 41-16
Fax : +49 89 189 47 41-09
E-Mail : sebastian.huber at embedded-brains.de
PGP : Public key available on request.
Diese Nachricht ist keine geschäftliche Mitteilung im Sinne des EHUG.
More information about the devel
mailing list