Firmware2/Marlin/src/HAL/STM32F1
2020-04-26 03:11:28 -05:00
..
dogm Apply composite tests 2020-04-23 21:53:52 -05:00
inc
maple_win_usb_driver
build_flags.py
eeprom_flash.cpp QSPI EEPROM for SAMD51 (#17292) 2020-03-27 17:29:17 -05:00
eeprom_sdcard.cpp QSPI EEPROM for SAMD51 (#17292) 2020-03-27 17:29:17 -05:00
eeprom_wired.cpp Wrangle HAL EEPROM types 2020-04-21 21:33:13 -05:00
endstop_interrupts.h Apply TERN to compact code (#17619) 2020-04-22 16:35:03 -05:00
fastio.h
HAL_SPI.cpp
HAL.cpp Fix an unused var warning 2020-03-23 17:35:43 -05:00
HAL.h STM32F103VE has 512K Flash EEPROM (#17565) 2020-04-16 15:34:44 -05:00
msc_sd.cpp It looks like HAS_ONBOARD_SD is obsolete 2020-04-16 03:31:44 -05:00
msc_sd.h
onboard_sd.cpp It looks like HAS_ONBOARD_SD is obsolete 2020-04-16 03:31:44 -05:00
onboard_sd.h
pinsDebug.h
README.md
sdio.cpp
sdio.h
Servo.cpp Apply TERN to compact code (#17619) 2020-04-22 16:35:03 -05:00
Servo.h
SoftwareSerial.cpp
SoftwareSerial.h
spi_pins.h
SPI.cpp SPI performance tweak 2020-04-26 03:11:28 -05:00
SPI.h SPI performance tweak 2020-04-26 03:11:28 -05:00
timers.cpp
timers.h
watchdog.cpp
watchdog.h

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