This repository has been archived on 2022-01-28. You can view files and clone it, but cannot push or open issues or pull requests.
Marlin-Artillery-M600/Marlin/src/HAL/HAL_STM32F1
2020-02-26 03:02:03 -06:00
..
dogm (c) 2020 2020-02-03 08:00:57 -06:00
inc Coolstep for TMC2130, 2209, 5130, 5160 (#16790) 2020-02-08 21:01:57 -06:00
maple_win_usb_driver STM32F1 USB cdc/msc composite device (#15180) 2019-09-08 02:28:22 -05:00
build_flags.py Tweak permissions 2019-11-06 16:10:14 -06:00
endstop_interrupts.h (c) 2020 2020-02-03 08:00:57 -06:00
fastio.h (c) 2020 2020-02-03 08:00:57 -06:00
HAL.cpp Minor HAL cleanup 2020-02-09 11:12:38 -06:00
HAL.h Function-style critical section macros 2020-02-11 09:37:04 -06:00
HAL_SPI.cpp (c) 2020 2020-02-03 08:00:57 -06:00
msc_sd.cpp (c) 2020 2020-02-03 08:00:57 -06:00
msc_sd.h (c) 2020 2020-02-03 08:00:57 -06:00
onboard_sd.cpp (c) 2020 2020-02-03 08:00:57 -06:00
onboard_sd.h (c) 2020 2020-02-03 08:00:57 -06:00
persistent_store_eeprom.cpp Use a STR_ prefix for non-translated strings 2020-02-26 03:02:03 -06:00
persistent_store_flash.cpp (c) 2020 2020-02-03 08:00:57 -06:00
persistent_store_sdcard.cpp (c) 2020 2020-02-03 08:00:57 -06:00
pinsDebug.h (c) 2020 2020-02-03 08:00:57 -06:00
README.md Up-to-date STM32F1 README (#14386) 2019-06-24 03:44:26 -05:00
sdio.cpp (c) 2020 2020-02-03 08:00:57 -06:00
sdio.h (c) 2020 2020-02-03 08:00:57 -06:00
Servo.cpp (c) 2020 2020-02-03 08:00:57 -06:00
Servo.h (c) 2020 2020-02-03 08:00:57 -06:00
SoftwareSerial.cpp (c) 2020 2020-02-03 08:00:57 -06:00
SoftwareSerial.h (c) 2020 2020-02-03 08:00:57 -06:00
SPI.cpp Fix SKR E3 board BLTOUCH + SPEAKER timer conflict (#15781) 2019-11-06 17:34:29 -06:00
SPI.h Less use of "this" 2019-09-25 09:29:58 -05:00
spi_pins.h (c) 2020 2020-02-03 08:00:57 -06:00
timers.cpp (c) 2020 2020-02-03 08:00:57 -06:00
timers.h STM32duino - Use SDIO for onboard SD (#16756) 2020-02-04 01:24:11 -06:00
watchdog.cpp (c) 2020 2020-02-03 08:00:57 -06:00
watchdog.h (c) 2020 2020-02-03 08:00:57 -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