Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

core: make idle thread optional #14224

Merged
merged 7 commits into from
Jun 26, 2020
Prev Previous commit
tests/unittests: increase main stacksize to THREAD_STACKSIZE_LARGE
  • Loading branch information
kaspar030 committed Jun 25, 2020
commit f85f78211f51aac2d31b891df3146cd09fa52173
3 changes: 3 additions & 0 deletions tests/unittests/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,9 @@ BASELIBS += $(UNIT_TESTS:%=$(BINDIR)/%.a)

INCLUDES += -I$(RIOTBASE)/tests/unittests/common

# some tests need more stack
CFLAGS += -DTHREAD_STACKSIZE_MAIN=THREAD_STACKSIZE_LARGE

include $(RIOTBASE)/Makefile.include

.PHONY: $(UNIT_TESTS)
Expand Down