0
0
Fork 0
mirror of https://github.com/MarlinFirmware/Marlin.git synced 2025-01-11 04:04:42 +00:00
MarlinFirmware/Marlin/src/HAL/STM32_F4_F7
ellensp 33d1e77e2e
Allow pins override of *_TIMER_NUM and HAL_*_TIMER_ISR (#18128)
Co-authored-by: Scott Lahteine <github@thinkyhead.com>
2020-06-01 18:33:30 -05:00
..
inc
STM32F4 Allow pins override of *_TIMER_NUM and HAL_*_TIMER_ISR (#18128) 2020-06-01 18:33:30 -05:00
STM32F7 Allow pins override of *_TIMER_NUM and HAL_*_TIMER_ISR (#18128) 2020-06-01 18:33:30 -05:00
eeprom_emul.cpp
eeprom_emul.h
eeprom_flash.cpp
eeprom_wired.cpp
endstop_interrupts.h
fastio.h
HAL.cpp
HAL.h Allow pins override of *_TIMER_NUM and HAL_*_TIMER_ISR (#18128) 2020-06-01 18:33:30 -05:00
HAL_SPI.cpp
pinsDebug.h
README.md
Servo.cpp
Servo.h
spi_pins.h
timers.h
watchdog.cpp
watchdog.h

This HAL is for...

  • STM32F407 MCU with STM32Generic Arduino core by danieleff.
  • STM32F765 board "The Borg" with STM32Generic.

See the README.md files in HAL_STM32F4 and HAL_STM32F7 for the specifics of those hals.