My Marlin configs for Fabrikator Mini and CTC i3 Pro B
Vous ne pouvez pas sélectionner plus de 25 sujets Les noms de sujets doivent commencer par une lettre ou un nombre, peuvent contenir des tirets ('-') et peuvent comporter jusqu'à 35 caractères.
Scott Lahteine 7d9bd3a97c
🎨 Add EXP1/2 headers, adjust TFT pins (#24230)
il y a 2 ans
..
dogm 💡 Adjust headers, formatting il y a 2 ans
inc ✨ BigTreeTech Mini 12864 V1.0 (#23130) il y a 2 ans
maple_win_usb_driver Shorter paths to HAL, ExtUI (#17156) il y a 4 ans
tft 🎨 Add EXP1/2 headers, adjust TFT pins (#24230) il y a 2 ans
HAL.cpp ♻️ Move watchdog to MarlinHAL il y a 2 ans
HAL.h ♻️ Move watchdog to MarlinHAL il y a 2 ans
HAL_SPI.cpp Apply pointer formatting il y a 3 ans
MarlinSPI.h Standardize Marlin SPI (part 1) (#19989) il y a 3 ans
MarlinSerial.cpp 🏗️ Support for up to 6 linear axes (#19112) il y a 3 ans
MarlinSerial.h Number serial from 1 to match settings il y a 3 ans
MinSerial.cpp ♻️ Move watchdog to MarlinHAL il y a 2 ans
README.md Shorter paths to HAL, ExtUI (#17156) il y a 4 ans
SPI.cpp ♻️ Refactor HAL as singleton (#23357) il y a 2 ans
SPI.h ♻️ Refactor HAL as singleton (#23357) il y a 2 ans
Servo.cpp 🎨 Rename HAL timer elements il y a 2 ans
Servo.h ♻️ Refactor HAL as singleton (#23357) il y a 2 ans
build_flags.py 🔨 Fix IntelliSense / PIO conflicts (#23058) il y a 2 ans
eeprom_bl24cxx.cpp Avoid watchdog reset in all wired EEPROMs (#21436) il y a 3 ans
eeprom_flash.cpp Apply pointer formatting il y a 3 ans
eeprom_if_iic.cpp HAL eeprom cleanup il y a 3 ans
eeprom_sdcard.cpp gcode_D EEPROM size, cleanup il y a 3 ans
eeprom_wired.cpp 💡 Adjust headers, formatting il y a 2 ans
endstop_interrupts.h ✨ Support for up to 9 axes (linear, rotary) (#23112) il y a 2 ans
fast_pwm.cpp ♻️ Refactor HAL as singleton (#23357) il y a 2 ans
fastio.h Tweak STM32F1 pin r/w/t il y a 3 ans
msc_sd.cpp ✨ MKS Robin Nano v3 + TFT_LVGL_UI + WiFi module (#22109) il y a 2 ans
msc_sd.h Number serial from 1 to match settings il y a 3 ans
onboard_sd.cpp 🩹 Fix Maple HAL compile errors (#23685) il y a 2 ans
onboard_sd.h 🐛 Spellcheck comments (#22496) il y a 2 ans
pinsDebug.h 🧑‍💻 Remove extraneous 'inline' hints il y a 2 ans
sdio.cpp ✨ MSC Support for STM32 + SDIO boards -> SKR 2 (#22354) il y a 2 ans
sdio.h Fix links to secure sites (#18745) il y a 3 ans
spi_pins.h 💡 Adjust headers, formatting il y a 2 ans
timers.cpp 📝 KHz => kHz (#23512) il y a 2 ans
timers.h ♻️ Refactor HAL as singleton (#23357) il y a 2 ans

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