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-01-03 21:00:44 -06:00
..
dogm STM32F1: Fix misleading indent / nullptr on FSMC (#16431) 2020-01-02 20:19:07 -06:00
inc Refactor TMC-related macros and sanity checks (#16384) 2020-01-01 21:51:15 -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 Drop C-style 'void' argument 2019-09-16 20:31:21 -05:00
fastio.h Power Loss Recovery with a UPS (#15943) 2019-11-20 17:40:21 -06:00
HAL.cpp Add Zonestar/Anet LCD for SKR mini E3 (#15931) 2019-11-20 00:06:26 -06:00
HAL.h Update and fix DGUS (#16317) 2020-01-03 21:00:44 -06:00
HAL_SPI.cpp Drop C-style 'void' argument 2019-09-16 20:31:21 -05:00
msc_sd.cpp STM32F1 USB cdc/msc composite device (#15180) 2019-09-08 02:28:22 -05:00
msc_sd.h STM32F1: Only include USBComposite if flagged (#15243) 2019-09-12 18:35:27 -05:00
onboard_sd.cpp MAX31865 temperature sensor (#15930) 2019-11-21 03:15:10 -06:00
onboard_sd.h STM32F1 USB cdc/msc composite device (#15180) 2019-09-08 02:28:22 -05:00
persistent_store_eeprom.cpp Revert errant const 2019-09-28 23:52:54 -05:00
persistent_store_flash.cpp STM32F1 Flash-based EEPROM fixes (#16118) 2019-12-05 20:48:11 -06:00
persistent_store_sdcard.cpp Use "mount" as card verb 2019-09-15 03:12:44 -05:00
pinsDebug.h Pins Debugging for STM32 — NEEDS TESTING (#14309) 2019-07-05 22:08:06 -05:00
README.md Up-to-date STM32F1 README (#14386) 2019-06-24 03:44:26 -05:00
sdio.cpp Drop C-style 'void' argument 2019-09-16 20:31:21 -05:00
sdio.h Drop C-style 'void' argument 2019-09-16 20:31:21 -05:00
Servo.cpp Less use of "this" 2019-09-25 09:29:58 -05:00
Servo.h Less use of "this" 2019-09-25 09:29:58 -05:00
SoftwareSerial.cpp Allow use of Fysetc SoftwareSerialM (#14893) 2019-08-10 01:45:36 -05:00
SoftwareSerial.h SoftwareSerialM for SKR STM32F1 boards (#15875) 2019-11-12 22:16:54 -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 Tweaky change from (C) to (c) 2019-06-27 23:58:16 -05:00
timers.cpp New HardwareTimer for STM32 5.7.0 (#15655) 2019-11-12 19:23:02 -06:00
timers.h Add Zonestar/Anet LCD for SKR mini E3 (#15931) 2019-11-20 00:06:26 -06:00
watchdog.cpp Watchdog cleanup (#15283) 2019-09-29 17:57:29 -05:00
watchdog.h Watchdog cleanup (#15283) 2019-09-29 17:57:29 -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