1
0
mirror of https://github.com/RIOT-OS/RIOT.git synced 2025-12-15 17:43:51 +01:00
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
..
2017-04-13 16:41:52 +02:00
2017-04-25 09:35:50 +02:00
2017-04-13 16:41:52 +02:00
2019-11-28 19:33:35 +01:00
2017-04-14 03:00:47 +02:00
2017-04-14 03:00:47 +02:00
2014-10-23 20:53:01 +02:00
2014-10-23 20:53:01 +02:00