Skip to content

Commit 2cf7403

Browse files
thinkbergtheotherjimmy
authored andcommitted
fix ubridge and usense target
fix ubridge and usense target
1 parent b6d5d9b commit 2cf7403

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

targets/targets.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -534,18 +534,18 @@
534534
"is_disk_virtual": true,
535535
"inherits": ["Target"],
536536
"detect_code": ["0218"],
537-
"device_has": ["ANALOGIN", "ANALOGOUT", "ERROR_RED", "I2C", "I2CSLAVE", "INTERRUPTIN", "PORTIN", "PORTINOUT", "PORTOUT", "PWMOUT", "RTC", "SEMIHOST", "SERIAL", "SLEEP", "SPI", "SPISLAVE", "STDIO_MESSAGES"],
537+
"device_has": ["ANALOGIN", "ANALOGOUT", "ERROR_RED", "I2C", "I2CSLAVE", "INTERRUPTIN", "PORTIN", "PORTINOUT", "PORTOUT", "PWMOUT", "RTC", "SEMIHOST", "SERIAL", "SLEEP", "SPI", "SPISLAVE", "STDIO_MESSAGES", "TRNG"],
538538
"release_versions": ["2", "5"],
539539
"device_name": "MKL82Z128xxx7"
540540
},
541541
"USENSE": {
542542
"core": "Cortex-M0+",
543543
"supported_toolchains": ["ARM", "GCC_ARM", "IAR"],
544-
"extra_labels": ["Freescale", "MCUXpresso_MCUS", "KL82Z", "USENSE"],
544+
"extra_labels": ["Freescale", "MCUXpresso_MCUS", "KL82Z"],
545545
"macros": ["CPU_MKL82Z128VLK7", "FSL_RTOS_MBED"],
546546
"is_disk_virtual": true,
547547
"inherits": ["Target"],
548-
"device_has": ["ANALOGIN", "ANALOGOUT", "ERROR_RED", "I2C", "I2CSLAVE", "INTERRUPTIN", "LOWPOWERTIMER", "PORTIN", "PORTINOUT", "PORTOUT", "PWMOUT", "SEMIHOST", "SERIAL", "SLEEP", "SPI", "SPISLAVE", "STDIO_MESSAGES", "TRNG"],
548+
"device_has": ["ANALOGIN", "ANALOGOUT", "ERROR_RED", "I2C", "I2CSLAVE", "INTERRUPTIN", "LOWPOWERTIMER", "PORTIN", "PORTINOUT", "PORTOUT", "PWMOUT", "RTC", "SEMIHOST", "SERIAL", "SLEEP", "SPI", "SPISLAVE", "STDIO_MESSAGES", "TRNG"],
549549
"release_versions": ["5"],
550550
"device_name" : "MKL82Z128xxx7"
551551
},
@@ -644,7 +644,7 @@
644644
"UBRIDGE": {
645645
"core": "Cortex-M4F",
646646
"supported_toolchains": ["ARM", "GCC_ARM", "IAR"],
647-
"extra_labels": ["Freescale", "MCUXpresso_MCUS", "K82F", "UBRIDGE"],
647+
"extra_labels": ["Freescale", "MCUXpresso_MCUS", "K82F"],
648648
"is_disk_virtual": true,
649649
"macros": ["CPU_MK82FN256VDC15", "FSL_RTOS_MBED"],
650650
"inherits": ["Target"],

0 commit comments

Comments
 (0)