1
0
mirror of https://github.com/MarlinFirmware/Marlin.git synced 2024-12-14 14:31:33 +00:00
MarlinFirmware/Marlin/src/HAL/HAL_STM32F1
2019-09-15 13:46:17 -05:00
..
dogm JGAurora A5S & A1 touch support (#14768) 2019-07-30 17:08:11 -05:00
inc HAL folder organization (#14763) 2019-07-28 23:55:24 -05:00
maple_win_usb_driver STM32F1 USB cdc/msc composite device (#15180) 2019-09-08 02:28:22 -05:00
build_flags.py Reorganize HAL (#14832) 2019-09-02 19:49:58 -05:00
endstop_interrupts.h Tweaky change from (C) to (c) 2019-06-27 23:58:16 -05:00
fastio.h Reorganize HAL (#14832) 2019-09-02 19:49:58 -05:00
HAL_SPI.cpp Reorganize HAL (#14832) 2019-09-02 19:49:58 -05:00
HAL.cpp STM32F1: No USBSerial without USB-serial bridge (#15242) 2019-09-12 17:59:31 -05:00
HAL.h STM32F1: Only include USBComposite if flagged (#15243) 2019-09-12 18:35:27 -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 Fix compiling error BIGTREE_SKR_MINI (#15197) 2019-09-09 10:34:54 -05:00
onboard_sd.h STM32F1 USB cdc/msc composite device (#15180) 2019-09-08 02:28:22 -05:00
persistent_store_eeprom.cpp STM32F1: Init EEPROM SPI pin modes (#14810) 2019-08-03 18:11:06 -05:00
persistent_store_flash.cpp [STM32F1] Simpler Flash EEPROM (#14829) 2019-08-10 19:14:31 -05: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 Reorganize HAL (#14832) 2019-09-02 19:49:58 -05:00
sdio.h Reorganize HAL (#14832) 2019-09-02 19:49:58 -05:00
Servo.cpp Reorganize HAL (#14832) 2019-09-02 19:49:58 -05:00
Servo.h Reorganize HAL (#14832) 2019-09-02 19:49:58 -05:00
SoftwareSerial.cpp Allow use of Fysetc SoftwareSerialM (#14893) 2019-08-10 01:45:36 -05:00
SoftwareSerial.h Remove HAL.h dependency in SoftwareSerial.h 2019-08-08 07:43:57 -05:00
spi_pins.h Tweaky change from (C) to (c) 2019-06-27 23:58:16 -05:00
SPI.cpp STM32F1: Sync SPI changes from maple master (#15266) 2019-09-15 13:46:17 -05:00
SPI.h STM32F1: Sync SPI changes from maple master (#15266) 2019-09-15 13:46:17 -05:00
timers.cpp Reorganize HAL (#14832) 2019-09-02 19:49:58 -05:00
timers.h Reorganize HAL (#14832) 2019-09-02 19:49:58 -05:00
watchdog.cpp Reorganize HAL (#14832) 2019-09-02 19:49:58 -05:00
watchdog.h Reorganize HAL (#14832) 2019-09-02 19:49:58 -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