Kinetis: Added CHIP_MK60FN1M0VLQ12 chip
This commit is contained in:
parent
37e6e6a52e
commit
bc1826da63
File diff suppressed because it is too large
Load Diff
@ -120,6 +120,12 @@ config ARCH_CHIP_MK60X256VMD100
|
|||||||
select KINETIS_HAVE_I2C1
|
select KINETIS_HAVE_I2C1
|
||||||
select KINETIS_HAVE_I2C2
|
select KINETIS_HAVE_I2C2
|
||||||
|
|
||||||
|
config ARCH_CHIP_MK60FN1M0VLQ12
|
||||||
|
bool "MK60FN1M0VLQ12"
|
||||||
|
select ARCH_FAMILY_K60
|
||||||
|
select KINETIS_HAVE_I2C1
|
||||||
|
select KINETIS_HAVE_I2C2
|
||||||
|
|
||||||
config ARCH_CHIP_MK64FN1M0VLL12
|
config ARCH_CHIP_MK64FN1M0VLL12
|
||||||
bool "MK64FN1M0VLL12"
|
bool "MK64FN1M0VLL12"
|
||||||
select ARCH_FAMILY_K64
|
select ARCH_FAMILY_K64
|
||||||
|
@ -55,10 +55,10 @@
|
|||||||
* configuration (with no suffix) that maps to the correct alternative.
|
* configuration (with no suffix) that maps to the correct alternative.
|
||||||
*/
|
*/
|
||||||
|
|
||||||
#if defined(CONFIG_ARCH_CHIP_MK60N256VLQ100) || defined(CONFIG_ARCH_CHIP_MK60X256VLQ100) || \
|
#if defined(CONFIG_ARCH_CHIP_MK60N256VLQ100) || defined(CONFIG_ARCH_CHIP_MK60X256VLQ100) || \
|
||||||
defined(CONFIG_ARCH_CHIP_MK60N512VLQ100) || defined(CONFIG_ARCH_CHIP_MK60N256VMD100) || \
|
defined(CONFIG_ARCH_CHIP_MK60N512VLQ100) || defined(CONFIG_ARCH_CHIP_MK60N256VMD100) || \
|
||||||
defined(CONFIG_ARCH_CHIP_MK60X256VMD100) || defined(CONFIG_ARCH_CHIP_MK60N512VMD100) || \
|
defined(CONFIG_ARCH_CHIP_MK60X256VMD100) || defined(CONFIG_ARCH_CHIP_MK60N512VMD100) || \
|
||||||
defined(CONFIG_ARCH_CHIP_MK60N512VLL100)
|
defined(CONFIG_ARCH_CHIP_MK60N512VLL100) || defined(CONFIG_ARCH_CHIP_MK60FN1M0VLQ12)
|
||||||
|
|
||||||
#define PIN_TSI0_CH1 (PIN_ANALOG | PIN_PORTA | PIN0)
|
#define PIN_TSI0_CH1 (PIN_ANALOG | PIN_PORTA | PIN0)
|
||||||
#define PIN_UART0_CTS_1 (PIN_ALT2 | PIN_PORTA | PIN0)
|
#define PIN_UART0_CTS_1 (PIN_ALT2 | PIN_PORTA | PIN0)
|
||||||
|
Loading…
x
Reference in New Issue
Block a user