Firmware2/Marlin/src/HAL/STM32F1
Victor Oliveira 8393c6a63d Raise STM32F1 UART IRQ Priority, add error handling (#19301)
(Error handling for Overrun, Framing and Parity.)
2021-04-29 08:44:59 -05:00
..
dogm Emulated DOGM via HAL TFT, XPT IO (#19017) 2021-04-29 08:44:57 -05:00
inc Emergency Parser for STM32F1 (#19279) 2021-04-29 08:44:58 -05:00
maple_win_usb_driver
tft Emulated DOGM via HAL TFT, XPT IO (#19017) 2021-04-29 08:44:57 -05:00
build_flags.py
eeprom_bl24cxx.cpp Ender 3 V2 BL24C16 EEPROM support (#18758) 2020-07-24 03:09:14 -05:00
eeprom_flash.cpp Fix links to secure sites (#18745) 2020-07-22 22:20:14 -05:00
eeprom_if_iic.cpp Ender 3 V2 BL24C16 EEPROM support (#18758) 2020-07-24 03:09:14 -05:00
eeprom_sdcard.cpp Fix links to secure sites (#18745) 2020-07-22 22:20:14 -05:00
eeprom_wired.cpp General cleanup 2020-07-23 16:11:58 -05:00
endstop_interrupts.h Fix links to secure sites (#18745) 2020-07-22 22:20:14 -05:00
fastio.h Fix links to secure sites (#18745) 2020-07-22 22:20:14 -05:00
HAL_SPI.cpp Fix links to secure sites (#18745) 2020-07-22 22:20:14 -05:00
HAL.cpp Fix links to secure sites (#18745) 2020-07-22 22:20:14 -05:00
HAL.h Emergency Parser for STM32F1 (#19279) 2021-04-29 08:44:58 -05:00
MarlinSerial.cpp Raise STM32F1 UART IRQ Priority, add error handling (#19301) 2021-04-29 08:44:59 -05:00
MarlinSerial.h Raise STM32F1 UART IRQ Priority, add error handling (#19301) 2021-04-29 08:44:59 -05:00
msc_sd.cpp STM32F1 EP with USB_COMPOSITE (#19281) 2021-04-29 08:44:58 -05:00
msc_sd.h STM32F1 EP with USB_COMPOSITE (#19281) 2021-04-29 08:44:58 -05:00
onboard_sd.cpp Fix broken POWER_LOSS_RECOVERY prompt (#18557) 2020-07-06 01:18:49 -05:00
onboard_sd.h
pinsDebug.h Fix links to secure sites (#18745) 2020-07-22 22:20:14 -05:00
README.md
sdio.cpp Fix links to secure sites (#18745) 2020-07-22 22:20:14 -05:00
sdio.h Fix links to secure sites (#18745) 2020-07-22 22:20:14 -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
SoftwareSerial.cpp Minor HAL cleanup 2021-04-29 08:44:58 -05:00
SoftwareSerial.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
SPI.cpp Fix STM32F1 SPI device init, MKS_LCD12864 (#19271) 2021-04-29 08:44:58 -05:00
SPI.h SPI Emulated DOGM (like FSMC_GRAPHICAL_TFT, but SPI) (#18817) 2021-04-29 08:44:55 -05:00
timers.cpp Fix links to secure sites (#18745) 2020-07-22 22:20:14 -05:00
timers.h Fix links to secure sites (#18745) 2020-07-22 22:20:14 -05:00
watchdog.cpp Fix links to secure sites (#18745) 2020-07-22 22:20:14 -05:00
watchdog.h Fix links to secure sites (#18745) 2020-07-22 22:20:14 -05:00

STM32F1

This HAL is for STM32F103 boards used with Arduino STM32 framework.

Currently has been tested in Malyan M200 (103CBT6), SKRmini (103RCT6), Chitu 3d (103ZET6), and various 103VET6 boards.

Main developers:

  • Victorpv
  • xC000005
  • thisiskeithb
  • tpruvot