Firmware2/Marlin/src/HAL/HAL_STM32
2020-03-01 09:50:53 -06:00
..
inc (c) 2020 2020-02-03 08:00:57 -06:00
endstop_interrupts.h (c) 2020 2020-02-03 08:00:57 -06:00
fastio.cpp (c) 2020 2020-02-03 08:00:57 -06:00
fastio.h (c) 2020 2020-02-03 08:00:57 -06:00
HAL_SPI.cpp (c) 2020 2020-02-03 08:00:57 -06:00
HAL.cpp Coolstep for TMC2130, 2209, 5130, 5160 (#16790) 2020-02-08 21:01:57 -06:00
HAL.h Function-style critical section macros 2020-02-11 09:37:04 -06:00
persistent_store_flash.cpp (c) 2020 2020-02-03 08:00:57 -06:00
persistent_store_impl.cpp Use a STR_ prefix for non-translated strings 2020-02-26 03:02:03 -06:00
persistent_store_sdcard.cpp (c) 2020 2020-02-03 08:00:57 -06:00
pins_Xref.h (c) 2020 2020-02-03 08:00:57 -06:00
pinsDebug_STM32duino.h (c) 2020 2020-02-03 08:00:57 -06:00
pinsDebug_STM32GENERIC.h (c) 2020 2020-02-03 08:00:57 -06:00
pinsDebug.h (c) 2020 2020-02-03 08:00:57 -06:00
README.md
Sd2Card_sdio_stm32duino.cpp STM32duino - Use SDIO for onboard SD (#16756) 2020-02-04 01:24:11 -06:00
Servo.cpp (c) 2020 2020-02-03 08:00:57 -06:00
Servo.h Move millis_t includes 2020-03-01 09:50:53 -06:00
SoftwareSerial.cpp Fix HAL_STM32 + Arduino IDE SoftwareSerial conflict (#16266) 2019-12-20 19:14:27 -06:00
SoftwareSerial.h New HardwareTimer for STM32 5.7.0 (#15655) 2019-11-12 19:23:02 -06:00
spi_pins.h (c) 2020 2020-02-03 08:00:57 -06:00
timers.cpp (c) 2020 2020-02-03 08:00:57 -06:00
timers.h (c) 2020 2020-02-03 08:00:57 -06:00
watchdog.cpp (c) 2020 2020-02-03 08:00:57 -06:00
watchdog.h (c) 2020 2020-02-03 08:00:57 -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.