mirror of
https://github.com/apache/nuttx.git
synced 2026-06-06 16:50:55 +08:00
XMC4 Serial: The Alternative Receive Interrupt was not being configured.
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user