Marlin_Firmware/Marlin/src/HAL/HAL_STM32
2019-12-20 19:14:27 -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 Update BTT002 platform (fixing SD init) (#16217) 2019-12-15 12:24:54 -06:00
HAL.cpp SoftwareSerialM for SKR STM32F1 boards (#15875) 2019-11-12 22:16:54 -06:00
HAL.h Use native ADC resolution where possible (#15719) 2019-11-06 17:49:17 -06:00
persistent_store_impl.cpp Revert errant const 2019-09-28 23:52:54 -05: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 New HardwareTimer for STM32 5.7.0 (#15655) 2019-11-12 19:23:02 -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.