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
2020-02-04 01:24:11 -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.cpp (c) 2020 2020-02-03 08:00:57 -06:00
HAL.h (c) 2020 2020-02-03 08:00:57 -06:00
HAL_SPI.cpp (c) 2020 2020-02-03 08:00:57 -06:00
persistent_store_flash.cpp (c) 2020 2020-02-03 08:00:57 -06:00
persistent_store_impl.cpp (c) 2020 2020-02-03 08:00:57 -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.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
README.md STM32F7 HAL using the official STM32 Arduino Core (#11750) 2018-10-03 03:26:07 -05:00
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 (c) 2020 2020-02-03 08:00:57 -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.