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:
parent
f6fe9beeb3
commit
61b10c5e58
|
@ -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 */
|
||||
|
|
Loading…
Reference in New Issue