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/STM32
2020-04-27 08:27:14 -05:00
..
inc QSPI EEPROM for SAMD51 (#17292) 2020-03-27 17:29:17 -05:00
eeprom_flash.cpp QSPI EEPROM for SAMD51 (#17292) 2020-03-27 17:29:17 -05:00
eeprom_sdcard.cpp QSPI EEPROM for SAMD51 (#17292) 2020-03-27 17:29:17 -05:00
eeprom_wired.cpp Wrangle HAL EEPROM types 2020-04-21 21:33:13 -05:00
endstop_interrupts.h Apply TERN to compact code (#17619) 2020-04-22 16:35:03 -05:00
fastio.cpp Apply loop shorthand macros (#17159) 2020-03-13 23:18:16 -05:00
fastio.h Shorter paths to HAL, ExtUI (#17156) 2020-03-13 16:29:29 -05:00
HAL.cpp Apply TERN to compact code (#17619) 2020-04-22 16:35:03 -05:00
HAL.h Fix an unused var warning 2020-03-23 17:35:43 -05:00
HAL_SPI.cpp Shorter paths to HAL, ExtUI (#17156) 2020-03-13 16:29:29 -05:00
pins_Xref.h Shorter paths to HAL, ExtUI (#17156) 2020-03-13 16:29:29 -05:00
pinsDebug.h Shorter paths to HAL, ExtUI (#17156) 2020-03-13 16:29:29 -05:00
pinsDebug_STM32duino.h Shorter paths to HAL, ExtUI (#17156) 2020-03-13 16:29:29 -05:00
pinsDebug_STM32GENERIC.h Shorter paths to HAL, ExtUI (#17156) 2020-03-13 16:29:29 -05:00
README.md Shorter paths to HAL, ExtUI (#17156) 2020-03-13 16:29:29 -05:00
Sd2Card_sdio_stm32duino.cpp Apply TERN to compact code (#17619) 2020-04-22 16:35:03 -05:00
Servo.cpp Apply TERN to compact code (#17619) 2020-04-22 16:35:03 -05:00
Servo.h Shorter paths to HAL, ExtUI (#17156) 2020-03-13 16:29:29 -05:00
SoftwareSerial.cpp Permit Stall Sensitivity of 0 (#17722) 2020-04-27 08:27:14 -05:00
SoftwareSerial.h Minor HAL cleanup 2020-03-29 17:14:23 -05:00
spi_pins.h Shorter paths to HAL, ExtUI (#17156) 2020-03-13 16:29:29 -05:00
timers.cpp Shorter paths to HAL, ExtUI (#17156) 2020-03-13 16:29:29 -05:00
timers.h Shorter paths to HAL, ExtUI (#17156) 2020-03-13 16:29:29 -05:00
watchdog.cpp Shorter paths to HAL, ExtUI (#17156) 2020-03-13 16:29:29 -05:00
watchdog.h Shorter paths to HAL, ExtUI (#17156) 2020-03-13 16:29:29 -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.