Firmware2/Marlin/src/HAL/HAL_STM32
2020-01-14 23:19:13 -06:00
..
inc
endstop_interrupts.h
fastio.cpp
fastio.h
HAL_SPI.cpp Update BTT002 platform (fixing SD init) (#16217) 2019-12-15 12:24:54 -06:00
HAL.cpp Fix build error with unsupported reset flags (#16562) 2020-01-14 23:19:13 -06:00
HAL.h Update and fix DGUS (#16317) 2020-01-03 21:00:44 -06:00
persistent_store_flash.cpp Flash leveling (for some STM32) (#16174) 2019-12-22 16:04:09 -06:00
persistent_store_impl.cpp Flash leveling (for some STM32) (#16174) 2019-12-22 16:04:09 -06:00
persistent_store_sdcard.cpp
pins_Xref.h
pinsDebug_STM32duino.h
pinsDebug_STM32GENERIC.h
pinsDebug.h
README.md
Servo.cpp Fix multiple servos with STM32 (#16151) 2019-12-11 01:44:05 -06:00
Servo.h Fix multiple servos with STM32 (#16151) 2019-12-11 01:44:05 -06:00
SoftwareSerial.cpp Fix HAL_STM32 + Arduino IDE SoftwareSerial conflict (#16266) 2019-12-20 19:14:27 -06:00
SoftwareSerial.h New HardwareTimer for STM32 5.7.0 (#15655) 2019-11-12 19:23:02 -06:00
spi_pins.h
timers.cpp SoftwareSerialM for SKR STM32F1 boards (#15875) 2019-11-12 22:16:54 -06:00
timers.h Steval_3DP001V1 timers, analog inputs, etc. (#16565) 2020-01-14 23:19:13 -06:00
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.