.. | ||
EEPROM_Emul | ||
EmulatedEeprom.cpp | ||
endstop_interrupts.h | ||
fastio_STM32F4.h | ||
HAL.cpp | ||
HAL.h | ||
HAL_Servo_STM32F4.cpp | ||
HAL_Servo_STM32F4.h | ||
HAL_spi_STM32F4.cpp | ||
HAL_timers_STM32F4.cpp | ||
HAL_timers_STM32F4.h | ||
persistent_store_eeprom.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.