Marlin_Firmware/Marlin/src/HAL/HAL_STM32
2019-09-05 17:09:24 -05:00
..
inc HAL folder organization (#14763) 2019-07-28 23:55:24 -05:00
endstop_interrupts.h Tweaky change from (C) to (c) 2019-06-27 23:58:16 -05:00
fastio.cpp Reorganize HAL (#14832) 2019-09-02 19:49:58 -05:00
fastio.h Reorganize HAL (#14832) 2019-09-02 19:49:58 -05:00
HAL_SPI.cpp Reorganize HAL (#14832) 2019-09-02 19:49:58 -05:00
HAL.cpp Clean up section comments 2019-07-09 22:34:21 -05:00
HAL.h Combine channel-based SPI headers 2019-09-05 17:09:24 -05:00
persistent_store_impl.cpp STM32F4x SD-based settings storage (#14808) 2019-08-02 07:40:27 -05:00
persistent_store_sdcard.cpp Finish STM32F4 SD-based settings storage (#14844) 2019-08-06 22:53:11 -05:00
pins_Xref.h Pins Debugging for STM32 — NEEDS TESTING (#14309) 2019-07-05 22:08:06 -05:00
pinsDebug_STM32duino.h Spacing, defined(), #include tweaks 2019-08-29 18:06:24 -05:00
pinsDebug_STM32GENERIC.h Reorganize HAL (#14832) 2019-09-02 19:49:58 -05:00
pinsDebug.h Pins Debugging for STM32 — NEEDS TESTING (#14309) 2019-07-05 22:08:06 -05:00
README.md STM32F7 HAL using the official STM32 Arduino Core (#11750) 2018-10-03 03:26:07 -05:00
Servo.cpp Reorganize HAL (#14832) 2019-09-02 19:49:58 -05:00
Servo.h Reorganize HAL (#14832) 2019-09-02 19:49:58 -05:00
spi_pins.h Tweaky change from (C) to (c) 2019-06-27 23:58:16 -05:00
timers.cpp Reorganize HAL (#14832) 2019-09-02 19:49:58 -05:00
timers.h Reorganize HAL (#14832) 2019-09-02 19:49:58 -05:00
watchdog.cpp Reorganize HAL (#14832) 2019-09-02 19:49:58 -05:00
watchdog.h Reorganize HAL (#14832) 2019-09-02 19:49: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.