Skip to content

Commit e9022d6

Browse files
committed
Add periods after list items
1 parent 7cf4734 commit e9022d6

File tree

1 file changed

+16
-16
lines changed

1 file changed

+16
-16
lines changed

docs/advanced/mbed_targets.md

Lines changed: 16 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -119,24 +119,24 @@ When you use target inheritance, you may alter the values of `extra_labels` usin
119119
### `features`, `features_add` and `features_remove`
120120

121121
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:
122-
- `UVISOR`
123-
- `BLE`
124-
- `CLIENT`
125-
- `IPV4`
126-
- `LWIP`
127-
- `COMMON_PAL`
128-
- `STORAGE`
129-
- `NANOSTACK`
122+
- `UVISOR`.
123+
- `BLE`.
124+
- `CLIENT`.
125+
- `IPV4`.
126+
- `LWIP`.
127+
- `COMMON_PAL`.
128+
- `STORAGE`.
129+
- `NANOSTACK`.
130130

131131
The following features, also recognized by the build system, are all nanostack configurations:
132-
- `LOWPAN_BORDER_ROUTER`
133-
- `LOWPAN_HOST`
134-
- `LOWPAN_ROUTER`
135-
- `NANOSTACK_FULL`
136-
- `THREAD_BORDER_ROUTER`
137-
- `THREAD_END_DEVICE`
138-
- `THREAD_ROUTER`
139-
- `ETHERNET_HOST`
132+
- `LOWPAN_BORDER_ROUTER`.
133+
- `LOWPAN_HOST`.
134+
- `LOWPAN_ROUTER`.
135+
- `NANOSTACK_FULL`.
136+
- `THREAD_BORDER_ROUTER`.
137+
- `THREAD_END_DEVICE`.
138+
- `THREAD_ROUTER`.
139+
- `ETHERNET_HOST`.
140140

141141
The build system errors when you use features outside of this list.
142142

0 commit comments

Comments
 (0)