My Marlin configs for Fabrikator Mini and CTC i3 Pro B
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
Jason Smith 95b76a65c3
Increase STM32F1 Servo Timer Interrupt Priority (#18637)
5 years ago
..
dogm Add TFT_LVGL_UI support (#18438) 5 years ago
inc Group some sanity checks 5 years ago
maple_win_usb_driver Shorter paths to HAL, ExtUI (#17156) 5 years ago
HAL.cpp Fix broken POWER_LOSS_RECOVERY prompt (#18557) 5 years ago
HAL.h Power monitor and display (#17437) 5 years ago
HAL_SPI.cpp Shorter paths to HAL, ExtUI (#17156) 5 years ago
README.md Shorter paths to HAL, ExtUI (#17156) 5 years ago
SPI.cpp SPI performance tweak 5 years ago
SPI.h SPI performance tweak 5 years ago
Servo.cpp Increase STM32F1 Servo Timer Interrupt Priority (#18637) 5 years ago
Servo.h Shorter paths to HAL, ExtUI (#17156) 5 years ago
SoftwareSerial.cpp Shorter paths to HAL, ExtUI (#17156) 5 years ago
SoftwareSerial.h Shorter paths to HAL, ExtUI (#17156) 5 years ago
build_flags.py Shorter paths to HAL, ExtUI (#17156) 5 years ago
eeprom_flash.cpp Use MARLIN_EEPROM_SIZE with E2END as fallback (#18059) 5 years ago
eeprom_sdcard.cpp Use MARLIN_EEPROM_SIZE with E2END as fallback (#18059) 5 years ago
eeprom_wired.cpp eeprom_init from STM32F1/access_start 5 years ago
endstop_interrupts.h Apply TERN to compact code (#17619) 5 years ago
fastio.h Shorter paths to HAL, ExtUI (#17156) 5 years ago
msc_sd.cpp It looks like HAS_ONBOARD_SD is obsolete 5 years ago
msc_sd.h Shorter paths to HAL, ExtUI (#17156) 5 years ago
onboard_sd.cpp Fix broken POWER_LOSS_RECOVERY prompt (#18557) 5 years ago
onboard_sd.h Shorter paths to HAL, ExtUI (#17156) 5 years ago
pinsDebug.h Shorter paths to HAL, ExtUI (#17156) 5 years ago
sdio.cpp Clean up trailing spaces 5 years ago
sdio.h Allow SDIO clock/retry overrides (#18223) 5 years ago
spi_pins.h Shorter paths to HAL, ExtUI (#17156) 5 years ago
timers.cpp Increase STM32F1 Servo Timer Interrupt Priority (#18637) 5 years ago
timers.h Increase STM32F1 Servo Timer Interrupt Priority (#18637) 5 years ago
watchdog.cpp Shorter paths to HAL, ExtUI (#17156) 5 years ago
watchdog.h Shorter paths to HAL, ExtUI (#17156) 5 years ago

README.md

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