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:
parent
36a80a14be
commit
53ea5ff883
@ -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_%
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user