Marlin_Firmware/Marlin/src/HAL/HAL_STM32
2018-11-05 22:48:28 -06: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 STM32F7 HAL using the official STM32 Arduino Core (#11750) 2018-10-03 03:26:07 -05:00
HAL_Servo_STM32.h STM32F7 HAL using the official STM32 Arduino Core (#11750) 2018-10-03 03:26:07 -05:00
HAL_spi_STM32.cpp Use board-specific or platform SPI pins in HAL_STM32 (#12323) 2018-11-04 15:03:45 -06: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 Implement DELAY_NS with CYCCNT on Cortex-M7 (#12283) 2018-11-01 16:11:51 -05:00
HAL.h Change Marlin debug flag names to fix conflicts (#12340) 2018-11-05 22:48:28 -06:00
persistent_store_impl.cpp STM32F4xx modifications for HAL_STM32 (#12080) 2018-10-16 06:42:41 -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 STM32F7 HAL using the official STM32 Arduino Core (#11750) 2018-10-03 03:26:07 -05:00
spi_pins.h Use board-specific or platform SPI pins in HAL_STM32 (#12323) 2018-11-04 15:03:45 -06: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.