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.
 
 
 
 
 
 
Mike La Spina 48358d6a5c 🏗️ Fix Maple HAL/STM32F1 PWM (#23211) 3 years ago
..
dogm 💡 Adjust headers, formatting 3 years ago
inc BigTreeTech Mini 12864 V1.0 (#23130) 3 years ago
maple_win_usb_driver Shorter paths to HAL, ExtUI (#17156) 4 years ago
tft 🎨 Replace some infrequently-used macros 3 years ago
HAL.cpp ⚗️ Use pwm_set_duty over analogWrite to set PWM (#23048) 3 years ago
HAL.h 🎨 Rename HAL timer elements 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 🐛 Spellcheck comments (#22496) 3 years ago
SPI.h 🎨 NULL => nullptr 3 years ago
Servo.cpp 🎨 Rename HAL timer elements 3 years ago
Servo.h Fix links to secure sites (#18745) 4 years ago
build_flags.py 🔨 Fix IntelliSense / PIO conflicts (#23058) 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 💡 Adjust headers, formatting 3 years ago
endstop_interrupts.h 🏗️ Support for up to 6 linear axes (#19112) 3 years ago
fast_pwm.cpp 🏗️ Fix Maple HAL/STM32F1 PWM (#23211) 3 years ago
fastio.h Tweak STM32F1 pin r/w/t 3 years ago
msc_sd.cpp MKS Robin Nano v3 + TFT_LVGL_UI + WiFi module (#22109) 3 years ago
msc_sd.h Number serial from 1 to match settings 3 years ago
onboard_sd.cpp 🎨 Fix misspelling (#23137) 3 years ago
onboard_sd.h 🐛 Spellcheck comments (#22496) 3 years ago
pinsDebug.h 💡 Adjust headers, formatting 3 years ago
sdio.cpp MSC Support for STM32 + SDIO boards -> SKR 2 (#22354) 3 years ago
sdio.h Fix links to secure sites (#18745) 4 years ago
spi_pins.h 💡 Adjust headers, formatting 3 years ago
timers.cpp 🎨 Rename HAL timer elements 3 years ago
timers.h 🏗️ Fix Maple HAL/STM32F1 PWM (#23211) 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