My Marlin configs for Fabrikator Mini and CTC i3 Pro B
Nevar pievienot vairāk kā 25 tēmas Tēmai ir jāsākas ar burtu vai ciparu, tā var saturēt domu zīmes ('-') un var būt līdz 35 simboliem gara.
Scott Lahteine de462f2b8a Revert "Sort out settings.load with SD EEPROM emulation (#14458)" 6 gadus atpakaļ
..
HAL.cpp Tweaky change from (C) to (c) 6 gadus atpakaļ
HAL.h Tweaky change from (C) to (c) 6 gadus atpakaļ
HAL_Servo_STM32F1.cpp Tweaky change from (C) to (c) 6 gadus atpakaļ
HAL_Servo_STM32F1.h Tweaky change from (C) to (c) 6 gadus atpakaļ
HAL_sdio_STM32F1.cpp Tweaky change from (C) to (c) 6 gadus atpakaļ
HAL_sdio_STM32F1.h Tweaky change from (C) to (c) 6 gadus atpakaļ
HAL_spi_STM32F1.cpp Tweaky change from (C) to (c) 6 gadus atpakaļ
HAL_timers_STM32F1.cpp Fix STM32F1 motor shocks (stepper timer issue) (#14030) 6 gadus atpakaļ
HAL_timers_STM32F1.h Fix STM32F1 motor shocks (stepper timer issue) (#14030) 6 gadus atpakaļ
README.md Up-to-date STM32F1 README (#14386) 6 gadus atpakaļ
STM32F1_flag_script.py STM32F1: C++14 for static_assert, etc. (#14278) 6 gadus atpakaļ
SanityCheck.h Tweaky change from (C) to (c) 6 gadus atpakaļ
endstop_interrupts.h Tweaky change from (C) to (c) 6 gadus atpakaļ
fastio_STM32F1.h Remove unused WRITE_VAR, etc. (#14493) 6 gadus atpakaļ
persistent_store_eeprom.cpp Tweaky change from (C) to (c) 6 gadus atpakaļ
persistent_store_flash.cpp Tweaky change from (C) to (c) 6 gadus atpakaļ
persistent_store_sdcard.cpp Revert "Sort out settings.load with SD EEPROM emulation (#14458)" 6 gadus atpakaļ
pinsDebug.h Tweaky change from (C) to (c) 6 gadus atpakaļ
spi_pins.h Tweaky change from (C) to (c) 6 gadus atpakaļ
u8g_com_stm32duino_fsmc.cpp Tweaky change from (C) to (c) 6 gadus atpakaļ
u8g_com_stm32duino_swspi.cpp Tweaky change from (C) to (c) 6 gadus atpakaļ
watchdog_STM32F1.cpp Tweaky change from (C) to (c) 6 gadus atpakaļ
watchdog_STM32F1.h Tweaky change from (C) to (c) 6 gadus atpakaļ

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