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-05-22 16:54:52 -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 Clean up HALs / FastIO (#14082) 2019-05-21 18:28:12 -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
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.