Firmware2/Marlin/src/HAL/HAL_STM32
2019-03-17 07:56:35 -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 PWM is not defined on Arduino Core STM32 (#13405) 2019-03-15 19:14:06 -05:00
HAL_Servo_STM32.cpp Update copyright in headers 2019-02-12 15:30:11 -06:00
HAL_Servo_STM32.h Update copyright in headers 2019-02-12 15:30:11 -06:00
HAL_spi_STM32.cpp Update copyright in headers 2019-02-12 15:30:11 -06:00
HAL_timers_STM32.cpp Update copyright in headers 2019-02-12 15:30:11 -06:00
HAL_timers_STM32.h Make HAL ISR macros function-like 2019-03-10 20:44:27 -05:00
HAL.cpp Update copyright in headers 2019-02-12 15:30:11 -06:00
HAL.h Fix include order to make SERIAL_PORT_2 work (#13241) 2019-02-23 16:56:09 -06:00
persistent_store_impl.cpp Group DISABLED items 2019-03-17 07:56:35 -05:00
pinsDebug.h
README.md
SanityCheck.h Update copyright in headers 2019-02-12 15:30:11 -06: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.