muele-marlin/Marlin/src/HAL/HAL_STM32
2019-06-27 16:29:17 -05:00
..
endstop_interrupts.h Update copyright in headers 2019-02-12 15:30:11 -06:00
fastio_STM32.cpp Update copyright in headers 2019-02-12 15:30:11 -06:00
fastio_STM32.h Clean up HALs / FastIO (#14082) 2019-05-21 18:28:12 -05:00
HAL.cpp Fix some spacing 2019-04-12 13:35:42 -05:00
HAL.h Init servo pins in HAL_init (#14425) 2019-06-27 16:29:17 -05:00
HAL_Servo_STM32.cpp Fysetc AIO II / Cheetah STM32F1 (#14407) 2019-06-26 00:40:29 -05:00
HAL_Servo_STM32.h Update copyright in headers 2019-02-12 15:30:11 -06:00
HAL_spi_STM32.cpp Use OUT_WRITE in SPI pin init 2019-06-15 15:36:43 -05:00
HAL_timers_STM32.cpp Update copyright in headers 2019-02-12 15:30:11 -06:00
HAL_timers_STM32.h Fysetc AIO II / Cheetah STM32F1 (#14407) 2019-06-26 00:40:29 -05:00
persistent_store_impl.cpp Group DISABLED items 2019-03-17 07:56:35 -05:00
pinsDebug.h Tweak Marlin headers, comments 2019-05-22 16:54:52 -05:00
README.md STM32F7 HAL using the official STM32 Arduino Core (#11750) 2018-10-03 03:26:07 -05:00
SanityCheck.h SPINDLE_LASER_ENABLE => SPINDLE_LASER_ENA 2019-04-08 18:13:41 -05:00
spi_pins.h Update copyright in headers 2019-02-12 15:30:11 -06:00
watchdog_STM32.cpp Update copyright in headers 2019-02-12 15:30:11 -06:00
watchdog_STM32.h Update copyright in headers 2019-02-12 15:30:11 -06: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.