Skip to content

Commit

Permalink
tests: add test app for periph_sdmmc
Browse files Browse the repository at this point in the history
  • Loading branch information
gschorcht committed May 2, 2023
1 parent a514666 commit 32db3e0
Show file tree
Hide file tree
Showing 4 changed files with 545 additions and 0 deletions.
7 changes: 7 additions & 0 deletions tests/driver_sdmmc/Makefile
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
include ../Makefile.tests_common

USEMODULE += periph_sdmmc
USEMODULE += fmt
USEMODULE += shell

include $(RIOTBASE)/Makefile.include
2 changes: 2 additions & 0 deletions tests/driver_sdmmc/Makefile.ci
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
BOARD_INSUFFICIENT_MEMORY := \
#
5 changes: 5 additions & 0 deletions tests/driver_sdmmc/app.config.test
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
# this file enables modules defined in Kconfig. Do not use this file for
# application configuration. This is only needed during migration.
CONFIG_MODULE_PERIPH_SDMMC=y
CONFIG_MODULE_FMT=y
CONFIG_MODULE_SHELL=y
Loading

0 comments on commit 32db3e0

Please sign in to comment.