diff components/cst @ 38:e58a5bb12de4

experimental support for GPF memory supervision
author Mychaela Falconia <falcon@freecalypso.org>
date Sat, 17 Oct 2020 07:35:14 +0000
parents 598958aec071
children
line wrap: on
line diff
--- a/components/cst	Sat Oct 17 07:00:11 2020 +0000
+++ b/components/cst	Sat Oct 17 07:35:14 2020 +0000
@@ -15,6 +15,11 @@
 CPPFLAGS="$CPPFLAGS -DTOOL_CHOICE=0"
 CPPFLAGS="$CPPFLAGS -D_TMS470"
 
+if [ "$MEMSUPER" != 0 ]
+then
+	CPPFLAGS="$CPPFLAGS -DMEMORY_SUPERVISION"
+fi
+
 if [ "$DISABLE_SLEEP" = 1 ]
 then
 	CPPFLAGS="$CPPFLAGS -DDISABLE_SLEEP"