mirror of https://github.com/ARMmbed/mbed-os.git
Add experimental feature folder
Signed-off-by: Darryl Green <darryl.green@arm.com>pull/13003/head
parent
b44a263729
commit
7aadee9ab7
|
@ -0,0 +1,6 @@
|
||||||
|
{
|
||||||
|
"name": "experimental_api",
|
||||||
|
"config": {
|
||||||
|
"present": 1
|
||||||
|
}
|
||||||
|
}
|
|
@ -70,6 +70,7 @@ BOOTLOADER_OVERRIDES = ROM_OVERRIDES | RAM_OVERRIDES | DELIVERY_OVERRIDES
|
||||||
|
|
||||||
ALLOWED_FEATURES = [
|
ALLOWED_FEATURES = [
|
||||||
"BOOTLOADER", "BLE", "LWIP", "STORAGE", "NANOSTACK", "CRYPTOCELL310",
|
"BOOTLOADER", "BLE", "LWIP", "STORAGE", "NANOSTACK", "CRYPTOCELL310",
|
||||||
|
"EXPERIMENTAL_API",
|
||||||
]
|
]
|
||||||
|
|
||||||
# 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