Firmware2/Marlin/src/HAL/HAL_STM32
2019-09-30 22:56:22 -05: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 Drop C-style 'void' argument 2019-09-16 20:31:21 -05:00
HAL.cpp Reduce need for UNUSED 2019-09-30 22:56:22 -05:00
HAL.h Add M997 support for SKR PRO 1.1 (#15394) 2019-09-28 00:54:30 -05: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
Servo.cpp Less use of "this" 2019-09-25 09:29:58 -05:00
Servo.h Supply 'super' for servo subclasses 2019-09-25 22:07:14 -05:00
spi_pins.h Tweaky change from (C) to (c) 2019-06-27 23:58:16 -05:00
timers.cpp Reorganize HAL (#14832) 2019-09-02 19:49:58 -05:00
timers.h Reorganize HAL (#14832) 2019-09-02 19:49:58 -05: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.