Use target inheritance for USENSE and UBRIDGE

pull/4315/head
Jimmy Brisson 2017-05-15 09:22:07 -05:00
parent 2cf7403edc
commit c983b3a142
1 changed files with 7 additions and 18 deletions

View File

@ -539,15 +539,10 @@
"device_name": "MKL82Z128xxx7" "device_name": "MKL82Z128xxx7"
}, },
"USENSE": { "USENSE": {
"core": "Cortex-M0+", "inherits": ["KL82Z"],
"supported_toolchains": ["ARM", "GCC_ARM", "IAR"], "device_has_add": ["LOWPOWERTIMER"],
"extra_labels": ["Freescale", "MCUXpresso_MCUS", "KL82Z"], "extra_labels_remove": ["FRDM"],
"macros": ["CPU_MKL82Z128VLK7", "FSL_RTOS_MBED"], "supported_form_factors": []
"is_disk_virtual": true,
"inherits": ["Target"],
"device_has": ["ANALOGIN", "ANALOGOUT", "ERROR_RED", "I2C", "I2CSLAVE", "INTERRUPTIN", "LOWPOWERTIMER", "PORTIN", "PORTINOUT", "PORTOUT", "PWMOUT", "RTC", "SEMIHOST", "SERIAL", "SLEEP", "SPI", "SPISLAVE", "STDIO_MESSAGES", "TRNG"],
"release_versions": ["5"],
"device_name" : "MKL82Z128xxx7"
}, },
"KW24D": { "KW24D": {
"supported_form_factors": ["ARDUINO"], "supported_form_factors": ["ARDUINO"],
@ -642,15 +637,9 @@
"device_name": "MK82FN256xxx15" "device_name": "MK82FN256xxx15"
}, },
"UBRIDGE": { "UBRIDGE": {
"core": "Cortex-M4F", "inherits": ["K82F"],
"supported_toolchains": ["ARM", "GCC_ARM", "IAR"], "extra_labels_remove": ["FRDM"],
"extra_labels": ["Freescale", "MCUXpresso_MCUS", "K82F"], "supported_form_factors": []
"is_disk_virtual": true,
"macros": ["CPU_MK82FN256VDC15", "FSL_RTOS_MBED"],
"inherits": ["Target"],
"device_has": ["ANALOGIN", "ANALOGOUT", "ERROR_RED", "I2C", "I2CSLAVE", "INTERRUPTIN", "LOWPOWERTIMER", "PORTIN", "PORTINOUT", "PORTOUT", "PWMOUT", "RTC", "SERIAL", "SLEEP", "SPI", "SPISLAVE", "STDIO_MESSAGES", "TRNG"],
"release_versions": ["5"],
"device_name": "MK82FN256xxx15"
}, },
"NUCLEO_F030R8": { "NUCLEO_F030R8": {
"supported_form_factors": ["ARDUINO", "MORPHO"], "supported_form_factors": ["ARDUINO", "MORPHO"],