aboutsummaryrefslogtreecommitdiff
path: root/board
diff options
context:
space:
mode:
authorNIIBE Yutaka <gniibe@fsij.org>2013-06-06 12:08:35 +0900
committerNIIBE Yutaka <gniibe@fsij.org>2013-06-06 12:08:35 +0900
commitc838e3f0e92f60023c95c1138e5fd5e95d24c7ea (patch)
tree4b24005a08c638d9c642bb9c4f513dcba4203439 /board
parent60e0fbd189ec02c7817e7db649cb41f70d445525 (diff)
sys.h changes
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