Skip to content

Commit

Permalink
Merge pull request #20548 from dylad/pr/tests/sys/shell/fix_ci_error_…
Browse files Browse the repository at this point in the history
…llvm

tests/sys/shell: increase the stack size of periodic thread
  • Loading branch information
dylad authored Apr 6, 2024
2 parents 00c30ac + df16f45 commit 65c4855
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions tests/sys/shell/Makefile.ci
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
BOARD_INSUFFICIENT_MEMORY := \
arduino-duemilanove \
atmega328p-xplained-mini \
atmega8 \
#
2 changes: 1 addition & 1 deletion tests/sys/shell/main.c
Original file line number Diff line number Diff line change
Expand Up @@ -101,7 +101,7 @@ static int print_empty(int argc, char **argv)
return 0;
}

static char _stack[THREAD_STACKSIZE_TINY];
static char _stack[THREAD_STACKSIZE_SMALL];
static struct {
uint16_t period_ms;
uint16_t reps;
Expand Down

0 comments on commit 65c4855

Please sign in to comment.