XMC4 Serial: The Alternative Receive Interrupt was not being configured.

This commit is contained in:
Gregory Nutt
2017-11-25 12:21:33 -06:00
parent 5c27c0dad4
commit 4404be23cb
2 changed files with 11 additions and 4 deletions
+5 -1
View File
@@ -345,7 +345,8 @@ void board_tsc_teardown(void);
* initialization, then this board interface should be provided.
*
* This is an internal OS interface. It is invoked by graphics sub-system
* initialization logic (nx_start()).
* initialization logic (nx_start()) or from the LCD framebuffer driver
* (when the NX server is not used).
*
****************************************************************************/
@@ -388,6 +389,9 @@ int board_ioctl(unsigned int cmd, uintptr_t arg);
* multiple LCD devices.
* board_lcd_uninitialize - Uninitialize the LCD support
*
* Alternatively, board_graphics_setup() may be used if external graphics
* initialization is configured.
*
****************************************************************************/
#ifdef CONFIG_LCD