Merge branch 'wio3g' of https://github.com/SeeedJP/mbed-os into dev_rollup

pull/8753/head
Martin Kojtal 2018-11-15 14:03:13 +00:00
commit 22185ba229
2 changed files with 17 additions and 11 deletions

View File

@ -168,6 +168,8 @@ typedef enum {
// Grove connector namings
D38 = PC_6,
D39 = PC_7,
D19 = PB_3,
D20 = PB_4,
A4 = PA_4,
A5 = PA_5,
A6 = PA_6,

View File

@ -4,6 +4,7 @@
"default_toolchain": "ARM",
"supported_toolchains": null,
"extra_labels": [],
"components": ["PSA_SRV_IMPL", "PSA_SRV_EMUL", "NSPE"],
"is_disk_virtual": false,
"macros": [],
"device_has": [],
@ -1349,7 +1350,7 @@
},
"K64F": {
"supported_form_factors": ["ARDUINO"],
"components": ["SD"],
"components_add": ["SD"],
"core": "Cortex-M4F",
"supported_toolchains": ["ARM", "GCC_ARM", "IAR"],
"extra_labels": [
@ -1600,7 +1601,7 @@
},
"K66F": {
"supported_form_factors": ["ARDUINO"],
"components": ["SD"],
"components_add": ["SD"],
"core": "Cortex-M4F",
"supported_toolchains": ["ARM", "GCC_ARM", "IAR"],
"extra_labels": [
@ -1646,7 +1647,7 @@
},
"K82F": {
"supported_form_factors": ["ARDUINO"],
"components": ["SPIF"],
"components_add": ["SPIF"],
"core": "Cortex-M4F",
"supported_toolchains": ["ARM", "GCC_ARM", "IAR"],
"extra_labels": ["Freescale", "MCUXpresso_MCUS", "KSDK2_MCUS", "FRDM"],
@ -2333,7 +2334,7 @@
},
"USI_WM_BN_BM_22": {
"inherits": ["FAMILY_STM32"],
"components": ["SPIF"],
"components_add": ["SPIF"],
"core": "Cortex-M4F",
"extra_labels_add": [
"STM32F4",
@ -2380,7 +2381,7 @@
}
},
"DISCO_F413ZH": {
"components": ["QSPIF"],
"components_add": ["QSPIF"],
"inherits": ["FAMILY_STM32"],
"supported_form_factors": ["ARDUINO"],
"core": "Cortex-M4F",
@ -3072,7 +3073,7 @@
"device_name": "STM32L486RG"
},
"MTB_ADV_WISE_1570": {
"components": ["FLASHIAP"],
"components_add": ["FLASHIAP"],
"inherits": ["FAMILY_STM32"],
"core": "Cortex-M4F",
"extra_labels_add": [
@ -3172,8 +3173,11 @@
],
"detect_code": ["9014"],
"release_versions": ["2", "5"],
"device_name": "STM32F439VI",
"bootloader_supported": true
"device_name" : "STM32F439VI",
"bootloader_supported": true,
"overrides": {
"network-default-interface-type": "CELLULAR"
}
},
"DISCO_F051R8": {
"inherits": ["FAMILY_STM32"],
@ -3304,7 +3308,7 @@
"bootloader_supported": true
},
"DISCO_F469NI": {
"components": ["QSPIF"],
"components_add": ["QSPIF"],
"inherits": ["FAMILY_STM32"],
"supported_form_factors": ["ARDUINO"],
"core": "Cortex-M4F",
@ -3500,7 +3504,7 @@
}
},
"DISCO_L475VG_IOT01A": {
"components": ["QSPIF"],
"components_add": ["QSPIF"],
"inherits": ["FAMILY_STM32"],
"core": "Cortex-M4F",
"extra_labels_add": ["STM32L4", "STM32L475xG", "STM32L475VG"],
@ -3531,7 +3535,7 @@
"bootloader_supported": true
},
"DISCO_L476VG": {
"components": ["QSPIF"],
"components_add": ["QSPIF"],
"inherits": ["FAMILY_STM32"],
"core": "Cortex-M4F",
"extra_labels_add": ["STM32L4", "STM32L476xG", "STM32L476VG"],