Skip to content

Commit c983b3a

Browse files
committed
Use target inheritance for USENSE and UBRIDGE
1 parent 2cf7403 commit c983b3a

File tree

1 file changed

+7
-18
lines changed

1 file changed

+7
-18
lines changed

targets/targets.json

Lines changed: 7 additions & 18 deletions
Original file line numberDiff line numberDiff line change
@@ -539,15 +539,10 @@
539539
"device_name": "MKL82Z128xxx7"
540540
},
541541
"USENSE": {
542-
"core": "Cortex-M0+",
543-
"supported_toolchains": ["ARM", "GCC_ARM", "IAR"],
544-
"extra_labels": ["Freescale", "MCUXpresso_MCUS", "KL82Z"],
545-
"macros": ["CPU_MKL82Z128VLK7", "FSL_RTOS_MBED"],
546-
"is_disk_virtual": true,
547-
"inherits": ["Target"],
548-
"device_has": ["ANALOGIN", "ANALOGOUT", "ERROR_RED", "I2C", "I2CSLAVE", "INTERRUPTIN", "LOWPOWERTIMER", "PORTIN", "PORTINOUT", "PORTOUT", "PWMOUT", "RTC", "SEMIHOST", "SERIAL", "SLEEP", "SPI", "SPISLAVE", "STDIO_MESSAGES", "TRNG"],
549-
"release_versions": ["5"],
550-
"device_name" : "MKL82Z128xxx7"
542+
"inherits": ["KL82Z"],
543+
"device_has_add": ["LOWPOWERTIMER"],
544+
"extra_labels_remove": ["FRDM"],
545+
"supported_form_factors": []
551546
},
552547
"KW24D": {
553548
"supported_form_factors": ["ARDUINO"],
@@ -642,15 +637,9 @@
642637
"device_name": "MK82FN256xxx15"
643638
},
644639
"UBRIDGE": {
645-
"core": "Cortex-M4F",
646-
"supported_toolchains": ["ARM", "GCC_ARM", "IAR"],
647-
"extra_labels": ["Freescale", "MCUXpresso_MCUS", "K82F"],
648-
"is_disk_virtual": true,
649-
"macros": ["CPU_MK82FN256VDC15", "FSL_RTOS_MBED"],
650-
"inherits": ["Target"],
651-
"device_has": ["ANALOGIN", "ANALOGOUT", "ERROR_RED", "I2C", "I2CSLAVE", "INTERRUPTIN", "LOWPOWERTIMER", "PORTIN", "PORTINOUT", "PORTOUT", "PWMOUT", "RTC", "SERIAL", "SLEEP", "SPI", "SPISLAVE", "STDIO_MESSAGES", "TRNG"],
652-
"release_versions": ["5"],
653-
"device_name": "MK82FN256xxx15"
640+
"inherits": ["K82F"],
641+
"extra_labels_remove": ["FRDM"],
642+
"supported_form_factors": []
654643
},
655644
"NUCLEO_F030R8": {
656645
"supported_form_factors": ["ARDUINO", "MORPHO"],

0 commit comments

Comments
 (0)