aboutsummaryrefslogtreecommitdiffstats
path: root/demos/AVR-ATmega128-GCC
diff options
context:
space:
mode:
authorgdisirio <gdisirio@35acf78f-673a-0410-8e92-d51de3d6d3f4>2008-11-01 16:46:53 +0000
committergdisirio <gdisirio@35acf78f-673a-0410-8e92-d51de3d6d3f4>2008-11-01 16:46:53 +0000
commit69d06df416f4aa337de7183b6ed54ffe527ca0c0 (patch)
tree232fbd80a82538cd2524d8a9f088d5e1a33187ef /demos/AVR-ATmega128-GCC
parent7a8e607f325e9a22e0dccdfa387e8c2dd09fec58 (diff)
downloadChibiOS-69d06df416f4aa337de7183b6ed54ffe527ca0c0.tar.gz
ChibiOS-69d06df416f4aa337de7183b6ed54ffe527ca0c0.tar.bz2
ChibiOS-69d06df416f4aa337de7183b6ed54ffe527ca0c0.zip
git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@488 35acf78f-673a-0410-8e92-d51de3d6d3f4
Diffstat (limited to 'demos/AVR-ATmega128-GCC')
-rw-r--r--demos/AVR-ATmega128-GCC/Makefile2
-rw-r--r--demos/AVR-ATmega128-GCC/chconf.h2
2 files changed, 2 insertions, 2 deletions
diff --git a/demos/AVR-ATmega128-GCC/Makefile b/demos/AVR-ATmega128-GCC/Makefile
index 89b5118ff..f291af1fb 100644
--- a/demos/AVR-ATmega128-GCC/Makefile
+++ b/demos/AVR-ATmega128-GCC/Makefile
@@ -109,7 +109,7 @@ ASRC =
# Optimization level, can be [0, 1, 2, 3, s].
# 0 = turn off optimization. s = optimize for size.
# (Note: 3 is not always the best optimization level. See avr-libc FAQ.)
-OPT = s
+OPT = 2
# Debugging format.
diff --git a/demos/AVR-ATmega128-GCC/chconf.h b/demos/AVR-ATmega128-GCC/chconf.h
index 6ec07fca9..a3e829134 100644
--- a/demos/AVR-ATmega128-GCC/chconf.h
+++ b/demos/AVR-ATmega128-GCC/chconf.h
@@ -117,7 +117,7 @@
* provide the \p __heap_base__ and \p __heap_end__ symbols.
* @note requires \p CH_USE_HEAP.
*/
-#define CH_HEAP_SIZE 128
+#define CH_HEAP_SIZE 512
/** Configuration option: enforces the use of the C-runtime \p malloc() and
* \p free() functions as backend for the system heap allocator.*/