mirror of
https://github.com/apache/nuttx.git
synced 2026-06-06 16:50:55 +08:00
Kinetis:Add LPUART to K66 chip
Add KINETIS_NLPUART setting it to 1 and adjust KINETIS_NUART to removed UART5 as the K66 dioes not have UART5
This commit is contained in:
@@ -1427,7 +1427,8 @@
|
||||
# define KINETIS_NUSBDEV 1 /* One USB device controller */
|
||||
# define KINETIS_NSDHC 1 /* SD host controller */
|
||||
# define KINETIS_NI2C 4 /* Four I2C modules */
|
||||
# define KINETIS_NUART 5 /* Five UART modues */
|
||||
# define KINETIS_NUART 5 /* Five UART modules */
|
||||
# define KINETIS_NLPUART 1 /* One LPUART modules */
|
||||
# define KINETIS_NSPI 3 /* Three SPI modules */
|
||||
# define KINETIS_NCAN 2 /* Two CAN controllers */
|
||||
# define KINETIS_NI2S 1 /* One I2S modules */
|
||||
|
||||
Reference in New Issue
Block a user