0
0
Fork 0
mirror of https://github.com/MarlinFirmware/Marlin.git synced 2025-01-10 03:38:34 +00:00
MarlinFirmware/Marlin/src/HAL/HAL_STM32
2019-05-21 18:28:12 -05:00
..
endstop_interrupts.h
fastio_STM32.cpp
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
HAL_Servo_STM32.h
HAL_spi_STM32.cpp
HAL_timers_STM32.cpp
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
README.md
SanityCheck.h SPINDLE_LASER_ENABLE => SPINDLE_LASER_ENA 2019-04-08 18:13:41 -05:00
spi_pins.h
watchdog_STM32.cpp
watchdog_STM32.h

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.