Skip to content

Commit 442cbba

Browse files
author
Cruz Monrreal
authored
Merge pull request #7799 from bridadan/remove_allowed_features
Removing feature names from the "allowed feature" config list.
2 parents e17b14a + 00a3d0f commit 442cbba

File tree

2 files changed

+1
-7
lines changed

2 files changed

+1
-7
lines changed

TEST_APPS/device/socket_app/mbed_app.json

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,6 @@
77
],
88
"target_overrides": {
99
"*": {
10-
"target.features_add": ["LWIP", "COMMON_PAL"],
1110
"mbed-trace.enable": 1,
1211
"platform.stdio-baud-rate": 115200,
1312
"platform.stdio-convert-newlines": true,

tools/config/__init__.py

Lines changed: 1 addition & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -71,12 +71,7 @@
7171

7272

7373
ALLOWED_FEATURES = [
74-
"BOOTLOADER","UVISOR", "BLE", "CLIENT", "IPV4", "LWIP", "COMMON_PAL", "STORAGE",
75-
"NANOSTACK","CRYPTOCELL310",
76-
# Nanostack configurations
77-
"LOWPAN_BORDER_ROUTER", "LOWPAN_HOST", "LOWPAN_ROUTER", "NANOSTACK_FULL",
78-
"THREAD_BORDER_ROUTER", "THREAD_END_DEVICE", "THREAD_ROUTER",
79-
"ETHERNET_HOST",
74+
"BOOTLOADER", "BLE", "LWIP", "STORAGE", "NANOSTACK", "CRYPTOCELL310",
8075
]
8176

8277
# List of all possible ram memories that can be available for a target

0 commit comments

Comments
 (0)