summaryrefslogtreecommitdiff
path: root/chip/stm32/config.h
diff options
context:
space:
mode:
Diffstat (limited to 'chip/stm32/config.h')
-rw-r--r--chip/stm32/config.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/chip/stm32/config.h b/chip/stm32/config.h
index 0ef887e4f7..19b872bc75 100644
--- a/chip/stm32/config.h
+++ b/chip/stm32/config.h
@@ -18,6 +18,9 @@
/* System stack size */
#define CONFIG_STACK_SIZE 1024
+/* support programming on-chip flash */
+#define CONFIG_FLASH
+
/* build with assertions and debug messages */
#define CONFIG_DEBUG