Firmware2/Marlin/src/HAL/HAL_STM32_F4_F7/STM32F4
Scott Lahteine bfad23d3e2 (c) 2020
2020-02-03 08:00:57 -06:00
..
README.md Bring STM32F4/F7 together 2019-07-10 07:07:04 -05:00
timers.cpp (c) 2020 2020-02-03 08:00:57 -06:00
timers.h (c) 2020 2020-02-03 08:00:57 -06:00

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.