Marlin_Firmware/Marlin/src/HAL/STM32
2020-11-26 03:47:15 -06:00
..
inc Improve USB Media Host conditions (#20176) 2020-11-17 23:48:14 -06:00
tft Finish HAL/STM32 cpp wrappers 2020-11-26 03:47:15 -06:00
eeprom_flash.cpp Comment, spacing cleanup 2020-11-05 17:16:47 -06:00
eeprom_sdcard.cpp Finish HAL/STM32 cpp wrappers 2020-11-26 03:47:15 -06:00
eeprom_sram.cpp gcode_D EEPROM size, cleanup 2020-10-29 17:34:17 -05:00
eeprom_wired.cpp gcode_D EEPROM size, cleanup 2020-10-29 17:34:17 -05:00
endstop_interrupts.h Fix links to secure sites (#18745) 2020-07-22 22:20:14 -05:00
fast_pwm.cpp Finish HAL/STM32 cpp wrappers 2020-11-26 03:47:15 -06:00
fastio.cpp Fix links to secure sites (#18745) 2020-07-22 22:20:14 -05:00
fastio.h Fix HAL/STM32 FastIO for analog pins (#19735) 2020-10-16 16:21:21 -05:00
HAL_SPI.cpp Minor SPI fixes, systick_callback for STM32F1 HAL compatibility (#19565) 2020-10-01 20:54:22 -05:00
HAL.cpp Fix STM32 HW Serial + EP compile (#19990) 2020-11-01 20:38:10 -06:00
HAL.h Reduce warnings, extern "C" cleanup (#20279) 2020-11-25 21:40:56 -06:00
MarlinSerial.cpp Finish HAL/STM32 cpp wrappers 2020-11-26 03:47:15 -06:00
MarlinSerial.h Fix and improve STM32F1 serial (#19464) 2020-09-24 20:28:48 -05:00
MarlinSPI.cpp Finish HAL/STM32 cpp wrappers 2020-11-26 03:47:15 -06:00
MarlinSPI.h Standardize Marlin SPI (part 1) (#19989) 2020-11-06 21:07:15 -06:00
pins_Xref.h Fix links to secure sites (#18745) 2020-07-22 22:20:14 -05:00
pinsDebug.h Retire HAL for STM32F4 / F7 (#20153) 2020-11-26 00:37:18 -06:00
README.md Shorter paths to HAL, ExtUI (#17156) 2020-03-13 16:29:29 -05:00
Sd2Card_sdio_stm32duino.cpp Finish HAL/STM32 cpp wrappers 2020-11-26 03:47:15 -06:00
Servo.cpp Fix links to secure sites (#18745) 2020-07-22 22:20:14 -05:00
Servo.h Fix links to secure sites (#18745) 2020-07-22 22:20:14 -05:00
spi_pins.h Fix links to secure sites (#18745) 2020-07-22 22:20:14 -05:00
timers.cpp FAST_PWM for STM32 (#20025) 2020-11-04 15:15:19 -06:00
timers.h Standardize Marlin SPI (part 1) (#19989) 2020-11-06 21:07:15 -06:00
usb_serial.cpp Finish HAL/STM32 cpp wrappers 2020-11-26 03:47:15 -06:00
usb_serial.h Fix links to secure sites (#18745) 2020-07-22 22:20:14 -05:00
watchdog.cpp Finish HAL/STM32 cpp wrappers 2020-11-26 03:47:15 -06:00
watchdog.h Fix links to secure sites (#18745) 2020-07-22 22:20:14 -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.