Marlin_Firmware/Marlin/src/HAL/HAL_STM32F4
etagle 569df3fc0c Fix interrupt-based endstop detection
- Also implemented real endstop reading on interrupt.
2018-05-20 07:10:24 -05:00
..
EEPROM_Emul [2.0.x] HAL for STM32F4 (#10434) 2018-04-17 17:33:29 -05:00
EmulatedEeprom.cpp [2.0.x] HAL for STM32F4 (#10434) 2018-04-17 17:33:29 -05:00
endstop_interrupts.h Fix interrupt-based endstop detection 2018-05-20 07:10:24 -05:00
fastio_STM32F4.h HAL FastIO cleanup and fixes 2018-04-26 00:40:16 -05:00
HAL_Servo_STM32F4.cpp Strip trailing spaces 2018-04-23 18:00:43 -05:00
HAL_Servo_STM32F4.h [2.0.x] HAL for STM32F4 (#10434) 2018-04-17 17:33:29 -05:00
HAL_spi_STM32F4.cpp [2.0.x] HAL for STM32F4 (#10434) 2018-04-17 17:33:29 -05:00
HAL_timers_STM32F4.cpp Add memory barrier, optimal interrupt on-off 2018-05-20 02:39:34 -05:00
HAL_timers_STM32F4.h Reorder HAL timer header items 2018-05-13 16:50:39 -05:00
HAL.cpp [2.0.x] HAL for STM32F4 (#10434) 2018-04-17 17:33:29 -05:00
HAL.h [2.0.x] HAL for STM32F4 (#10434) 2018-04-17 17:33:29 -05:00
persistent_store_impl.cpp [2.0.x] HAL for STM32F4 (#10434) 2018-04-17 17:33:29 -05: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 Add sanity checks for EMERGENCY_PARSER 2018-04-24 09:24:26 -05:00
spi_pins.h [2.0.x] HAL for STM32F4 (#10434) 2018-04-17 17:33:29 -05:00
watchdog_STM32F4.cpp [2.0.x] HAL for STM32F4 (#10434) 2018-04-17 17:33:29 -05:00
watchdog_STM32F4.h [2.0.x] HAL for STM32F4 (#10434) 2018-04-17 17:33:29 -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.