mirror of https://github.com/ARMmbed/mbed-os.git
Merge pull request #3177 from ashok-rao/new_mcu_K22512_fixing_PR_3136
New mcu k22512 fixing pr 3136pull/3182/head
commit
1f783f69fa
|
@ -47,7 +47,7 @@
|
||||||
#define OS_CLOCK 96000000
|
#define OS_CLOCK 96000000
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
#elif defined(TARGET_K22F)
|
#elif defined(TARGET_MCU_K22F)
|
||||||
|
|
||||||
#ifndef INITIAL_SP
|
#ifndef INITIAL_SP
|
||||||
#define INITIAL_SP (0x20010000UL)
|
#define INITIAL_SP (0x20010000UL)
|
||||||
|
|
|
@ -482,19 +482,24 @@
|
||||||
"release_versions": ["2"],
|
"release_versions": ["2"],
|
||||||
"device_name": "MK20DX256xxx7"
|
"device_name": "MK20DX256xxx7"
|
||||||
},
|
},
|
||||||
"K22F": {
|
"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", "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": {
|
||||||
|
"supported_form_factors": ["ARDUINO"],
|
||||||
|
"inherits": ["MCU_K22F512"],
|
||||||
|
"release_versions": ["2", "5"],
|
||||||
|
"extra_labels_add": ["FRDM"]
|
||||||
|
},
|
||||||
"KL27Z": {
|
"KL27Z": {
|
||||||
"inherits": ["Target"],
|
"inherits": ["Target"],
|
||||||
"core": "Cortex-M0+",
|
"core": "Cortex-M0+",
|
||||||
|
|
Loading…
Reference in New Issue