Firmware2/Marlin/src/HAL/STM32F1
2021-04-29 08:45:13 -05:00
..
dogm SPI and pins cleanup 2021-04-29 08:45:10 -05:00
inc Improve USB Media Host conditions (#20176) 2021-04-29 08:45:06 -05:00
maple_win_usb_driver
tft Prefix SD SPI pins (SCK, MISO, MOSI, SS) (#20606) 2021-04-29 08:45:10 -05:00
build_flags.py STM32F1 cleanup, incl. SoftwareSerial removal (#20046) 2021-04-29 08:45:05 -05:00
eeprom_bl24cxx.cpp Fix Creality EEPROM watchdog freq. (#20510) 2021-04-29 08:45:09 -05:00
eeprom_flash.cpp gcode_D EEPROM size, cleanup 2021-04-29 08:45:04 -05:00
eeprom_if_iic.cpp Fix wrappers on HAL/STM32F1 .cpp files (#19581) 2021-04-29 08:45:01 -05:00
eeprom_sdcard.cpp gcode_D EEPROM size, cleanup 2021-04-29 08:45:04 -05:00
eeprom_wired.cpp Clean up whitespace, headings 2021-04-29 08:45:12 -05:00
endstop_interrupts.h Fix links to secure sites (#18745) 2020-07-22 22:20:14 -05:00
fast_pwm.cpp FAST_PWM for STM32F1 (#19952) 2021-04-29 08:45:04 -05:00
fastio.h Tweak STM32F1 pin r/w/t 2021-04-29 08:45:11 -05:00
HAL_SPI.cpp Prefix SD SPI pins (SCK, MISO, MOSI, SS) (#20606) 2021-04-29 08:45:10 -05:00
HAL.cpp Refactor serial class with templates (#20783) 2021-04-29 08:45:12 -05:00
HAL.h Refactor serial class with templates (#20783) 2021-04-29 08:45:12 -05:00
MarlinSerial.cpp Refactor serial class with templates (#20783) 2021-04-29 08:45:12 -05:00
MarlinSerial.h LVGL UI G-code console (#20755) 2021-04-29 08:45:13 -05:00
MarlinSPI.h Standardize Marlin SPI (part 1) (#19989) 2021-04-29 08:45:05 -05:00
msc_sd.cpp Refactor serial class with templates (#20783) 2021-04-29 08:45:12 -05:00
msc_sd.h Refactor serial class with templates (#20783) 2021-04-29 08:45:12 -05:00
onboard_sd.cpp Improve USB Media Host conditions (#20176) 2021-04-29 08:45:06 -05:00
onboard_sd.h
pinsDebug.h Retire HAL for STM32F4 / F7 (#20153) 2021-04-29 08:45:07 -05:00
README.md
sdio.cpp HAL and serial cleanup 2021-04-29 08:45:00 -05:00
sdio.h Fix links to secure sites (#18745) 2020-07-22 22:20:14 -05:00
Servo.cpp General cleanup, use _BV 2021-04-29 08:45:11 -05:00
Servo.h Fix links to secure sites (#18745) 2020-07-22 22:20:14 -05:00
spi_pins.h Prefix SD SPI pins (SCK, MISO, MOSI, SS) (#20606) 2021-04-29 08:45:10 -05:00
SPI.cpp Add Touch Calibration screen (#20049) 2021-04-29 08:45:06 -05:00
SPI.h Standardize Marlin SPI (part 1) (#19989) 2021-04-29 08:45:05 -05:00
timers.cpp Fix links to secure sites (#18745) 2020-07-22 22:20:14 -05:00
timers.h Reduce warnings, extern "C" cleanup (#20279) 2021-04-29 08:45:07 -05:00
watchdog.cpp Comment, spacing cleanup 2021-04-29 08:45:05 -05:00
watchdog.h Comment, spacing cleanup 2021-04-29 08:45:05 -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