mirror of https://github.com/ARMmbed/mbed-os.git
Removing feature names from the "allowed feature" config list.
These features have all been removed from Mbed OS in the past. This prevents their use in the future.pull/7799/head
parent
e635613b28
commit
0af1a4bcd2
|
@ -63,12 +63,7 @@ BOOTLOADER_OVERRIDES = ROM_OVERRIDES | RAM_OVERRIDES
|
|||
|
||||
|
||||
ALLOWED_FEATURES = [
|
||||
"BOOTLOADER","UVISOR", "BLE", "CLIENT", "IPV4", "LWIP", "COMMON_PAL", "STORAGE",
|
||||
"NANOSTACK","CRYPTOCELL310",
|
||||
# Nanostack configurations
|
||||
"LOWPAN_BORDER_ROUTER", "LOWPAN_HOST", "LOWPAN_ROUTER", "NANOSTACK_FULL",
|
||||
"THREAD_BORDER_ROUTER", "THREAD_END_DEVICE", "THREAD_ROUTER",
|
||||
"ETHERNET_HOST",
|
||||
"BOOTLOADER", "BLE", "LWIP", "STORAGE", "NANOSTACK", "CRYPTOCELL310",
|
||||
]
|
||||
|
||||
# Base class for all configuration exceptions
|
||||
|
|
Loading…
Reference in New Issue