Firmware2/Marlin/src/HAL/HAL_STM32
..
inc
endstop_interrupts.h
fastio.cpp
fastio.h
HAL_SPI.cpp
HAL.cpp
HAL.h
persistent_store_impl.cpp
persistent_store_sdcard.cpp
pins_Xref.h
pinsDebug_STM32duino.h
pinsDebug_STM32GENERIC.h
pinsDebug.h
README.md
Servo.cpp
Servo.h
spi_pins.h
timers.cpp
timers.h
watchdog.cpp
watchdog.h

Generic STM32 HAL based on the stm32duino core

This HAL is intended to act as the generic STM32 HAL for all STM32 chips (The whole F, H and L family).

Currently it supports:

  • STM32F0xx
  • STM32F1xx
  • STM32F4xx
  • STM32F7xx

Targeting the official Arduino STM32 Core.