Firmware2/Marlin/src/HAL/HAL_STM32
2019-07-06 21:52:17 -05:00
..
endstop_interrupts.h Tweaky change from (C) to (c) 2019-06-27 23:58:16 -05:00
fastio_STM32.cpp Tweaky change from (C) to (c) 2019-06-27 23:58:16 -05:00
fastio_STM32.h Remove unused WRITE_VAR, etc. (#14493) 2019-07-03 17:52:30 -05:00
HAL_Servo_STM32.cpp Update some HAL comments 2019-06-28 23:10:40 -05:00
HAL_Servo_STM32.h Tweaky change from (C) to (c) 2019-06-27 23:58:16 -05:00
HAL_spi_STM32.cpp Update some HAL comments 2019-06-28 23:10:40 -05:00
HAL_timers_STM32.cpp Update some HAL comments 2019-06-28 23:10:40 -05:00
HAL_timers_STM32.h Tweaky change from (C) to (c) 2019-06-27 23:58:16 -05:00
HAL.cpp Update some HAL comments 2019-06-28 23:10:40 -05:00
HAL.h BigTree SKR Pro V1.1 board support (#14523) 2019-07-06 21:52:17 -05:00
persistent_store_impl.cpp NONE on combined options 2019-07-05 18:20:24 -05:00
pins_Xref.h Pins Debugging for STM32 — NEEDS TESTING (#14309) 2019-07-05 22:08:06 -05:00
pinsDebug_STM32duino.h Pins Debugging for STM32 — NEEDS TESTING (#14309) 2019-07-05 22:08:06 -05:00
pinsDebug_STM32GENERIC.h Pins Debugging for STM32 — NEEDS TESTING (#14309) 2019-07-05 22:08:06 -05:00
pinsDebug.h Pins Debugging for STM32 — NEEDS TESTING (#14309) 2019-07-05 22:08:06 -05:00
README.md
SanityCheck.h Tweaky change from (C) to (c) 2019-06-27 23:58:16 -05:00
spi_pins.h Tweaky change from (C) to (c) 2019-06-27 23:58:16 -05:00
watchdog_STM32.cpp Update some HAL comments 2019-06-28 23:10:40 -05:00
watchdog_STM32.h Tweaky change from (C) to (c) 2019-06-27 23:58:16 -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.