Marlin_Firmware/Marlin/src/HAL/STM32
Scott Lahteine f8d57370d0 gcode_D EEPROM size, cleanup
Fixes #19920

Co-Authored-By: Orel <37673727+0r31@users.noreply.github.com>
2020-10-29 17:34:17 -05:00
..
inc HW PWM sanity checks for SPINDLE_LASER_FREQUENCY (#18947) 2020-08-07 17:59:09 -05:00
tft Clean up comments, USB flash, NULLs 2020-10-25 04:10:00 -05:00
eeprom_flash.cpp gcode_D EEPROM size, cleanup 2020-10-29 17:34:17 -05:00
eeprom_sdcard.cpp gcode_D EEPROM size, cleanup 2020-10-29 17:34:17 -05: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
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 Minor SPI fixes, systick_callback for STM32F1 HAL compatibility (#19565) 2020-10-01 20:54:22 -05:00
HAL.h Support for Debug Codes - Dnnn (#19225) 2020-10-09 06:28:53 -05:00
MarlinSerial.cpp Fix and improve STM32F1 serial (#19464) 2020-09-24 20:28:48 -05:00
MarlinSerial.h Fix and improve STM32F1 serial (#19464) 2020-09-24 20:28:48 -05:00
pins_Xref.h Fix links to secure sites (#18745) 2020-07-22 22:20:14 -05:00
pinsDebug_STM32duino.h Fix HAL/STM32 FastIO for analog pins (#19735) 2020-10-16 16:21:21 -05:00
pinsDebug_STM32GENERIC.h HAL and serial cleanup 2020-09-23 19:45:33 -05:00
pinsDebug.h Fix links to secure sites (#18745) 2020-07-22 22:20:14 -05:00
README.md Shorter paths to HAL, ExtUI (#17156) 2020-03-13 16:29:29 -05:00
Sd2Card_sdio_stm32duino.cpp Support for TFT & Touch Screens (#18130) 2020-07-30 01:43:19 -05: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 Clean up comments, USB flash, NULLs 2020-10-25 04:10:00 -05:00
timers.h Update HAL/STM32 platform to 8.0 (#18496) 2020-09-07 21:41:48 -05:00
usb_serial.cpp Fix links to secure sites (#18745) 2020-07-22 22:20:14 -05:00
usb_serial.h Fix links to secure sites (#18745) 2020-07-22 22:20:14 -05:00
watchdog.cpp Option to prevent (extra) Watchdog init on STM32 (#19693) 2020-10-11 19:31:21 -05: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.