Firmware2/Marlin/src/HAL/HAL_STM32
2020-01-17 02:44:01 -06:00
..
inc HAL folder organization (#14763) 2019-07-28 23:55:24 -05:00
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 STM32 soft SPI. STEVAL_3DP001V1 SD read. M906 tweaks. (#16579) 2020-01-17 02:44:01 -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 Pins Debugging for STM32 — NEEDS TESTING (#14309) 2019-07-05 22:08:06 -05:00
pinsDebug_STM32duino.h Spacing, defined(), #include tweaks 2019-08-29 18:06:24 -05:00
pinsDebug_STM32GENERIC.h Reorganize HAL (#14832) 2019-09-02 19:49:58 -05:00
pinsDebug.h Pins Debugging for STM32 — NEEDS TESTING (#14309) 2019-07-05 22:08:06 -05:00
README.md STM32F7 HAL using the official STM32 Arduino Core (#11750) 2018-10-03 03:26:07 -05:00
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 Tweaky change from (C) to (c) 2019-06-27 23:58:16 -05:00
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.