muele-marlin/Marlin/src/HAL/HAL_STM32F4
2019-03-29 12:21:14 -05:00
..
EEPROM_Emul Don't include STM32 Core code when compiling STM32 Generic (#12575) 2018-12-03 06:55:49 -06:00
EmulatedEeprom.cpp Group DISABLED items 2019-03-17 07:56:35 -05:00
endstop_interrupts.h Update copyright in headers 2019-02-12 15:30:11 -06:00
fastio_STM32F4.h Replace digitalPinHasPWM with HAS_TIMER (#13520) 2019-03-29 12:21:14 -05:00
HAL.cpp Update copyright in headers 2019-02-12 15:30:11 -06:00
HAL.h HAL cleanups 2019-02-20 06:27:26 -06:00
HAL_Servo_STM32F4.cpp Update copyright in headers 2019-02-12 15:30:11 -06:00
HAL_Servo_STM32F4.h Update copyright in headers 2019-02-12 15:30:11 -06:00
HAL_spi_STM32F4.cpp Update copyright in headers 2019-02-12 15:30:11 -06:00
HAL_timers_STM32F4.cpp Update copyright in headers 2019-02-12 15:30:11 -06:00
HAL_timers_STM32F4.h Make HAL ISR macros function-like 2019-03-10 20:44:27 -05:00
persistent_store_eeprom.cpp Update copyright in headers 2019-02-12 15:30:11 -06:00
pinsDebug.h [2.0.x] HAL for STM32F4 (#10434) 2018-04-17 17:33:29 -05:00
README.md [2.0.x] HAL for STM32F4 (#10434) 2018-04-17 17:33:29 -05:00
SanityCheck.h Move FAST_PWM_FAN code to HALs (#13491) 2019-03-26 01:03:23 -05:00
spi_pins.h Update copyright in headers 2019-02-12 15:30:11 -06:00
watchdog_STM32F4.cpp Update copyright in headers 2019-02-12 15:30:11 -06:00
watchdog_STM32F4.h Update copyright in headers 2019-02-12 15:30:11 -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.