Firmware2/Marlin/src/HAL/HAL_STM32F4
Eduardo José Tagle 0c428a66d9 Proper AVR preemptive interrupt handling (#10496)
Also simplify logic on all ARM-based interrupts. Now, it is REQUIRED to properly configure interrupt priority. USART should have highest priority, followed by Stepper, and then all others.
2018-04-23 22:05:07 -05:00
..
EEPROM_Emul
EmulatedEeprom.cpp
endstop_interrupts.h
fastio_STM32F4.h
HAL_Servo_STM32F4.cpp Strip trailing spaces 2018-04-23 18:00:43 -05:00
HAL_Servo_STM32F4.h
HAL_spi_STM32F4.cpp
HAL_timers_STM32F4.cpp
HAL_timers_STM32F4.h Proper AVR preemptive interrupt handling (#10496) 2018-04-23 22:05:07 -05:00
HAL.cpp
HAL.h
persistent_store_impl.cpp
pinsDebug.h
README.md
SanityCheck.h
spi_pins.h
watchdog_STM32F4.cpp
watchdog_STM32F4.h

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.