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:
David Sidrane 2017-02-23 18:53:56 -10:00
parent f6fe9beeb3
commit 61b10c5e58
1 changed files with 2 additions and 1 deletions

View File

@ -1427,7 +1427,8 @@
# define KINETIS_NUSBDEV 1 /* One USB device controller */ # define KINETIS_NUSBDEV 1 /* One USB device controller */
# define KINETIS_NSDHC 1 /* SD host controller */ # define KINETIS_NSDHC 1 /* SD host controller */
# define KINETIS_NI2C 4 /* Four I2C modules */ # 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_NSPI 3 /* Three SPI modules */
# define KINETIS_NCAN 2 /* Two CAN controllers */ # define KINETIS_NCAN 2 /* Two CAN controllers */
# define KINETIS_NI2S 1 /* One I2S modules */ # define KINETIS_NI2S 1 /* One I2S modules */