aboutsummaryrefslogtreecommitdiffstats
path: root/ports/ARM7
diff options
context:
space:
mode:
Diffstat (limited to 'ports/ARM7')
-rw-r--r--ports/ARM7/chcore.h7
1 files changed, 7 insertions, 0 deletions
diff --git a/ports/ARM7/chcore.h b/ports/ARM7/chcore.h
index ae914b8bd..a446fdb7e 100644
--- a/ports/ARM7/chcore.h
+++ b/ports/ARM7/chcore.h
@@ -26,6 +26,13 @@
#define _CHCORE_H_
/**
+ * If enabled allows the idle thread to enter a low power mode.
+ */
+#ifndef ENABLE_WFI_IDLE
+#define ENABLE_WFI_IDLE 0
+#endif
+
+/**
* Macro defining the ARM7 architecture.
*/
#define CH_ARCHITECTURE_ARM7