aboutsummaryrefslogtreecommitdiffstats
path: root/demos/ARM7-AT91SAM7X-GCC/chconf.h
diff options
context:
space:
mode:
authorgdisirio <gdisirio@35acf78f-673a-0410-8e92-d51de3d6d3f4>2008-08-26 10:38:29 +0000
committergdisirio <gdisirio@35acf78f-673a-0410-8e92-d51de3d6d3f4>2008-08-26 10:38:29 +0000
commitac6b3caba1b75ca603e63946f8ca7f54c7ab598f (patch)
treea26d3124642e83737aa8dfef27933c4d9e2e4247 /demos/ARM7-AT91SAM7X-GCC/chconf.h
parentf3c6388ed54a5b50a4fab613822c4d176b9e346c (diff)
downloadChibiOS-ac6b3caba1b75ca603e63946f8ca7f54c7ab598f.tar.gz
ChibiOS-ac6b3caba1b75ca603e63946f8ca7f54c7ab598f.tar.bz2
ChibiOS-ac6b3caba1b75ca603e63946f8ca7f54c7ab598f.zip
git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@407 35acf78f-673a-0410-8e92-d51de3d6d3f4
Diffstat (limited to 'demos/ARM7-AT91SAM7X-GCC/chconf.h')
-rw-r--r--demos/ARM7-AT91SAM7X-GCC/chconf.h8
1 files changed, 8 insertions, 0 deletions
diff --git a/demos/ARM7-AT91SAM7X-GCC/chconf.h b/demos/ARM7-AT91SAM7X-GCC/chconf.h
index 8db71b445..b66e8f595 100644
--- a/demos/ARM7-AT91SAM7X-GCC/chconf.h
+++ b/demos/ARM7-AT91SAM7X-GCC/chconf.h
@@ -137,6 +137,14 @@
* are included in the kernel.*/
#define CH_USE_SERIAL_HALFDUPLEX
+/** Configuration option: if specified then the memory pools allocator APIs
+ * are included in the kernel.*/
+#define CH_USE_MEMPOOLS
+
+/** Configuration option: if specified then the memory pools allocator
+ provides an implementation of the sbrk() function.*/
+#define CH_MEMPOOLS_PROVIDE_SBRK
+
/** Configuration option: Frequency of the system timer that drives the system
* ticks. This also defines the system time unit.*/
#define CH_FREQUENCY 1000