Skip to content

Commit 80be092

Browse files
Ashok RaoAshok Rao
authored andcommitted
Incorporating Brian Daniel's review comments for PR 3136
1 parent 739ff67 commit 80be092

File tree

1 file changed

+4
-3
lines changed

1 file changed

+4
-3
lines changed

targets/targets.json

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -483,20 +483,21 @@
483483
"device_name": "MK20DX256xxx7"
484484
},
485485
"MCU_K22F512": {
486-
"supported_form_factors": ["ARDUINO"],
487486
"core": "Cortex-M4F",
488487
"supported_toolchains": ["ARM", "GCC_ARM", "IAR"],
489488
"extra_labels": ["Freescale", "KSDK2_MCUS", "MCU_K22F", "MCU_K22F512", "FRDM", "KPSDK_MCUS", "KPSDK_CODE"],
490489
"is_disk_virtual": true,
490+
"public": false,
491491
"macros": ["CPU_MK22FN512VLH12", "FSL_RTOS_MBED"],
492492
"inherits": ["Target"],
493493
"detect_code": ["0231"],
494494
"device_has": ["ANALOGIN", "ANALOGOUT", "ERROR_RED", "I2C", "I2CSLAVE", "INTERRUPTIN", "LOWPOWERTIMER", "PORTIN", "PORTINOUT", "PORTOUT", "PWMOUT", "RTC", "SERIAL", "SLEEP", "SPI", "SPISLAVE", "STDIO_MESSAGES"],
495-
"release_versions": ["2", "5"],
496495
"device_name": "MK22DN512xxx5"
497496
},
498497
"K22F": {
498+
"supported_form_factors": ["ARDUINO"],
499499
"inherits": ["MCU_K22F512"],
500+
"release_versions": ["2", "5"],
500501
"extra_labels_add": ["FRDM"]
501502
},
502503
"KL27Z": {
@@ -2154,4 +2155,4 @@
21542155
"inherits": ["SARA_NBIOT"],
21552156
"extra_labels": ["ublox", "HI2110", "SARA_NBIOT"]
21562157
}
2157-
}
2158+
}

0 commit comments

Comments
 (0)