diff options
author | gdisirio <gdisirio@35acf78f-673a-0410-8e92-d51de3d6d3f4> | 2014-01-02 13:26:06 +0000 |
---|---|---|
committer | gdisirio <gdisirio@35acf78f-673a-0410-8e92-d51de3d6d3f4> | 2014-01-02 13:26:06 +0000 |
commit | 6dc60afb969928d28ee319e5356dcc36340c68cb (patch) | |
tree | 7fe2e3bb843d29b2267df37ba98dfc4217a65897 /boards | |
parent | 5925c748395e1d01cf4c505497fdd2eeb67133d5 (diff) | |
download | ChibiOS-6dc60afb969928d28ee319e5356dcc36340c68cb.tar.gz ChibiOS-6dc60afb969928d28ee319e5356dcc36340c68cb.tar.bz2 ChibiOS-6dc60afb969928d28ee319e5356dcc36340c68cb.zip |
Added support for STM32F030xx/050xx/060xx devices.
git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@6593 35acf78f-673a-0410-8e92-d51de3d6d3f4
Diffstat (limited to 'boards')
-rw-r--r-- | boards/ST_STM32F0_DISCOVERY/board.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/boards/ST_STM32F0_DISCOVERY/board.h b/boards/ST_STM32F0_DISCOVERY/board.h index 088cf38e3..be690cc6a 100644 --- a/boards/ST_STM32F0_DISCOVERY/board.h +++ b/boards/ST_STM32F0_DISCOVERY/board.h @@ -47,7 +47,7 @@ /*
* MCU type as defined in the ST header file stm32f0xx.h.
*/
-#define STM32F0XX
+#define STM32F0XX_MD
/*
* IO pins assignments.
|