Skip to content

Commit 08a0920

Browse files
authored
Merge pull request #12864 from MarceloSalazar/platform_cleanup3
Remove unsupported targets
2 parents 6d8d024 + 84b596d commit 08a0920

File tree

1,451 files changed

+3686
-835797
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

1,451 files changed

+3686
-835797
lines changed

TESTS/integration/COMMON/target_extended.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -197,7 +197,7 @@
197197
"nanostack.configuration" : "thread_router",
198198
"nanostack-hal.event_loop_thread_stack_size": 8192
199199
},
200-
"MTB_ADV_WISE_1570": {
200+
"ADV_WISE_1570": {
201201
"target.components_add" : ["SPIF"],
202202
"spif-driver.SPI_FREQ" : 20000000,
203203
"target.network-default-interface-type" : "CELLULAR",

TESTS/mbed_hal/qspi/flash_configs/NXP/KL82Z/flash_config.h

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

TESTS/mbed_hal/qspi/flash_configs/flash_configs.h

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -59,9 +59,6 @@
5959
#elif defined(TARGET_K82F)
6060
#include "NXP/K82F/flash_config.h"
6161

62-
#elif defined(TARGET_KL82Z)
63-
#include "NXP/KL82Z/flash_config.h"
64-
6562
#elif defined(TARGET_LPC546XX)
6663
#include "NXP/LPC546XX/flash_config.h"
6764

@@ -88,4 +85,3 @@
8885
#endif
8986

9087
#endif // MBED_FLASH_CONFIGS_H
91-

TESTS/network/emac/emac_TestMemoryManager.cpp

Lines changed: 1 addition & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -49,15 +49,7 @@ char s_trace_buffer[100] = MEM_MNGR_TRACE;
4949
/* For LPC boards define the heap memory bank ourselves to give us section placement
5050
control */
5151
#ifndef ETHMEM_SECTION
52-
#if defined(TARGET_LPC4088) || defined(TARGET_LPC4088_DM)
53-
# if defined (__ICCARM__)
54-
# define ETHMEM_SECTION
55-
# elif defined(TOOLCHAIN_GCC_CR)
56-
# define ETHMEM_SECTION __attribute__((section(".data.$RamPeriph32")))
57-
# else
58-
# define ETHMEM_SECTION __attribute__((section("AHBSRAM1"),aligned))
59-
# endif
60-
#elif defined(TARGET_LPC1768) || defined(TARGET_LPC1769)
52+
#if defined(TARGET_LPC1768)
6153
# if defined (__ICCARM__)
6254
# define ETHMEM_SECTION
6355
# elif defined(TOOLCHAIN_GCC_CR)

TESTS/network/emac/emac_util.cpp

Lines changed: 1 addition & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -38,15 +38,7 @@ using namespace utest::v1;
3838
/* For LPC boards define the memory bank ourselves to give us section placement
3939
control */
4040
#ifndef ETHMEM_SECTION
41-
#if defined(TARGET_LPC4088) || defined(TARGET_LPC4088_DM)
42-
# if defined (__ICCARM__)
43-
# define ETHMEM_SECTION
44-
# elif defined(TOOLCHAIN_GCC_CR)
45-
# define ETHMEM_SECTION __attribute__((section(".data.$RamPeriph32")))
46-
# else
47-
# define ETHMEM_SECTION __attribute__((section("AHBSRAM0"),aligned))
48-
# endif
49-
#elif defined(TARGET_LPC1768) || defined(TARGET_LPC1769)
41+
#if defined(TARGET_LPC1768)
5042
# if defined (__ICCARM__)
5143
# define ETHMEM_SECTION
5244
# elif defined(TOOLCHAIN_GCC_CR)

TEST_APPS/testcases/nanostack_mac_tester/ED_scan.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ def __init__(self):
4242
'*': {
4343
"count":3,
4444
"type": "hardware",
45-
"allowed_platforms": ["K64F", "K66F", "NUCLEO_F429ZI", "KW24D", "KW41Z"],
45+
"allowed_platforms": ["K64F", "K66F", "NUCLEO_F429ZI", "KW41Z"],
4646
"application": {
4747
"name": "TEST_APPS-device-nanostack_mac_tester"
4848
}

TEST_APPS/testcases/nanostack_mac_tester/address_read_and_write.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ def __init__(self):
4141
'*': {
4242
"count":1,
4343
"type": "hardware",
44-
"allowed_platforms": ["K64F", "K66F", "NUCLEO_F429ZI", "KW24D", "KW41Z"],
44+
"allowed_platforms": ["K64F", "K66F", "NUCLEO_F429ZI", "KW41Z"],
4545
"application": {
4646
"name": "TEST_APPS-device-nanostack_mac_tester"
4747
}

TEST_APPS/testcases/nanostack_mac_tester/create_and_join_PAN.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ def __init__(self):
4141
'*': {
4242
"count":3,
4343
"type": "hardware",
44-
"allowed_platforms": ["K64F", "K66F", "NUCLEO_F429ZI", "KW24D", "KW41Z"],
44+
"allowed_platforms": ["K64F", "K66F", "NUCLEO_F429ZI", "KW41Z"],
4545
"application": {
4646
"name": "TEST_APPS-device-nanostack_mac_tester"
4747
}

TEST_APPS/testcases/nanostack_mac_tester/send_data.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ def __init__(self):
4141
'*': {
4242
"count":2,
4343
"type": "hardware",
44-
"allowed_platforms": ["K64F", "K66F", "NUCLEO_F429ZI", "KW24D", "KW41Z"],
44+
"allowed_platforms": ["K64F", "K66F", "NUCLEO_F429ZI", "KW41Z"],
4545
"application": {
4646
"name": "TEST_APPS-device-nanostack_mac_tester"
4747
}

TEST_APPS/testcases/nanostack_mac_tester/send_data_indirect.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ def __init__(self):
4141
'*': {
4242
"count":3,
4343
"type": "hardware",
44-
"allowed_platforms": ["K64F", "K66F", "NUCLEO_F429ZI", "KW24D", "KW41Z"],
44+
"allowed_platforms": ["K64F", "K66F", "NUCLEO_F429ZI", "KW41Z"],
4545
"application": {
4646
"name": "TEST_APPS-device-nanostack_mac_tester"
4747
}

0 commit comments

Comments
 (0)