Firmware2/Marlin/src/HAL/STM32F1
2020-10-15 03:00:27 -05:00
..
dogm Fix at90usb1286 build (#19687) 2020-10-11 18:13:01 -05:00
inc TFT Refactoring (#19192) 2020-10-12 16:38:07 -05:00
maple_win_usb_driver
tft TFT Refactoring (#19192) 2020-10-12 16:38:07 -05:00
build_flags.py
eeprom_bl24cxx.cpp Fix wrappers on HAL/STM32F1 .cpp files (#19581) 2020-10-02 17:28:08 -05:00
eeprom_flash.cpp
eeprom_if_iic.cpp Fix wrappers on HAL/STM32F1 .cpp files (#19581) 2020-10-02 17:28:08 -05:00
eeprom_sdcard.cpp
eeprom_wired.cpp Fix wrappers on HAL/STM32F1 .cpp files (#19581) 2020-10-02 17:28:08 -05:00
endstop_interrupts.h
fastio.h
HAL_SPI.cpp Use 0xFF (not 'ff') for byte transfer 2020-10-08 15:18:43 -05:00
HAL.cpp TFT Presets, Generic options, Sanity checks (#19723) 2020-10-15 03:00:27 -05:00
HAL.h Support for Debug Codes - Dnnn (#19225) 2020-10-09 06:28:53 -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-02 17:28:08 -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-02 17:28:08 -05:00
onboard_sd.h
pinsDebug.h
README.md
sdio.cpp HAL and serial cleanup 2020-09-23 19:45:33 -05:00
sdio.h
Servo.cpp
Servo.h
SoftwareSerial.cpp Minor HAL cleanup 2020-09-08 22:17:44 -05:00
SoftwareSerial.h
spi_pins.h
SPI.cpp Fix STM32F1 SPI device init, MKS_LCD12864 (#19271) 2020-09-06 17:29:43 -05:00
SPI.h
timers.cpp
timers.h
watchdog.cpp Option to prevent (extra) Watchdog init on STM32 (#19693) 2020-10-11 19:31:21 -05:00
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