Skip to content

Commit

Permalink
fixup! tests/pkg/flashdb: add test for FAL config initialization
Browse files Browse the repository at this point in the history
  • Loading branch information
fabian18 committed Jan 5, 2024
1 parent 44badbf commit 6a8af08
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
1 change: 0 additions & 1 deletion tests/pkg/flashdb_fal_cfg/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,6 @@ USEMODULE += rtc_utils
FEATURES_OPTIONAL += periph_rtc
FEATURES_REQUIRED_ANY += periph_rtc|periph_rtt

CFLAGS += -DTHREAD_STACKSIZE_MAIN=THREAD_STACKSIZE_LARGE
CFLAGS += -DFAL_PART1_LABEL=\"part1\"
CFLAGS += -DFAL_PART1_LENGTH=FAL_PART0_LENGTH
CFLAGS += -DFAL_PART2_LABEL=\"part2\"
Expand Down
3 changes: 3 additions & 0 deletions tests/pkg/flashdb_fal_cfg/Makefile.ci
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
BOARD_INSUFFICIENT_MEMORY := \
stk3200 \
#

0 comments on commit 6a8af08

Please sign in to comment.