1
0
mirror of https://github.com/RIOT-OS/RIOT.git synced 2025-12-25 06:23:53 +01:00

Merge pull request #7772 from kaspar030/add_tests_pkg_fatfs_rtc_dep

tests: pkg_fatfs: add periph_rtc to required features
This commit is contained in:
Kaspar Schleiser 2017-11-02 15:18:40 +01:00 committed by GitHub
commit c9448f471f
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -5,6 +5,8 @@ USEMODULE += shell
BOARD ?= native
FEATURES_OPTIONAL += periph_rtc
# whitelist can be removed when the problem described in #6063 was resolved
# this list is composed of boards that support spi + native
BOARD_WHITELIST := native airfy-beacon arduino-due arduino-duemilanove arduino-mega2560 \