Marlin 2.0 for Flying Bear 4S/5
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.
 
 
 
 
 
 
Scott Lahteine 9b78138600 General cleanup 4 years ago
..
dogm Emulated DOGM via HAL TFT, XPT IO (#19017) 4 years ago
inc Emergency Parser for STM32F1 (#19279) 4 years ago
maple_win_usb_driver Shorter paths to HAL, ExtUI (#17156) 4 years ago
tft Emulated DOGM via HAL TFT, XPT IO (#19017) 4 years ago
HAL.cpp Fix links to secure sites (#18745) 4 years ago
HAL.h Emergency Parser for STM32F1 (#19279) 4 years ago
HAL_SPI.cpp Fix links to secure sites (#18745) 4 years ago
MarlinSerial.cpp Raise STM32F1 UART IRQ Priority, add error handling (#19301) 4 years ago
MarlinSerial.h Raise STM32F1 UART IRQ Priority, add error handling (#19301) 4 years ago
README.md Shorter paths to HAL, ExtUI (#17156) 4 years ago
SPI.cpp Fix STM32F1 SPI device init, MKS_LCD12864 (#19271) 4 years ago
SPI.h SPI Emulated DOGM (like FSMC_GRAPHICAL_TFT, but SPI) (#18817) 4 years ago
Servo.cpp Fix links to secure sites (#18745) 4 years ago
Servo.h Fix links to secure sites (#18745) 4 years ago
SoftwareSerial.cpp Minor HAL cleanup 4 years ago
SoftwareSerial.h Fix links to secure sites (#18745) 4 years ago
build_flags.py Shorter paths to HAL, ExtUI (#17156) 4 years ago
eeprom_bl24cxx.cpp Ender 3 V2 BL24C16 EEPROM support (#18758) 4 years ago
eeprom_flash.cpp Fix links to secure sites (#18745) 4 years ago
eeprom_if_iic.cpp Ender 3 V2 BL24C16 EEPROM support (#18758) 4 years ago
eeprom_sdcard.cpp Fix links to secure sites (#18745) 4 years ago
eeprom_wired.cpp General cleanup 4 years ago
endstop_interrupts.h Fix links to secure sites (#18745) 4 years ago
fastio.h Fix links to secure sites (#18745) 4 years ago
msc_sd.cpp STM32F1 EP with USB_COMPOSITE (#19281) 4 years ago
msc_sd.h STM32F1 EP with USB_COMPOSITE (#19281) 4 years ago
onboard_sd.cpp Fix broken POWER_LOSS_RECOVERY prompt (#18557) 4 years ago
onboard_sd.h Shorter paths to HAL, ExtUI (#17156) 4 years ago
pinsDebug.h Fix links to secure sites (#18745) 4 years ago
sdio.cpp General cleanup 4 years ago
sdio.h Fix links to secure sites (#18745) 4 years ago
spi_pins.h Fix links to secure sites (#18745) 4 years ago
timers.cpp Fix links to secure sites (#18745) 4 years ago
timers.h Fix links to secure sites (#18745) 4 years ago
watchdog.cpp Fix links to secure sites (#18745) 4 years ago
watchdog.h Fix links to secure sites (#18745) 4 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