[STM32F0] Add preliminary support for the family

This commit is contained in:
BuFran
2013-07-08 14:44:21 +02:00
committed by Piotr Esden-Tempski
parent e1ebcc9da8
commit 18c4d299c1
20 changed files with 1758 additions and 11 deletions

View File

@@ -16,8 +16,9 @@
* You should have received a copy of the GNU Lesser General Public License
* along with this library. If not, see <http://www.gnu.org/licenses/>.
*/
#if defined(STM32F1)
#if defined(STM32F0)
# include <libopencm3/stm32/f0/flash.h>
#elif defined(STM32F1)
# include <libopencm3/stm32/f1/flash.h>
#elif defined(STM32F2)
# include <libopencm3/stm32/f2/flash.h>