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 a3f6e48eb6 Fix STM32F1 SERIAL_GET_TX_BUFFER_FREE 4 years ago
..
dogm Fix at90usb1286 build (#19687) 4 years ago
inc Improve USB Media Host conditions (#20176) 4 years ago
maple_win_usb_driver Shorter paths to HAL, ExtUI (#17156) 4 years ago
tft Add Touch Calibration screen (#20049) 4 years ago
HAL.cpp USB Media Host followup 4 years ago
HAL.h Fix STM32F1 SERIAL_GET_TX_BUFFER_FREE 4 years ago
HAL_SPI.cpp Use 0xFF (not 'ff') for byte transfer 4 years ago
MarlinSPI.h Standardize Marlin SPI (part 1) (#19989) 4 years ago
MarlinSerial.cpp MKS WiFi preliminary changes 4 years ago
MarlinSerial.h Fix and improve STM32F1 serial (#19464) 4 years ago
README.md Shorter paths to HAL, ExtUI (#17156) 4 years ago
SPI.cpp Add Touch Calibration screen (#20049) 4 years ago
SPI.h Standardize Marlin SPI (part 1) (#19989) 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
build_flags.py STM32F1 cleanup, incl. SoftwareSerial removal (#20046) 4 years ago
eeprom_bl24cxx.cpp Tweak to EEPROM safe delay 4 years ago
eeprom_flash.cpp gcode_D EEPROM size, cleanup 4 years ago
eeprom_if_iic.cpp Fix wrappers on HAL/STM32F1 .cpp files (#19581) 4 years ago
eeprom_sdcard.cpp gcode_D EEPROM size, cleanup 4 years ago
eeprom_wired.cpp gcode_D EEPROM size, cleanup 4 years ago
endstop_interrupts.h Fix links to secure sites (#18745) 4 years ago
fast_pwm.cpp FAST_PWM for STM32F1 (#19952) 4 years ago
fastio.h Clean up comments, USB flash, NULLs 4 years ago
msc_sd.cpp add missing header to use HAS_SD_HOST_DRIVE (#20270) 4 years ago
msc_sd.h Fix and improve STM32F1 serial (#19464) 4 years ago
onboard_sd.cpp Improve USB Media Host conditions (#20176) 4 years ago
onboard_sd.h Shorter paths to HAL, ExtUI (#17156) 4 years ago
pinsDebug.h Retire HAL for STM32F4 / F7 (#20153) 4 years ago
sdio.cpp HAL and serial cleanup 4 years ago
sdio.h Fix links to secure sites (#18745) 4 years ago
spi_pins.h Clean up SPI and ST7920 defines (#19956) 4 years ago
timers.cpp Fix links to secure sites (#18745) 4 years ago
timers.h Reduce warnings, extern "C" cleanup (#20279) 4 years ago
watchdog.cpp Comment, spacing cleanup 4 years ago
watchdog.h Comment, spacing cleanup 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