Marlin_Firmware/Marlin/src/HAL/STM32F1
ellensp b947590082 Fix wrappers on HAL/STM32F1 .cpp files (#19581)
Co-authored-by: Scott Lahteine <thinkyhead@users.noreply.github.com>
2020-10-16 16:39:53 -05:00
..
dogm Rename LCD conditionals (#19533) 2020-09-28 01:13:27 -05:00
inc Emergency Parser for STM32F1 (#19279) 2020-09-06 17:23:36 -05:00
maple_win_usb_driver Shorter paths to HAL, ExtUI (#17156) 2020-03-13 16:29:29 -05:00
tft Working LCD_USE_DMA_FSMC (#19522) 2020-09-27 21:28:48 -05:00
build_flags.py Shorter paths to HAL, ExtUI (#17156) 2020-03-13 16:29:29 -05:00
eeprom_bl24cxx.cpp Fix wrappers on HAL/STM32F1 .cpp files (#19581) 2020-10-16 16:39:53 -05:00
eeprom_flash.cpp Fix links to secure sites (#18745) 2020-07-22 22:20:14 -05:00
eeprom_if_iic.cpp Fix wrappers on HAL/STM32F1 .cpp files (#19581) 2020-10-16 16:39:53 -05:00
eeprom_sdcard.cpp Fix links to secure sites (#18745) 2020-07-22 22:20:14 -05:00
eeprom_wired.cpp Fix wrappers on HAL/STM32F1 .cpp files (#19581) 2020-10-16 16:39:53 -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 wrappers on HAL/STM32F1 .cpp files (#19581) 2020-10-16 16:39:53 -05:00
HAL.cpp Fix TEMP_ADC_PROBE support for STM32F1 (#19582) 2020-10-16 16:39:53 -05:00
HAL.h Fix and improve STM32F1 serial (#19464) 2020-09-24 20:28:48 -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
msc_sd.cpp Fix wrappers on HAL/STM32F1 .cpp files (#19581) 2020-10-16 16:39:53 -05:00
msc_sd.h Fix and improve STM32F1 serial (#19464) 2020-09-24 20:28:48 -05:00
onboard_sd.cpp Fix wrappers on HAL/STM32F1 .cpp files (#19581) 2020-10-16 16:39:53 -05:00
onboard_sd.h Shorter paths to HAL, ExtUI (#17156) 2020-03-13 16:29:29 -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
sdio.cpp HAL and serial cleanup 2020-09-23 19:45:33 -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 2020-09-08 22:17:44 -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) 2020-09-06 17:29:43 -05:00
SPI.h SPI Emulated DOGM (like FSMC_GRAPHICAL_TFT, but SPI) (#18817) 2020-07-29 21:25:07 -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