Skip to content

Commit 6f0ef3c

Browse files
committed
Add experimental feature folder
1 parent f6af90a commit 6f0ef3c

File tree

2 files changed

+8
-0
lines changed

2 files changed

+8
-0
lines changed
Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
{
2+
"name": "experimental_api",
3+
"help": "Enables features that are marked as experimental. These APIs can change in any version.",
4+
"config": {
5+
"present": 1
6+
}
7+
}

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", "PSA",
73+
"EXPERIMENTAL_API",
7374
]
7475

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

0 commit comments

Comments
 (0)