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.
Scott Lahteine d7d80418ae
Singleton for cutting tools (#14429)
5 years ago
..
HAL.cpp STM32F1: M43 PINS_DEBUGGING (#14072) 5 years ago
HAL.h Init servo pins in HAL_init (#14425) 5 years ago
HAL_Servo_STM32F1.cpp Fix PLR/M43 warnings (#14333) 5 years ago
HAL_Servo_STM32F1.h STM32F1: Servo "soft" PWM via timer interrupt (#14187) 5 years ago
HAL_sdio_STM32F1.cpp STM32F1: various small changes 5 years ago
HAL_sdio_STM32F1.h Use Arduino.h include wrapper (#13877) 5 years ago
HAL_spi_STM32F1.cpp STM32F1: Don't toggle EEPROM SPI SS (#14299) 5 years ago
HAL_timers_STM32F1.cpp Fix STM32 timer warnings (#13946) 5 years ago
HAL_timers_STM32F1.h Fysetc AIO II / Cheetah STM32F1 (#14407) 5 years ago
README.md Up-to-date STM32F1 README (#14386) 5 years ago
STM32F1_flag_script.py STM32F1: C++14 for static_assert, etc. (#14278) 5 years ago
SanityCheck.h Singleton for cutting tools (#14429) 5 years ago
endstop_interrupts.h Update copyright in headers 5 years ago
fastio_STM32F1.h Fix bug in STM32F1 WRITE macro (#14275) 5 years ago
persistent_store_eeprom.cpp Add SPI EEPROM to STM32F1 (#14239) 5 years ago
persistent_store_flash.cpp Handle word-padded flash-based eeprom (STM32F1) 5 years ago
persistent_store_sdcard.cpp Add SPI EEPROM to STM32F1 (#14239) 5 years ago
pinsDebug.h STM32F1: M43 PINS_DEBUGGING (#14072) 5 years ago
spi_pins.h Fix SPI_SD Outside of HAL_STM32F1 (#14306) 5 years ago
u8g_com_stm32duino_fsmc.cpp STM32F1: various small changes 5 years ago
u8g_com_stm32duino_swspi.cpp SKRmini followup - Fysetc config updates (#14327) 5 years ago
watchdog_STM32F1.cpp STM32F1: various small changes 5 years ago
watchdog_STM32F1.h Update copyright in headers 5 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