[2.0.x] HAL for STM32F4 (#10434)

This commit is contained in:
Karl Andersson
2018-04-18 00:33:29 +02:00
committed by Scott Lahteine
parent 744bcaee61
commit 428c54f2ad
28 changed files with 4257 additions and 2 deletions

View File

@@ -0,0 +1,12 @@
# This HAL is for the STM32F407 MCU used with STM32Generic Arduino core by danieleff.
# Arduino core is located at:
https://github.com/danieleff/STM32GENERIC
Unzip it into [Arduino]/hardware folder
# This HAL is in development.
This HAL is a modified version of Chris Barr's Picoprint STM32F4 HAL.