1
0
mirror of https://github.com/RIOT-OS/RIOT.git synced 2025-01-15 20:32:43 +01:00
RIOT/tests/kconfig_features
2020-06-17 10:59:31 +02:00
..
Kconfig tests/kconfig: add features check 2020-06-02 17:42:17 +02:00
main.c tests/kconfig: add features check 2020-06-02 17:42:17 +02:00
Makefile test/kconfig_features: Add atmega328p-based boards to list 2020-06-17 10:59:31 +02:00
README.md tests/kconfig: add features check 2020-06-02 17:42:17 +02:00

Kconfig features test

The objective of this test is to control the synchronization of features provided by boards via Makefile.features and Kconfig files during the migration process.

The test checks during compilation that both lists of features provided by the board match. The BOARD_WHITELIST is used to test only the boards that have their features modelled in Kconfig.