aboutsummaryrefslogtreecommitdiffstats
path: root/demos/AVR/NIL-MT-DB-X4
diff options
context:
space:
mode:
Diffstat (limited to 'demos/AVR/NIL-MT-DB-X4')
-rw-r--r--demos/AVR/NIL-MT-DB-X4/Makefile9
-rw-r--r--demos/AVR/NIL-MT-DB-X4/chconf.h2
2 files changed, 3 insertions, 8 deletions
diff --git a/demos/AVR/NIL-MT-DB-X4/Makefile b/demos/AVR/NIL-MT-DB-X4/Makefile
index 22eebabb2..92177ac85 100644
--- a/demos/AVR/NIL-MT-DB-X4/Makefile
+++ b/demos/AVR/NIL-MT-DB-X4/Makefile
@@ -92,11 +92,6 @@ include $(CHIBIOS)/os/hal/osal/nil/osal.mk
# RTOS files (optional).
include $(CHIBIOS)/os/nil/nil.mk
include $(CHIBIOS)/os/common/ports/AVR/compilers/GCC/mk/port.mk
-# Other files (optional).
-include $(CHIBIOS)/test/lib/test.mk
-include $(CHIBIOS)/test/nil/nil_test.mk
-include $(CHIBIOS)/test/oslib/oslib_test.mk
-
# List C source files here. (C dependencies are automatically generated.)
CSRC = $(KERNSRC) \
@@ -111,8 +106,8 @@ CSRC = $(KERNSRC) \
# List C++ sources file here.
CPPSRC =
-INCDIR = $(CHIBIOS)/os/license $(PORTINC) $(KERNINC) \
- $(HALINC) $(OSALINC) $(PLATFORMINC) $(TESTINC) \
+INCDIR = $(CHIBIOS)/os/license $(PORTINC) $(KERNINC) \
+ $(HALINC) $(OSALINC) $(PLATFORMINC) \
$(BOARDINC)
#
diff --git a/demos/AVR/NIL-MT-DB-X4/chconf.h b/demos/AVR/NIL-MT-DB-X4/chconf.h
index 53ed735f1..3b30e3b4c 100644
--- a/demos/AVR/NIL-MT-DB-X4/chconf.h
+++ b/demos/AVR/NIL-MT-DB-X4/chconf.h
@@ -169,7 +169,7 @@
* provide the @p __heap_base__ and @p __heap_end__ symbols.
* @note Requires @p CH_CFG_USE_MEMCORE.
*/
-#define CH_CFG_MEMCORE_SIZE 0
+#define CH_CFG_MEMCORE_SIZE 128
/** @} */