My Marlin configs for Fabrikator Mini and CTC i3 Pro B
Du kan inte välja fler än 25 ämnen Ämnen måste starta med en bokstav eller siffra, kan innehålla bindestreck ('-') och vara max 35 tecken långa.
Scott Lahteine 0ca33429b6 🧑‍💻 Misc. servo code cleanup 2 år sedan
..
dogm 💡 Adjust headers, formatting 2 år sedan
inc ✨ BigTreeTech Mini 12864 V1.0 (#23130) 2 år sedan
maple_win_usb_driver Shorter paths to HAL, ExtUI (#17156) 4 år sedan
tft 🎨 Add EXP1/2 headers, adjust TFT pins (#24230) 2 år sedan
HAL.cpp ♻️ Move watchdog to MarlinHAL 2 år sedan
HAL.h ♻️ Move watchdog to MarlinHAL 2 år sedan
HAL_SPI.cpp Apply pointer formatting 3 år sedan
MarlinSPI.h Standardize Marlin SPI (part 1) (#19989) 3 år sedan
MarlinSerial.cpp 🏗️ Support for up to 6 linear axes (#19112) 3 år sedan
MarlinSerial.h Number serial from 1 to match settings 3 år sedan
MinSerial.cpp ♻️ Move watchdog to MarlinHAL 2 år sedan
README.md Shorter paths to HAL, ExtUI (#17156) 4 år sedan
SPI.cpp ♻️ Refactor HAL as singleton (#23357) 2 år sedan
SPI.h ♻️ Refactor HAL as singleton (#23357) 2 år sedan
Servo.cpp 🧑‍💻 Misc. servo code cleanup 2 år sedan
Servo.h ♻️ Refactor HAL as singleton (#23357) 2 år sedan
build_flags.py 🔨 Fix IntelliSense / PIO conflicts (#23058) 2 år sedan
eeprom_bl24cxx.cpp Avoid watchdog reset in all wired EEPROMs (#21436) 3 år sedan
eeprom_flash.cpp Apply pointer formatting 3 år sedan
eeprom_if_iic.cpp HAL eeprom cleanup 3 år sedan
eeprom_sdcard.cpp gcode_D EEPROM size, cleanup 3 år sedan
eeprom_wired.cpp 💡 Adjust headers, formatting 2 år sedan
endstop_interrupts.h ✨ Support for up to 9 axes (linear, rotary) (#23112) 2 år sedan
fast_pwm.cpp ♻️ Refactor HAL as singleton (#23357) 2 år sedan
fastio.h Tweak STM32F1 pin r/w/t 3 år sedan
msc_sd.cpp ✨ MKS Robin Nano v3 + TFT_LVGL_UI + WiFi module (#22109) 2 år sedan
msc_sd.h Number serial from 1 to match settings 3 år sedan
onboard_sd.cpp 🩹 Fix Maple HAL compile errors (#23685) 2 år sedan
onboard_sd.h 🐛 Spellcheck comments (#22496) 2 år sedan
pinsDebug.h 🧑‍💻 Remove extraneous 'inline' hints 2 år sedan
sdio.cpp ✨ MSC Support for STM32 + SDIO boards -> SKR 2 (#22354) 2 år sedan
sdio.h Fix links to secure sites (#18745) 3 år sedan
spi_pins.h 💡 Adjust headers, formatting 2 år sedan
timers.cpp 📝 KHz => kHz (#23512) 2 år sedan
timers.h ♻️ Refactor HAL as singleton (#23357) 2 år sedan

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