Skip to content

Commit 60a8b7b

Browse files
committed
Add experimental feature folder
1 parent f6af90a commit 60a8b7b

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", "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)