My Marlin configs for Fabrikator Mini and CTC i3 Pro B
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.
Jason Smith 8a5c3782b8 Fix at90usb1286 build (#19687) hace 3 años
..
dogm Fix at90usb1286 build (#19687) hace 3 años
inc TFT Refactoring (#19192) hace 3 años
maple_win_usb_driver Shorter paths to HAL, ExtUI (#17156) hace 4 años
tft TFT Refactoring (#19192) hace 3 años
HAL.cpp Trailing whitespace hace 3 años
HAL.h Support for Debug Codes - Dnnn (#19225) hace 3 años
HAL_SPI.cpp Use 0xFF (not 'ff') for byte transfer hace 3 años
MarlinSerial.cpp Fix and improve STM32F1 serial (#19464) hace 3 años
MarlinSerial.h Fix and improve STM32F1 serial (#19464) hace 3 años
README.md Shorter paths to HAL, ExtUI (#17156) hace 4 años
SPI.cpp Fix STM32F1 SPI device init, MKS_LCD12864 (#19271) hace 3 años
SPI.h SPI Emulated DOGM (like FSMC_GRAPHICAL_TFT, but SPI) (#18817) hace 3 años
Servo.cpp Fix links to secure sites (#18745) hace 3 años
Servo.h Fix links to secure sites (#18745) hace 3 años
SoftwareSerial.cpp Minor HAL cleanup hace 3 años
SoftwareSerial.h Fix links to secure sites (#18745) hace 3 años
build_flags.py Shorter paths to HAL, ExtUI (#17156) hace 4 años
eeprom_bl24cxx.cpp Fix wrappers on HAL/STM32F1 .cpp files (#19581) hace 3 años
eeprom_flash.cpp Fix links to secure sites (#18745) hace 3 años
eeprom_if_iic.cpp Fix wrappers on HAL/STM32F1 .cpp files (#19581) hace 3 años
eeprom_sdcard.cpp Fix links to secure sites (#18745) hace 3 años
eeprom_wired.cpp Fix wrappers on HAL/STM32F1 .cpp files (#19581) hace 3 años
endstop_interrupts.h Fix links to secure sites (#18745) hace 3 años
fastio.h Fix links to secure sites (#18745) hace 3 años
msc_sd.cpp Fix wrappers on HAL/STM32F1 .cpp files (#19581) hace 3 años
msc_sd.h Fix and improve STM32F1 serial (#19464) hace 3 años
onboard_sd.cpp Fix wrappers on HAL/STM32F1 .cpp files (#19581) hace 3 años
onboard_sd.h Shorter paths to HAL, ExtUI (#17156) hace 4 años
pinsDebug.h Fix links to secure sites (#18745) hace 3 años
sdio.cpp HAL and serial cleanup hace 3 años
sdio.h Fix links to secure sites (#18745) hace 3 años
spi_pins.h Fix links to secure sites (#18745) hace 3 años
timers.cpp Fix links to secure sites (#18745) hace 3 años
timers.h Fix links to secure sites (#18745) hace 3 años
watchdog.cpp Option to prevent (extra) Watchdog init on STM32 (#19693) hace 3 años
watchdog.h Fix links to secure sites (#18745) hace 3 años

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