Skip to content

Commit ee8231a

Browse files
author
Marcelo Salazar
committed
Remove USI_WM_BN_BM_22 based targets
1 parent 567f7da commit ee8231a

File tree

16 files changed

+0
-1084
lines changed

16 files changed

+0
-1084
lines changed

TESTS/integration/COMMON/target_extended.json

Lines changed: 0 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -197,13 +197,6 @@
197197
"nanostack.configuration" : "thread_router",
198198
"nanostack-hal.event_loop_thread_stack_size": 8192
199199
},
200-
"MTB_USI_WM_BN_BM_22": {
201-
"target.components_add" : ["SPIF"],
202-
"spif-driver.SPI_MOSI" : "PC_3",
203-
"spif-driver.SPI_MISO" : "PC_2",
204-
"spif-driver.SPI_CLK" : "PB_13",
205-
"spif-driver.SPI_CS" : "PA_6"
206-
},
207200
"MTB_ADV_WISE_1570": {
208201
"target.components_add" : ["SPIF"],
209202
"spif-driver.SPI_FREQ" : 20000000,
@@ -214,15 +207,6 @@
214207
"platform.default-serial-baud-rate" : 115200,
215208
"nsapi.dns-response-wait-time" : 30000
216209
},
217-
"MTB_ADV_WISE_1530": {
218-
"target.components_add" : ["SPIF"],
219-
"spif-driver.SPI_MOSI" : "PC_3",
220-
"spif-driver.SPI_MISO" : "PC_2",
221-
"spif-driver.SPI_CLK" : "PB_13",
222-
"spif-driver.SPI_CS" : "PC_12",
223-
"no_led" : "1",
224-
"tests-fs-size" : "2*1024*1024"
225-
},
226210
"MCU_PSOC6": {
227211
"tests-fs-size" : "8*1024*1024"
228212
},

TESTS/network/emac/main.cpp

Lines changed: 0 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -32,14 +32,6 @@
3232
#error [NOT_SUPPORTED] Either wifi or ethernet testing need to be enabled
3333
#else
3434

35-
#if (MBED_CONF_TARGET_NETWORK_DEFAULT_INTERFACE_TYPE == WIFI) && \
36-
!defined(TARGET_MTB_ADV_WISE_1530) && \
37-
!defined(TARGET_MTB_USI_WM_BN_BM_22) && \
38-
!defined(TARGET_WIO_EMW3166)
39-
#error [NOT_SUPPORTED] Wifi tests are not valid for the target
40-
#else
41-
42-
4335

4436
#include "greentea-client/test_env.h"
4537
#include "unity.h"

TESTS/network/emac/mbed_lib.json

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -7,12 +7,6 @@
77
"target_overrides": {
88
"WIO_EMW3166": {
99
"NO_SUPPORT_FOR_IPV4_MULTICAST_FILTER": true
10-
},
11-
"MTB_ADV_WISE_1530": {
12-
"NO_SUPPORT_FOR_IPV4_MULTICAST_FILTER": true
13-
},
14-
"MTB_USI_WM_BN_BM_22": {
15-
"NO_SUPPORT_FOR_IPV4_MULTICAST_FILTER": true
1610
}
1711
}
1812
}

components/storage/blockdevice/COMPONENT_SPIF/mbed_lib.json

Lines changed: 0 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -37,24 +37,12 @@
3737
"SPI_CLK": "PTD5",
3838
"SPI_CS": "PTD4"
3939
},
40-
"MTB_ADV_WISE_1530": {
41-
"SPI_MOSI": "PC_3",
42-
"SPI_MISO": "PC_2",
43-
"SPI_CLK": "PB_13",
44-
"SPI_CS": "PC_12"
45-
},
4640
"WIO_EMW3166": {
4741
"SPI_MOSI": "PB_15",
4842
"SPI_MISO": "PB_14",
4943
"SPI_CLK": "PB_13",
5044
"SPI_CS": "PA_10"
5145
},
52-
"MTB_USI_WM_BN_BM_22": {
53-
"SPI_MOSI": "PC_3",
54-
"SPI_MISO": "PC_2",
55-
"SPI_CLK": "PB_13",
56-
"SPI_CS": "PA_6"
57-
},
5846
"MTB_ADV_WISE_1570": {
5947
"SPI_MOSI": "PA_7",
6048
"SPI_MISO": "PA_6",

targets/TARGET_STM/TARGET_STM32F4/TARGET_STM32F412xG/TARGET_USI_WM_BN_BM_22/PeripheralNames.h

Lines changed: 0 additions & 76 deletions
This file was deleted.

0 commit comments

Comments
 (0)