diff options
author | NIIBE Yutaka <gniibe@fsij.org> | 2015-07-13 16:45:32 +0900 |
---|---|---|
committer | NIIBE Yutaka <gniibe@fsij.org> | 2015-07-13 16:45:32 +0900 |
commit | 3ba8234cecde90467fb75d72055fa0c226ed16df (patch) | |
tree | f6c184a72d8759a59b3b4db109fe1bfaab6d8032 /board/board-fst-01.h | |
parent | 2bb0e0de5d7d25d0bb036e6ee9cc0c94b62375ec (diff) |
sys_board and stm32 primer2
Diffstat (limited to 'board/board-fst-01.h')
-rw-r--r-- | board/board-fst-01.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/board/board-fst-01.h b/board/board-fst-01.h index efd4761..aecb9db 100644 --- a/board/board-fst-01.h +++ b/board/board-fst-01.h @@ -1,4 +1,7 @@ +#define BOARD_NAME "FST-01" + #define FLASH_PAGE_SIZE 1024 +#define STM32F10X_MD /* Medium-density device */ #define STM32_PLLXTPRE STM32_PLLXTPRE_DIV1 #define STM32_PLLMUL_VALUE 6 |