1
0
mirror of https://github.com/RIOT-OS/RIOT.git synced 2024-12-29 04:50:03 +01:00
RIOT/doc/doxygen
Marian Buschsieweke 3628db19fd
Makefile.features: Allow "one out of" dependencies
An application/test/module that requires one feature out of a set of
alternatives (let's say either periph_uart, periph_spi, or periph_i2c) can
request this now using:

    FEATURES_REQUIRED_ANY += periph_uart|periph_spi|periph_i2c
2020-04-01 09:12:50 +02:00
..
src Makefile.features: Allow "one out of" dependencies 2020-04-01 09:12:50 +02:00
.gitignore doc: add release notes to doxygen documentation 2017-05-12 17:54:48 +02:00
footer.html doc: utilize smartmenus 2017-04-25 09:35:50 +02:00
generate-changelog.py doc/doxygen: Use python3 in generate-changelog.py 2019-09-10 10:10:12 +02:00
header.html doc: utilize smartmenus 2017-04-25 09:35:50 +02:00
Makefile doc/doxygen: add package name for lessc 2019-02-20 11:35:06 +01:00
riot.doxyfile doxygen: increase DOT_GRAPH_MAX_NODES 2020-03-03 14:09:37 +01:00
RIOTDoxygenLayout.xml doc: fix trailing whitespace in Doxygen XML 2016-02-21 18:58:02 +01:00