Marlin_Firmware/Marlin/src/HAL/STM32F1
2021-07-17 01:54:27 -05:00
..
dogm 📌 Require U8glib-HAL@~0.5.0 (#22324) 2021-07-09 16:03:41 -05:00
inc Postmortem Debugging to serial port (#20492) 2021-02-20 20:22:20 -06:00
maple_win_usb_driver Shorter paths to HAL, ExtUI (#17156) 2020-03-13 16:29:29 -05:00
tft More flexible redundant temp sensor (#22085) 2021-06-15 00:09:52 -05:00
build_flags.py ⚗️ 32-bit float constants (STM32F1) (#21996) 2021-06-14 23:46:12 -05:00
eeprom_bl24cxx.cpp Avoid watchdog reset in all wired EEPROMs (#21436) 2021-03-25 19:16:45 -05:00
eeprom_flash.cpp Apply pointer formatting 2021-03-29 20:36:37 -05:00
eeprom_if_iic.cpp HAL eeprom cleanup 2021-03-19 04:51:41 -05:00
eeprom_sdcard.cpp gcode_D EEPROM size, cleanup 2020-10-29 17:34:17 -05:00
eeprom_wired.cpp Avoid watchdog reset in all wired EEPROMs (#21436) 2021-03-25 19:16:45 -05:00
endstop_interrupts.h 🏗️ Support for up to 6 linear axes (#19112) 2021-06-15 00:05:03 -05:00
fast_pwm.cpp FAST_PWM for STM32F1 (#19952) 2020-10-29 17:17:04 -05:00
fastio.h Tweak STM32F1 pin r/w/t 2021-01-10 21:38:31 -06:00
HAL_MinSerial.cpp Apply SBI/CBI/TEST in HAL 2021-05-05 07:31:47 -05:00
HAL_SPI.cpp Apply pointer formatting 2021-03-29 20:36:37 -05:00
HAL.cpp BTT SKR Mini E3 for HAL/STM32 (#21488) 2021-05-15 15:05:53 -05:00
HAL.h Support a third serial port (#21784) 2021-05-15 15:05:53 -05:00
MarlinSerial.cpp 🏗️ Support for up to 6 linear axes (#19112) 2021-06-15 00:05:03 -05:00
MarlinSerial.h Number serial from 1 to match settings 2021-03-10 13:45:53 -06:00
MarlinSPI.h Standardize Marlin SPI (part 1) (#19989) 2020-11-06 21:07:15 -06:00
msc_sd.cpp MKS Robin Nano v3 + TFT_LVGL_UI + WiFi module (#22109) 2021-07-17 01:54:27 -05:00
msc_sd.h Number serial from 1 to match settings 2021-03-10 13:45:53 -06:00
onboard_sd.cpp 🎨 Format onboard_sd.cpp 2021-06-27 11:25:48 -05:00
onboard_sd.h misc. pointer formatting 2021-04-04 18:08:13 -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
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 General cleanup, use _BV 2021-01-16 22:53:50 -06: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-01-01 14:31:15 -06:00
SPI.cpp Add Touch Calibration screen (#20049) 2020-11-15 16:39:58 -06:00
SPI.h Standardize Marlin SPI (part 1) (#19989) 2020-11-06 21:07:15 -06:00
timers.cpp Fix links to secure sites (#18745) 2020-07-22 22:20:14 -05:00
timers.h Fix MKS Robin E3 BLTOUCH and Fan PWM timer conflicts (#21889) 2021-05-15 18:22:30 -05:00
watchdog.cpp Comment, spacing cleanup 2020-11-05 17:16:47 -06:00
watchdog.h Comment, spacing cleanup 2020-11-05 17:16:47 -06: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