This repository has been archived on 2022-01-28. You can view files and clone it, but cannot push or open issues or pull requests.
Marlin-Artillery-M600/Marlin/src/HAL/HAL_STM32
2019-04-05 15:30:19 -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 Fix empty HAS_TIMER macros 2019-03-30 23:04:40 -05:00
HAL.cpp Support Black STM32F407VET6 with RAMPS-like shield (#13524) 2019-04-05 15:30:19 -05:00
HAL.h Fix include order to make SERIAL_PORT_2 work (#13241) 2019-02-23 16:56:09 -06: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
persistent_store_impl.cpp Group DISABLED items 2019-03-17 07:56:35 -05:00
pinsDebug.h STM32F7 HAL using the official STM32 Arduino Core (#11750) 2018-10-03 03:26:07 -05:00
README.md STM32F7 HAL using the official STM32 Arduino Core (#11750) 2018-10-03 03:26:07 -05:00
SanityCheck.h Move FAST_PWM_FAN code to HALs (#13491) 2019-03-26 01:03:23 -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.