|
@@ -5,6 +5,7 @@
|
|
-SfTEXTIO
|
|
-SfTEXTIO
|
|
-SfFILEIO
|
|
-SfFILEIO
|
|
-SfHEAP
|
|
-SfHEAP
|
|
|
|
+
|
|
# uncomment to enable the stuff you want to use
|
|
# uncomment to enable the stuff you want to use
|
|
|
|
|
|
# include full heap management into the rtl
|
|
# include full heap management into the rtl
|
|
@@ -105,3 +106,12 @@
|
|
-SfRANDOM
|
|
-SfRANDOM
|
|
-SfRESOURCES
|
|
-SfRESOURCES
|
|
#endif CPUMIPSEL
|
|
#endif CPUMIPSEL
|
|
|
|
+
|
|
|
|
+# does not require extra memory, neither code nor data
|
|
|
|
+# in programs not using e. g. writeln based I/O which is the common case for AVR
|
|
|
|
+#ifdef CPUAVR
|
|
|
|
+-SfOBJECTS
|
|
|
|
+-SfEXCEPTIONS
|
|
|
|
+-SfCLASSES
|
|
|
|
+-SfRTTI
|
|
|
|
+#endif
|