Firmware2/Marlin/src/HAL/HAL_STM32
Scott Lahteine b419ca254b Fix typo
2020-01-15 01:27:32 -06:00
..
inc
endstop_interrupts.h Drop C-style 'void' argument 2019-09-16 20:31:21 -05:00
fastio.cpp Reorganize HAL (#14832) 2019-09-02 19:49:58 -05:00
fastio.h Reorganize HAL (#14832) 2019-09-02 19:49:58 -05:00
HAL_SPI.cpp Update BTT002 platform (fixing SD init) (#16217) 2019-12-15 12:24:54 -06:00
HAL.cpp Fix typo 2020-01-15 01:27:32 -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 Use "mount" as card verb 2019-09-15 03:12:44 -05:00
pins_Xref.h
pinsDebug_STM32duino.h
pinsDebug_STM32GENERIC.h Reorganize HAL (#14832) 2019-09-02 19:49:58 -05:00
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 cleanup (#15283) 2019-09-29 17:57:29 -05:00
watchdog.h Watchdog cleanup (#15283) 2019-09-29 17:57:29 -05:00

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.