aboutsummaryrefslogtreecommitdiff
path: root/board
diff options
context:
space:
mode:
authorNIIBE Yutaka <gniibe@fsij.org>2015-07-14 16:10:07 +0900
committerNIIBE Yutaka <gniibe@fsij.org>2015-07-14 16:10:07 +0900
commit27f71ff5c093f740c78a28644e3be2843c660b7d (patch)
tree45a580a5e2a5702aa557585f65f80c41ce136397 /board
parent3ba8234cecde90467fb75d72055fa0c226ed16df (diff)
New sys.c
Diffstat (limited to 'board')
-rw-r--r--board/board-cq-starm.h1
-rw-r--r--board/board-fst-01-00.h1
-rw-r--r--board/board-fst-01.h2
-rw-r--r--board/board-maple-mini.h1
-rw-r--r--board/board-olimex-stm32-h103.h1
-rw-r--r--board/board-stbee-mini.h1
-rw-r--r--board/board-stbee.h1
-rw-r--r--board/board-stm32-primer2.h1
-rw-r--r--board/board-stm8s-discovery.h1
9 files changed, 10 insertions, 0 deletions
diff --git a/board/board-cq-starm.h b/board/board-cq-starm.h
index 54c53ff..b771230 100644
--- a/board/board-cq-starm.h
+++ b/board/board-cq-starm.h
@@ -1,4 +1,5 @@
#define BOARD_NAME "CQ STARM"
+#define BOARD_ID 0xc5480875
#define FLASH_PAGE_SIZE 1024
#define STM32F10X_MD /* Medium-density device */
diff --git a/board/board-fst-01-00.h b/board/board-fst-01-00.h
index 30a9311..8bfccc3 100644
--- a/board/board-fst-01-00.h
+++ b/board/board-fst-01-00.h
@@ -1,4 +1,5 @@
#define BOARD_NAME "FST-01-00"
+#define BOARD_ID 0x613870a9
#define FLASH_PAGE_SIZE 1024
#define STM32F10X_MD /* Medium-density device */
diff --git a/board/board-fst-01.h b/board/board-fst-01.h
index aecb9db..c062133 100644
--- a/board/board-fst-01.h
+++ b/board/board-fst-01.h
@@ -1,4 +1,6 @@
#define BOARD_NAME "FST-01"
+#define BOARD_ID 0x696886af
+/* echo -n "FST-01" | sha256sum | sed -e 's/^.*\(........\) -$/\1/' */
#define FLASH_PAGE_SIZE 1024
#define STM32F10X_MD /* Medium-density device */
diff --git a/board/board-maple-mini.h b/board/board-maple-mini.h
index 5e19dee..b8e1726 100644
--- a/board/board-maple-mini.h
+++ b/board/board-maple-mini.h
@@ -1,4 +1,5 @@
#define BOARD_NAME "Maple Mini"
+#define BOARD_ID 0x7a445272
#define FLASH_PAGE_SIZE 1024
#define STM32F10X_MD /* Medium-density device */
diff --git a/board/board-olimex-stm32-h103.h b/board/board-olimex-stm32-h103.h
index 26c3dd3..9bd011f 100644
--- a/board/board-olimex-stm32-h103.h
+++ b/board/board-olimex-stm32-h103.h
@@ -1,4 +1,5 @@
#define BOARD_NAME "Olimex STM32-H103"
+#define BOARD_ID 0xf92bb594
#define FLASH_PAGE_SIZE 1024
#define STM32F10X_MD /* Medium-density device */
diff --git a/board/board-stbee-mini.h b/board/board-stbee-mini.h
index 51aee57..b69863e 100644
--- a/board/board-stbee-mini.h
+++ b/board/board-stbee-mini.h
@@ -1,4 +1,5 @@
#define BOARD_NAME "STBee Mini"
+#define BOARD_ID 0x1f341961
#define FLASH_PAGE_SIZE 1024
#define STM32F10X_MD /* Medium-density device */
diff --git a/board/board-stbee.h b/board/board-stbee.h
index c7835a0..3ffc160 100644
--- a/board/board-stbee.h
+++ b/board/board-stbee.h
@@ -1,4 +1,5 @@
#define BOARD_NAME "STBee"
+#define BOARD_ID 0x945c37e8
#define FLASH_PAGE_SIZE 2048
diff --git a/board/board-stm32-primer2.h b/board/board-stm32-primer2.h
index 2d56f90..700f4ea 100644
--- a/board/board-stm32-primer2.h
+++ b/board/board-stm32-primer2.h
@@ -1,4 +1,5 @@
#define BOARD_NAME "STM32 Primer2"
+#define BOARD_ID 0x21e5798d
#define FLASH_PAGE_SIZE 2048
diff --git a/board/board-stm8s-discovery.h b/board/board-stm8s-discovery.h
index 08942ef..4e28662 100644
--- a/board/board-stm8s-discovery.h
+++ b/board/board-stm8s-discovery.h
@@ -1,4 +1,5 @@
#define BOARD_NAME "STM8S Discovery"
+#define BOARD_ID 0x2f0976bb
#define FLASH_PAGE_SIZE 1024
#define STM32F10X_MD /* Medium-density device */