Update Cortex-M0 boards

This commit is contained in:
NIIBE Yutaka
2015-07-15 11:48:36 +09:00
parent cd61ff5653
commit 9898639165
2 changed files with 6 additions and 0 deletions

View File

@@ -1,3 +1,6 @@
#define BOARD_NAME "FSM-55"
#define BOARD_ID 0x83433c76
/* /*
* Running at 48MHz with HSI as clock source. * Running at 48MHz with HSI as clock source.
* *

View File

@@ -1,3 +1,6 @@
#define BOARD_NAME "STM32F0 Discovery"
#define BOARD_ID 0xde4b4bc1
/* /*
* Running at 48MHz with HSI as clock source. * Running at 48MHz with HSI as clock source.
* *