Skip to content

Commit 90d41d2

Browse files
author
Amanda Butler
authored
Update build recognition list in mbed_targets.md
Update list the build recognizes, as requested.
1 parent 3fcb7fb commit 90d41d2

File tree

1 file changed

+5
-2
lines changed

1 file changed

+5
-2
lines changed

docs/reference/configuration/mbed_targets.md

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -128,8 +128,11 @@ When you use target inheritance, you may alter the values of `extra_labels` usin
128128
### features, features_add and features_remove
129129

130130
The list of _features_ enables software features on a platform. Like `extra_labels`, `features` makes the build system aware of additional directories it must scan for resources. Unlike `extra_labels`, the build system recognizes a fixed set of values in the `features` list. The build system recognizes the following features:
131-
- `BLE`.
132-
- `STORAGE`.
131+
132+
- `BLE`.
133+
- `STORAGE`.
134+
- `LWIP`.
135+
- `CRYPTOCELL310`.
133136

134137
The build system errors when you use features outside of this list.
135138

0 commit comments

Comments
 (0)