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 + 1a69d9c commit ad0d0b7
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
5 changes: 5 additions & 0 deletions tests/sys/shell/Makefile.ci
Original file line number Diff line number Diff line change
@@ -1,4 +1,9 @@
BOARD_INSUFFICIENT_MEMORY := \
arduino-duemilanove \
arduino-uno \
arduino-nano \
atmega328p \
atmega328p-xplained-mini \
atmega8 \
nucleo-l011k4 \
#
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 ad0d0b7

Please sign in to comment.