Marlin_Firmware/Marlin/src/HAL/HAL_STM32F4
2018-10-06 00:14:12 -05:00
..
EEPROM_Emul Adjust some HAL formatting 2018-09-30 21:24:37 -05:00
EmulatedEeprom.cpp Use American English 2018-08-22 17:16:18 -05:00
endstop_interrupts.h Add support for Triple-Z steppers/endstops 2018-09-16 00:35:58 -05:00
fastio_STM32F4.h STM32 non-generic PWM_PIN and USEABLE_HARDWARE_PWM (#12016) 2018-10-06 00:14:12 -05:00
HAL_Servo_STM32F4.cpp Official STMicroelectronics Arduino Core STM32F4 HAL compatibility (#11006) 2018-06-12 18:38:00 -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 Compile only selected PIO environment (#11519) 2018-08-14 03:28:52 -05:00
HAL_timers_STM32F4.cpp Use American English 2018-08-22 17:16:18 -05:00
HAL_timers_STM32F4.h Remove obsolete HAL_timer_restrain 2018-08-31 16:17:22 -05:00
HAL.cpp Official STMicroelectronics Arduino Core STM32F4 HAL compatibility (#11006) 2018-06-12 18:38:00 -05:00
HAL.h Reduce STM32F4 compile warnings 2018-10-01 04:41:17 -05:00
persistent_store_eeprom.cpp Remove 'const' from PersistentStore::capacity 2018-08-14 04:46:10 -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 Official STMicroelectronics Arduino Core STM32F4 HAL compatibility (#11006) 2018-06-12 18:38:00 -05:00
watchdog_STM32F4.h Fix some header comments 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.