Skip to content

Commit e43ece1

Browse files
MarceloSalazarMarceloSalazar
authored andcommitted
Rename EMW3166 target
1 parent 831c475 commit e43ece1

File tree

10 files changed

+6
-6
lines changed

10 files changed

+6
-6
lines changed

TESTS/integration/COMMON/target_extended.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -172,7 +172,7 @@
172172
"lwip.tcp-enabled" : true,
173173
"mbed-trace.enable" : false
174174
},
175-
"MTB_MXCHIP_EMW3166": {
175+
"WIO_EMW3166": {
176176
"target.components_add" : ["SPIF"],
177177
"spif-driver.SPI_MOSI" : "PB_15",
178178
"spif-driver.SPI_MISO" : "PB_14",

TESTS/network/emac/main.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@
3737
!defined(TARGET_REALTEK_RTL8195AM) && \
3838
!defined(TARGET_MTB_ADV_WISE_1530) && \
3939
!defined(TARGET_MTB_USI_WM_BN_BM_22) && \
40-
!defined(TARGET_MTB_MXCHIP_EMW3166) && \
40+
!defined(TARGET_WIO_EMW3166) && \
4141
!defined(TARGET_MTB_UBLOX_ODIN_W2) && \
4242
!defined(TARGET_UNO_91H)
4343
#error [NOT_SUPPORTED] Wifi tests are not valid for the target

TESTS/network/emac/mbed_lib.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
"UBLOX_EVK_ODIN_W2": {
1212
"NO_SUPPORT_FOR_MULTICAST_FILTER": true
1313
},
14-
"MTB_MXCHIP_EMW3166": {
14+
"MTB_WIO_EMW3166": {
1515
"NO_SUPPORT_FOR_IPV4_MULTICAST_FILTER": true
1616
},
1717
"MTB_ADV_WISE_1530": {

components/storage/blockdevice/COMPONENT_SPIF/mbed_lib.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@
4949
"SPI_CLK": "PB_13",
5050
"SPI_CS": "PC_12"
5151
},
52-
"MTB_MXCHIP_EMW3166": {
52+
"WIO_EMW3166": {
5353
"SPI_MOSI": "PB_15",
5454
"SPI_MISO": "PB_14",
5555
"SPI_CLK": "PB_13",

targets/targets.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3992,7 +3992,7 @@
39923992
"device_name": "STM32F412ZG",
39933993
"bootloader_supported": true
39943994
},
3995-
"MTB_MXCHIP_EMW3166": {
3995+
"WIO_EMW3166": {
39963996
"inherits": [
39973997
"FAMILY_STM32"
39983998
],

tools/test_configs/target_configs.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@
4343
"default_test_configuration": "NONE",
4444
"test_configurations": ["HEAPBLOCKDEVICE_AND_WIFI"]
4545
},
46-
"MTB_MXCHIP_EMW3166": {
46+
"WIO_EMW3166": {
4747
"default_test_configuration": "NONE",
4848
"test_configurations": ["HEAPBLOCKDEVICE_AND_WIFI"]
4949
},

0 commit comments

Comments
 (0)