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.
 
 
 
 
 
 
Katelyn Schiesser d322e495b2 More flexible redundant temp sensor (#22085) 3 years ago
..
dogm SPI and pins cleanup 3 years ago
inc Postmortem Debugging to serial port (#20492) 3 years ago
maple_win_usb_driver Shorter paths to HAL, ExtUI (#17156) 4 years ago
tft More flexible redundant temp sensor (#22085) 3 years ago
HAL.cpp BTT SKR Mini E3 for HAL/STM32 (#21488) 3 years ago
HAL.h Support a third serial port (#21784) 3 years ago
HAL_MinSerial.cpp Apply SBI/CBI/TEST in HAL 3 years ago
HAL_SPI.cpp Apply pointer formatting 3 years ago
MarlinSPI.h Standardize Marlin SPI (part 1) (#19989) 4 years ago
MarlinSerial.cpp 🏗️ Support for up to 6 linear axes (#19112) 3 years ago
MarlinSerial.h Number serial from 1 to match settings 3 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 General cleanup, use _BV 3 years ago
Servo.h Fix links to secure sites (#18745) 4 years ago
build_flags.py ⚗️ 32-bit float constants (STM32F1) (#21996) 3 years ago
eeprom_bl24cxx.cpp Avoid watchdog reset in all wired EEPROMs (#21436) 3 years ago
eeprom_flash.cpp Apply pointer formatting 3 years ago
eeprom_if_iic.cpp HAL eeprom cleanup 3 years ago
eeprom_sdcard.cpp gcode_D EEPROM size, cleanup 4 years ago
eeprom_wired.cpp Avoid watchdog reset in all wired EEPROMs (#21436) 3 years ago
endstop_interrupts.h 🏗️ Support for up to 6 linear axes (#19112) 3 years ago
fast_pwm.cpp FAST_PWM for STM32F1 (#19952) 4 years ago
fastio.h Tweak STM32F1 pin r/w/t 3 years ago
msc_sd.cpp Number serial from 1 to match settings 3 years ago
msc_sd.h Number serial from 1 to match settings 3 years ago
onboard_sd.cpp Improve USB Media Host conditions (#20176) 4 years ago
onboard_sd.h misc. pointer formatting 3 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 Prefix SD SPI pins (SCK, MISO, MOSI, SS) (#20606) 3 years ago
timers.cpp Fix links to secure sites (#18745) 4 years ago
timers.h Fix MKS Robin E3 BLTOUCH and Fan PWM timer conflicts (#21889) 3 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