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
Brian Daniels 2018-08-15 10:30:23 -05:00
parent e635613b28
commit 0af1a4bcd2
1 changed files with 4 additions and 9 deletions

View File

@ -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