Skip to content

Commit 22185ba

Browse files
committed
Merge branch 'wio3g' of https://github.com/SeeedJP/mbed-os into dev_rollup
2 parents caae883 + dad6ede commit 22185ba

File tree

2 files changed

+17
-11
lines changed

2 files changed

+17
-11
lines changed

targets/TARGET_STM/TARGET_STM32F4/TARGET_STM32F439xI/TARGET_WIO_3G/PinNames.h

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -168,6 +168,8 @@ typedef enum {
168168
// Grove connector namings
169169
D38 = PC_6,
170170
D39 = PC_7,
171+
D19 = PB_3,
172+
D20 = PB_4,
171173
A4 = PA_4,
172174
A5 = PA_5,
173175
A6 = PA_6,

targets/targets.json

Lines changed: 15 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,7 @@
44
"default_toolchain": "ARM",
55
"supported_toolchains": null,
66
"extra_labels": [],
7+
"components": ["PSA_SRV_IMPL", "PSA_SRV_EMUL", "NSPE"],
78
"is_disk_virtual": false,
89
"macros": [],
910
"device_has": [],
@@ -1349,7 +1350,7 @@
13491350
},
13501351
"K64F": {
13511352
"supported_form_factors": ["ARDUINO"],
1352-
"components": ["SD"],
1353+
"components_add": ["SD"],
13531354
"core": "Cortex-M4F",
13541355
"supported_toolchains": ["ARM", "GCC_ARM", "IAR"],
13551356
"extra_labels": [
@@ -1600,7 +1601,7 @@
16001601
},
16011602
"K66F": {
16021603
"supported_form_factors": ["ARDUINO"],
1603-
"components": ["SD"],
1604+
"components_add": ["SD"],
16041605
"core": "Cortex-M4F",
16051606
"supported_toolchains": ["ARM", "GCC_ARM", "IAR"],
16061607
"extra_labels": [
@@ -1646,7 +1647,7 @@
16461647
},
16471648
"K82F": {
16481649
"supported_form_factors": ["ARDUINO"],
1649-
"components": ["SPIF"],
1650+
"components_add": ["SPIF"],
16501651
"core": "Cortex-M4F",
16511652
"supported_toolchains": ["ARM", "GCC_ARM", "IAR"],
16521653
"extra_labels": ["Freescale", "MCUXpresso_MCUS", "KSDK2_MCUS", "FRDM"],
@@ -2333,7 +2334,7 @@
23332334
},
23342335
"USI_WM_BN_BM_22": {
23352336
"inherits": ["FAMILY_STM32"],
2336-
"components": ["SPIF"],
2337+
"components_add": ["SPIF"],
23372338
"core": "Cortex-M4F",
23382339
"extra_labels_add": [
23392340
"STM32F4",
@@ -2380,7 +2381,7 @@
23802381
}
23812382
},
23822383
"DISCO_F413ZH": {
2383-
"components": ["QSPIF"],
2384+
"components_add": ["QSPIF"],
23842385
"inherits": ["FAMILY_STM32"],
23852386
"supported_form_factors": ["ARDUINO"],
23862387
"core": "Cortex-M4F",
@@ -3072,7 +3073,7 @@
30723073
"device_name": "STM32L486RG"
30733074
},
30743075
"MTB_ADV_WISE_1570": {
3075-
"components": ["FLASHIAP"],
3076+
"components_add": ["FLASHIAP"],
30763077
"inherits": ["FAMILY_STM32"],
30773078
"core": "Cortex-M4F",
30783079
"extra_labels_add": [
@@ -3172,8 +3173,11 @@
31723173
],
31733174
"detect_code": ["9014"],
31743175
"release_versions": ["2", "5"],
3175-
"device_name": "STM32F439VI",
3176-
"bootloader_supported": true
3176+
"device_name" : "STM32F439VI",
3177+
"bootloader_supported": true,
3178+
"overrides": {
3179+
"network-default-interface-type": "CELLULAR"
3180+
}
31773181
},
31783182
"DISCO_F051R8": {
31793183
"inherits": ["FAMILY_STM32"],
@@ -3304,7 +3308,7 @@
33043308
"bootloader_supported": true
33053309
},
33063310
"DISCO_F469NI": {
3307-
"components": ["QSPIF"],
3311+
"components_add": ["QSPIF"],
33083312
"inherits": ["FAMILY_STM32"],
33093313
"supported_form_factors": ["ARDUINO"],
33103314
"core": "Cortex-M4F",
@@ -3500,7 +3504,7 @@
35003504
}
35013505
},
35023506
"DISCO_L475VG_IOT01A": {
3503-
"components": ["QSPIF"],
3507+
"components_add": ["QSPIF"],
35043508
"inherits": ["FAMILY_STM32"],
35053509
"core": "Cortex-M4F",
35063510
"extra_labels_add": ["STM32L4", "STM32L475xG", "STM32L475VG"],
@@ -3531,7 +3535,7 @@
35313535
"bootloader_supported": true
35323536
},
35333537
"DISCO_L476VG": {
3534-
"components": ["QSPIF"],
3538+
"components_add": ["QSPIF"],
35353539
"inherits": ["FAMILY_STM32"],
35363540
"core": "Cortex-M4F",
35373541
"extra_labels_add": ["STM32L4", "STM32L476xG", "STM32L476VG"],

0 commit comments

Comments
 (0)