diff options
author | NIIBE Yutaka <gniibe@fsij.org> | 2015-07-15 11:48:36 +0900 |
---|---|---|
committer | NIIBE Yutaka <gniibe@fsij.org> | 2015-07-15 11:48:36 +0900 |
commit | 989863916548c54bccfd7ceeb932b655b52eba7b (patch) | |
tree | 295b16f4d23ad5266ccd40d5e9aefc7c83557a93 /board | |
parent | cd61ff565335ee58425b5a9611bde9872eb4a888 (diff) |
Update Cortex-M0 boards
Diffstat (limited to 'board')
-rw-r--r-- | board/board-fsm-55.h | 3 | ||||
-rw-r--r-- | board/board-stm32f0-discovery.h | 3 |
2 files changed, 6 insertions, 0 deletions
diff --git a/board/board-fsm-55.h b/board/board-fsm-55.h index 7a05c9d..9522567 100644 --- a/board/board-fsm-55.h +++ b/board/board-fsm-55.h @@ -1,3 +1,6 @@ +#define BOARD_NAME "FSM-55" +#define BOARD_ID 0x83433c76 + /* * Running at 48MHz with HSI as clock source. * diff --git a/board/board-stm32f0-discovery.h b/board/board-stm32f0-discovery.h index 226efd4..6a847ec 100644 --- a/board/board-stm32f0-discovery.h +++ b/board/board-stm32f0-discovery.h @@ -1,3 +1,6 @@ +#define BOARD_NAME "STM32F0 Discovery" +#define BOARD_ID 0xde4b4bc1 + /* * Running at 48MHz with HSI as clock source. * |