Skip to content

Commit a33b45a

Browse files
committed
Add experimental feature folder
This is being added as future APIs will be added under this feature. In order to maintain backwards compatibility, EXPERIMENTAL_API is being added as a recognised feature. Signed-off-by: Darryl Green <[email protected]>
1 parent f7861e6 commit a33b45a

File tree

2 files changed

+7
-0
lines changed

2 files changed

+7
-0
lines changed
Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
{
2+
"name": "experimental_api",
3+
"config": {
4+
"present": 1
5+
}
6+
}

tools/config/__init__.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -70,6 +70,7 @@
7070

7171
ALLOWED_FEATURES = [
7272
"BOOTLOADER", "BLE", "LWIP", "STORAGE", "NANOSTACK", "CRYPTOCELL310",
73+
"EXPERIMENTAL_API",
7374
]
7475

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

0 commit comments

Comments
 (0)