On 26/03/2019 14:56, Lou Woods wrote:
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.

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.hu...@embedded-brains.de
PGP     : Public key available on request.

Diese Nachricht ist keine geschäftliche Mitteilung im Sinne des EHUG.

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

Reply via email to