git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@6600 35acf78f-673a-0410-8e92-d51de3d6d3f4
This commit is contained in:
parent
66be672e07
commit
013c01cc71
|
@ -14,7 +14,6 @@
|
||||||
limitations under the License.
|
limitations under the License.
|
||||||
*/
|
*/
|
||||||
|
|
||||||
#include "ch.h"
|
|
||||||
#include "hal.h"
|
#include "hal.h"
|
||||||
|
|
||||||
#if HAL_USE_PAL || defined(__DOXYGEN__)
|
#if HAL_USE_PAL || defined(__DOXYGEN__)
|
||||||
|
|
|
@ -45,7 +45,7 @@
|
||||||
#define STM32_HSE_BYPASS
|
#define STM32_HSE_BYPASS
|
||||||
|
|
||||||
/*
|
/*
|
||||||
* MCU type as defined in the ST header file stm32f0xx.h.
|
* MCU type as defined in the ST header.
|
||||||
*/
|
*/
|
||||||
#define STM32F0XX_MD
|
#define STM32F0XX_MD
|
||||||
|
|
||||||
|
|
|
@ -10,6 +10,7 @@
|
||||||
<board_name>ST STM32F0-Discovery</board_name>
|
<board_name>ST STM32F0-Discovery</board_name>
|
||||||
<board_id>ST_STM32F0_DISCOVERY</board_id>
|
<board_id>ST_STM32F0_DISCOVERY</board_id>
|
||||||
<board_functions></board_functions>
|
<board_functions></board_functions>
|
||||||
|
<subtype>STM32F0XX_MD</subtype>
|
||||||
<clocks HSEFrequency="0" HSEBypass="true" LSEFrequency="0"
|
<clocks HSEFrequency="0" HSEBypass="true" LSEFrequency="0"
|
||||||
LSEBypass="false" LSEDrive="3 High Drive (default)" />
|
LSEBypass="false" LSEDrive="3 High Drive (default)" />
|
||||||
<ports>
|
<ports>
|
||||||
|
|
Loading…
Reference in New Issue