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 15, 2023
1 parent 1c169e3 commit 17e47b8
Show file tree
Hide file tree
Showing 4 changed files with 545 additions and 0 deletions.
8 changes: 8 additions & 0 deletions tests/drivers/sdmmc/Makefile
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
include ../Makefile.drivers_common

USEMODULE += sdmmc

USEMODULE += fmt
USEMODULE += shell

include $(RIOTBASE)/Makefile.include
2 changes: 2 additions & 0 deletions tests/drivers/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/drivers/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_SDMMC=y
CONFIG_MODULE_FMT=y
CONFIG_MODULE_SHELL=y
Loading

0 comments on commit 17e47b8

Please sign in to comment.