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.
Victor Oliveira 85d094bbb4
Standardize Marlin SPI (part 1) (#19989)
il y a 3 ans
..
dogm Fix at90usb1286 build (#19687) il y a 3 ans
inc FAST_PWM for STM32F1 (#19952) il y a 3 ans
maple_win_usb_driver Shorter paths to HAL, ExtUI (#17156) il y a 4 ans
tft TFT Refactoring (#19192) il y a 3 ans
HAL.cpp TFT Presets, Generic options, Sanity checks (#19723) il y a 3 ans
HAL.h FAST_PWM for STM32F1 (#19952) il y a 3 ans
HAL_SPI.cpp Use 0xFF (not 'ff') for byte transfer il y a 3 ans
MarlinSPI.h Standardize Marlin SPI (part 1) (#19989) il y a 3 ans
MarlinSerial.cpp Fix and improve STM32F1 serial (#19464) il y a 3 ans
MarlinSerial.h Fix and improve STM32F1 serial (#19464) il y a 3 ans
README.md Shorter paths to HAL, ExtUI (#17156) il y a 4 ans
SPI.cpp Standardize Marlin SPI (part 1) (#19989) il y a 3 ans
SPI.h Standardize Marlin SPI (part 1) (#19989) il y a 3 ans
Servo.cpp Fix links to secure sites (#18745) il y a 3 ans
Servo.h Fix links to secure sites (#18745) il y a 3 ans
SoftwareSerial.cpp Minor HAL cleanup il y a 3 ans
SoftwareSerial.h Fix links to secure sites (#18745) il y a 3 ans
build_flags.py Shorter paths to HAL, ExtUI (#17156) il y a 4 ans
eeprom_bl24cxx.cpp gcode_D EEPROM size, cleanup il y a 3 ans
eeprom_flash.cpp gcode_D EEPROM size, cleanup il y a 3 ans
eeprom_if_iic.cpp Fix wrappers on HAL/STM32F1 .cpp files (#19581) il y a 3 ans
eeprom_sdcard.cpp gcode_D EEPROM size, cleanup il y a 3 ans
eeprom_wired.cpp gcode_D EEPROM size, cleanup il y a 3 ans
endstop_interrupts.h Fix links to secure sites (#18745) il y a 3 ans
fast_pwm.cpp FAST_PWM for STM32F1 (#19952) il y a 3 ans
fastio.h Clean up comments, USB flash, NULLs il y a 3 ans
msc_sd.cpp Fix wrappers on HAL/STM32F1 .cpp files (#19581) il y a 3 ans
msc_sd.h Fix and improve STM32F1 serial (#19464) il y a 3 ans
onboard_sd.cpp Fix wrappers on HAL/STM32F1 .cpp files (#19581) il y a 3 ans
onboard_sd.h Shorter paths to HAL, ExtUI (#17156) il y a 4 ans
pinsDebug.h Fix links to secure sites (#18745) il y a 3 ans
sdio.cpp HAL and serial cleanup il y a 3 ans
sdio.h Fix links to secure sites (#18745) il y a 3 ans
spi_pins.h Clean up SPI and ST7920 defines (#19956) il y a 3 ans
timers.cpp Fix links to secure sites (#18745) il y a 3 ans
timers.h Fix links to secure sites (#18745) il y a 3 ans
watchdog.cpp Comment, spacing cleanup il y a 3 ans
watchdog.h Comment, spacing cleanup il y a 3 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