aboutsummaryrefslogtreecommitdiff
path: root/board
diff options
context:
space:
mode:
Diffstat (limited to 'board')
-rw-r--r--board/board-fst-01-00.h2
-rw-r--r--board/board-fst-01.h2
-rw-r--r--board/board-olimex-stm32-h103.h2
-rw-r--r--board/board-stm8s-discovery.h2
4 files changed, 8 insertions, 0 deletions
diff --git a/board/board-fst-01-00.h b/board/board-fst-01-00.h
index 2e9e768..cedb2a5 100644
--- a/board/board-fst-01-00.h
+++ b/board/board-fst-01-00.h
@@ -1,3 +1,5 @@
+#define FLASH_PAGE_SIZE 1024
+
#define STM32_PLLXTPRE STM32_PLLXTPRE_DIV1
#define STM32_PLLMUL_VALUE 9
#define STM32_HSECLK 8000000
diff --git a/board/board-fst-01.h b/board/board-fst-01.h
index e29173e..f9ab078 100644
--- a/board/board-fst-01.h
+++ b/board/board-fst-01.h
@@ -1,3 +1,5 @@
+#define FLASH_PAGE_SIZE 1024
+
#define STM32_PLLXTPRE STM32_PLLXTPRE_DIV1
#define STM32_PLLMUL_VALUE 6
#define STM32_HSECLK 12000000
diff --git a/board/board-olimex-stm32-h103.h b/board/board-olimex-stm32-h103.h
index b738539..d7470bc 100644
--- a/board/board-olimex-stm32-h103.h
+++ b/board/board-olimex-stm32-h103.h
@@ -1,3 +1,5 @@
+#define FLASH_PAGE_SIZE 1024
+
#define STM32_PLLXTPRE STM32_PLLXTPRE_DIV1
#define STM32_PLLMUL_VALUE 9
#define STM32_HSECLK 8000000
diff --git a/board/board-stm8s-discovery.h b/board/board-stm8s-discovery.h
index d43caf7..d20b1ab 100644
--- a/board/board-stm8s-discovery.h
+++ b/board/board-stm8s-discovery.h
@@ -1,3 +1,5 @@
+#define FLASH_PAGE_SIZE 1024
+
#define STM32_PLLXTPRE STM32_PLLXTPRE_DIV1
#define STM32_PLLMUL_VALUE 9
#define STM32_HSECLK 8000000