Firmware2/Marlin/src/HAL/HAL_STM32
2018-10-31 15:34:37 -05:00
..
endstop_interrupts.h Clean up recent contribs 2018-10-16 06:45:44 -05:00
fastio_STM32.cpp STM32 FastIO using register access (#12276) 2018-10-30 19:25:44 -05:00
fastio_STM32.h Fix misplaced parentheses (#12284) 2018-10-31 15:34:37 -05:00
HAL_Servo_STM32.cpp
HAL_Servo_STM32.h
HAL_spi_STM32.cpp Correct PWM_PIN behavior for STM32 HALs (#12027) 2018-10-07 17:08:01 -05:00
HAL_timers_STM32.cpp Americanized English spelling 2018-10-30 18:55:38 -05:00
HAL_timers_STM32.h STM32F4xx modifications for HAL_STM32 (#12080) 2018-10-16 06:42:41 -05:00
HAL.cpp STM32 FastIO using register access (#12276) 2018-10-30 19:25:44 -05:00
HAL.h Enable use of SERIAL_PORT_2 on HAL_STM32 (#12197) 2018-10-23 15:24:58 -05:00
persistent_store_impl.cpp STM32F4xx modifications for HAL_STM32 (#12080) 2018-10-16 06:42:41 -05:00
pinsDebug.h
README.md
SanityCheck.h
spi_pins.h Fix some comment formatting 2018-10-23 22:35:44 -05:00
watchdog_STM32.cpp Clean up recent contribs 2018-10-16 06:45:44 -05:00
watchdog_STM32.h Enable use of SERIAL_PORT_2 on HAL_STM32 (#12197) 2018-10-23 15:24:58 -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.