mirror of https://github.com/ARMmbed/mbed-os.git
Incorporating Brian Daniel's review comments for PR 3136
parent
9b1c73522f
commit
15f3d3ff86
|
@ -483,20 +483,21 @@
|
||||||
"device_name": "MK20DX256xxx7"
|
"device_name": "MK20DX256xxx7"
|
||||||
},
|
},
|
||||||
"MCU_K22F512": {
|
"MCU_K22F512": {
|
||||||
"supported_form_factors": ["ARDUINO"],
|
|
||||||
"core": "Cortex-M4F",
|
"core": "Cortex-M4F",
|
||||||
"supported_toolchains": ["ARM", "GCC_ARM", "IAR"],
|
"supported_toolchains": ["ARM", "GCC_ARM", "IAR"],
|
||||||
"extra_labels": ["Freescale", "KSDK2_MCUS", "MCU_K22F", "MCU_K22F512", "FRDM", "KPSDK_MCUS", "KPSDK_CODE"],
|
"extra_labels": ["Freescale", "KSDK2_MCUS", "MCU_K22F", "MCU_K22F512", "FRDM", "KPSDK_MCUS", "KPSDK_CODE"],
|
||||||
"is_disk_virtual": true,
|
"is_disk_virtual": true,
|
||||||
|
"public": false,
|
||||||
"macros": ["CPU_MK22FN512VLH12", "FSL_RTOS_MBED"],
|
"macros": ["CPU_MK22FN512VLH12", "FSL_RTOS_MBED"],
|
||||||
"inherits": ["Target"],
|
"inherits": ["Target"],
|
||||||
"detect_code": ["0231"],
|
"detect_code": ["0231"],
|
||||||
"device_has": ["ANALOGIN", "ANALOGOUT", "ERROR_RED", "I2C", "I2CSLAVE", "INTERRUPTIN", "LOWPOWERTIMER", "PORTIN", "PORTINOUT", "PORTOUT", "PWMOUT", "RTC", "SERIAL", "SLEEP", "SPI", "SPISLAVE", "STDIO_MESSAGES"],
|
"device_has": ["ANALOGIN", "ANALOGOUT", "ERROR_RED", "I2C", "I2CSLAVE", "INTERRUPTIN", "LOWPOWERTIMER", "PORTIN", "PORTINOUT", "PORTOUT", "PWMOUT", "RTC", "SERIAL", "SLEEP", "SPI", "SPISLAVE", "STDIO_MESSAGES"],
|
||||||
"release_versions": ["2", "5"],
|
|
||||||
"device_name": "MK22DN512xxx5"
|
"device_name": "MK22DN512xxx5"
|
||||||
},
|
},
|
||||||
"K22F": {
|
"K22F": {
|
||||||
|
"supported_form_factors": ["ARDUINO"],
|
||||||
"inherits": ["MCU_K22F512"],
|
"inherits": ["MCU_K22F512"],
|
||||||
|
"release_versions": ["2", "5"],
|
||||||
"extra_labels_add": ["FRDM"]
|
"extra_labels_add": ["FRDM"]
|
||||||
},
|
},
|
||||||
"KL27Z": {
|
"KL27Z": {
|
||||||
|
@ -2408,4 +2409,4 @@
|
||||||
"inherits": ["SARA_NBIOT"],
|
"inherits": ["SARA_NBIOT"],
|
||||||
"extra_labels": ["ublox", "HI2110", "SARA_NBIOT"]
|
"extra_labels": ["ublox", "HI2110", "SARA_NBIOT"]
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue