mirror of https://github.com/ARMmbed/mbed-os.git
				
				
				
			Merge pull request #7799 from bridadan/remove_allowed_features
Removing feature names from the "allowed feature" config list.pull/9163/head
						commit
						442cbba141
					
				| 
						 | 
					@ -7,7 +7,6 @@
 | 
				
			||||||
    ],
 | 
					    ],
 | 
				
			||||||
    "target_overrides": {
 | 
					    "target_overrides": {
 | 
				
			||||||
        "*": {
 | 
					        "*": {
 | 
				
			||||||
            "target.features_add": ["LWIP", "COMMON_PAL"],
 | 
					 | 
				
			||||||
            "mbed-trace.enable": 1,
 | 
					            "mbed-trace.enable": 1,
 | 
				
			||||||
            "platform.stdio-baud-rate": 115200,
 | 
					            "platform.stdio-baud-rate": 115200,
 | 
				
			||||||
            "platform.stdio-convert-newlines": true,
 | 
					            "platform.stdio-convert-newlines": true,
 | 
				
			||||||
| 
						 | 
					
 | 
				
			||||||
| 
						 | 
					@ -71,12 +71,7 @@ BOOTLOADER_OVERRIDES = ROM_OVERRIDES | RAM_OVERRIDES | DELIVERY_OVERRIDES
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					
 | 
				
			||||||
ALLOWED_FEATURES = [
 | 
					ALLOWED_FEATURES = [
 | 
				
			||||||
    "BOOTLOADER","UVISOR", "BLE", "CLIENT", "IPV4", "LWIP", "COMMON_PAL", "STORAGE",
 | 
					    "BOOTLOADER", "BLE", "LWIP", "STORAGE", "NANOSTACK", "CRYPTOCELL310",
 | 
				
			||||||
    "NANOSTACK","CRYPTOCELL310",
 | 
					 | 
				
			||||||
    # Nanostack configurations
 | 
					 | 
				
			||||||
    "LOWPAN_BORDER_ROUTER", "LOWPAN_HOST", "LOWPAN_ROUTER", "NANOSTACK_FULL",
 | 
					 | 
				
			||||||
    "THREAD_BORDER_ROUTER", "THREAD_END_DEVICE", "THREAD_ROUTER",
 | 
					 | 
				
			||||||
    "ETHERNET_HOST",
 | 
					 | 
				
			||||||
]
 | 
					]
 | 
				
			||||||
 | 
					
 | 
				
			||||||
# List of all possible ram memories that can be available for a target
 | 
					# List of all possible ram memories that can be available for a target
 | 
				
			||||||
| 
						 | 
					
 | 
				
			||||||
		Loading…
	
		Reference in New Issue