Files
marlin_skr/Marlin/src/HAL/HAL_STM32F4
Alexander Amelkin 84926b1d5a HAL general support for DISABLE_JTAG option (#11211)
Some STM32-based boards may use multiplexed JTAG pins as IO. Up to now the `DISABLE_JTAG` option (defined in pins files) was only supported for AT90-based boards. This commit generalizes the code and adds support for boards based on STM32F1 and STM32F4.
2018-09-27 19:02:50 -04:00
..
2018-08-22 17:16:18 -05:00
2018-08-22 17:16:18 -05:00
2018-06-03 04:30:15 -05:00
2018-08-22 17:16:18 -05:00
2018-04-17 17:33:29 -05:00
2018-04-17 17:33:29 -05:00
2018-04-17 17:33:29 -05:00
2018-07-17 19:50:24 -05: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.