aboutsummaryrefslogtreecommitdiffstats
path: root/demos/AVR-ATmega128-GCC/chconf.h
diff options
context:
space:
mode:
Diffstat (limited to 'demos/AVR-ATmega128-GCC/chconf.h')
-rw-r--r--demos/AVR-ATmega128-GCC/chconf.h6
1 files changed, 6 insertions, 0 deletions
diff --git a/demos/AVR-ATmega128-GCC/chconf.h b/demos/AVR-ATmega128-GCC/chconf.h
index c44cd39d5..f3975e8a4 100644
--- a/demos/AVR-ATmega128-GCC/chconf.h
+++ b/demos/AVR-ATmega128-GCC/chconf.h
@@ -147,6 +147,12 @@
* are included in the kernel.*/
#define CH_USE_MEMPOOLS
+/** Configuration option: if specified then the dynamic objects creation APIs
+ * are included in the kernel.
+ * @note requires \p CH_USE_WAITEXIT.
+ */
+#define CH_USE_DYNAMIC
+
/** Configuration option: Frequency of the system timer that drives the system
* ticks. This also defines the system time unit.*/
#define CH_FREQUENCY 1000