f9f606b641
On galileo, UART_0 IRQ is incorrectly mapped to IRQ 0
UART_0 IRQ should be mapped to IRQ 17 (same as UART_1 IRQ)
but NS16550 driver doesn't support mapping same IRQ for
different devices.
This is creating crashes when dumping profiler data on UART
CONSOLE (UART_1) with UART console enabled (UART in interrupt
mode)
This patch is disabling UART_0 in sample apps and adding a note
in the README file
This problem appeared due to following commit:
|
||
---|---|---|
.. | ||
src | ||
Makefile | ||
prj_galileo.conf | ||
prj_qemu_x86.conf | ||
prj_quark_se_devboard.conf |