1
0
mirror of https://github.com/RIOT-OS/RIOT.git synced 2024-12-29 04:50:03 +01:00

doc/build-system-basics: fix typo

This commit is contained in:
Alexandre Abadie 2020-05-08 11:29:39 +02:00
parent 36a80a14be
commit 53ea5ff883
No known key found for this signature in database
GPG Key ID: 1C919A403CAE1405

View File

@ -61,11 +61,11 @@ For a `FEATURE` to be provided by a `board` it must meet 2 criteria, and for
`FEATURES_REQUIRED_ANY += arch_avr8|arch_native` if both are provide then
`arch_avr8` will be used.
- `FEATURES_BLACKLIST` are `FEATURES` that can't be used by a `MODULE` or `APPLCIATION`.
- `FEATURES_BLACKLIST` are `FEATURES` that can't be used by a `MODULE` or `APPLICATION`.
They are usually used for _hw_ characteristics like `arch_` to easily resolve
unsupported configurations for a group.
- `FEATURES_USED` are the final list of `FEATURES` that will be used by an `APPLCIATION`
- `FEATURES_USED` are the final list of `FEATURES` that will be used by an `APPLICATION`
### Where to define FEATURES_%