Marlin_Firmware/Marlin/src/HAL/STM32F1
2020-12-05 20:05:39 -06:00
..
dogm Fix at90usb1286 build (#19687) 2020-10-11 18:13:01 -05:00
inc Improve USB Media Host conditions (#20176) 2020-11-17 23:48:14 -06:00
maple_win_usb_driver Shorter paths to HAL, ExtUI (#17156) 2020-03-13 16:29:29 -05:00
tft Add Touch Calibration screen (#20049) 2020-11-15 16:39:58 -06:00
build_flags.py STM32F1 cleanup, incl. SoftwareSerial removal (#20046) 2020-11-06 23:51:52 -06:00
eeprom_bl24cxx.cpp Tweak to EEPROM safe delay 2020-12-01 16:14:37 -06:00
eeprom_flash.cpp gcode_D EEPROM size, cleanup 2020-10-29 17:34:17 -05:00
eeprom_if_iic.cpp Fix wrappers on HAL/STM32F1 .cpp files (#19581) 2020-10-02 17:28:08 -05:00
eeprom_sdcard.cpp gcode_D EEPROM size, cleanup 2020-10-29 17:34:17 -05:00
eeprom_wired.cpp gcode_D EEPROM size, cleanup 2020-10-29 17:34:17 -05:00
endstop_interrupts.h Fix links to secure sites (#18745) 2020-07-22 22:20:14 -05:00
fast_pwm.cpp FAST_PWM for STM32F1 (#19952) 2020-10-29 17:17:04 -05:00
fastio.h Clean up comments, USB flash, NULLs 2020-10-25 04:10:00 -05:00
HAL_SPI.cpp Use 0xFF (not 'ff') for byte transfer 2020-10-08 15:18:43 -05:00
HAL.cpp USB Media Host followup 2020-11-18 00:13:28 -06:00
HAL.h Fix STM32F1 SERIAL_GET_TX_BUFFER_FREE 2020-12-05 20:05:39 -06:00
MarlinSerial.cpp MKS WiFi preliminary changes 2020-11-19 15:56:04 -06:00
MarlinSerial.h Fix and improve STM32F1 serial (#19464) 2020-09-24 20:28:48 -05:00
MarlinSPI.h Standardize Marlin SPI (part 1) (#19989) 2020-11-06 21:07:15 -06:00
msc_sd.cpp add missing header to use HAS_SD_HOST_DRIVE (#20270) 2020-11-24 20:08:35 -08:00
msc_sd.h Fix and improve STM32F1 serial (#19464) 2020-09-24 20:28:48 -05:00
onboard_sd.cpp Improve USB Media Host conditions (#20176) 2020-11-17 23:48:14 -06:00
onboard_sd.h Shorter paths to HAL, ExtUI (#17156) 2020-03-13 16:29:29 -05:00
pinsDebug.h Retire HAL for STM32F4 / F7 (#20153) 2020-11-26 00:37:18 -06:00
README.md Shorter paths to HAL, ExtUI (#17156) 2020-03-13 16:29:29 -05:00
sdio.cpp HAL and serial cleanup 2020-09-23 19:45:33 -05:00
sdio.h Fix links to secure sites (#18745) 2020-07-22 22:20:14 -05:00
Servo.cpp Fix links to secure sites (#18745) 2020-07-22 22:20:14 -05:00
Servo.h Fix links to secure sites (#18745) 2020-07-22 22:20:14 -05:00
spi_pins.h Clean up SPI and ST7920 defines (#19956) 2020-11-01 04:40:59 -06:00
SPI.cpp Add Touch Calibration screen (#20049) 2020-11-15 16:39:58 -06:00
SPI.h Standardize Marlin SPI (part 1) (#19989) 2020-11-06 21:07:15 -06:00
timers.cpp Fix links to secure sites (#18745) 2020-07-22 22:20:14 -05:00
timers.h Reduce warnings, extern "C" cleanup (#20279) 2020-11-25 21:40:56 -06:00
watchdog.cpp Comment, spacing cleanup 2020-11-05 17:16:47 -06:00
watchdog.h Comment, spacing cleanup 2020-11-05 17:16:47 -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