Firmware2/Marlin/src/HAL/HAL_STM32F1
2019-07-09 21:32:13 -05:00
..
endstop_interrupts.h Tweaky change from (C) to (c) 2019-06-27 23:58:16 -05:00
fastio_STM32F1.h Remove unused WRITE_VAR, etc. (#14493) 2019-07-03 17:52:30 -05:00
HAL_sdio_STM32F1.cpp HAL include and other adjustments (#14525) 2019-07-08 23:42:29 -05:00
HAL_sdio_STM32F1.h Tweaky change from (C) to (c) 2019-06-27 23:58:16 -05:00
HAL_Servo_STM32F1.cpp Tweaky change from (C) to (c) 2019-06-27 23:58:16 -05:00
HAL_Servo_STM32F1.h Tweaky change from (C) to (c) 2019-06-27 23:58:16 -05:00
HAL_spi_STM32F1.cpp Tweaky change from (C) to (c) 2019-06-27 23:58:16 -05:00
HAL_timers_STM32F1.cpp Fix MIN/MAX function collision with macros 2019-07-05 18:14:02 -05:00
HAL_timers_STM32F1.h Fix STM32F1 motor shocks (stepper timer issue) (#14030) 2019-06-29 04:39:38 -05:00
HAL.cpp STM32F1: ignore output check for analogWrite() (#14498) 2019-07-05 21:13:32 -05:00
HAL.h Tweaky change from (C) to (c) 2019-06-27 23:58:16 -05:00
persistent_store_eeprom.cpp Tweaky change from (C) to (c) 2019-06-27 23:58:16 -05:00
persistent_store_flash.cpp Tweaky change from (C) to (c) 2019-06-27 23:58:16 -05:00
persistent_store_sdcard.cpp Get E2END from pins, fix Linux buffer 2019-07-09 21:32:13 -05:00
pinsDebug.h Pins Debugging for STM32 — NEEDS TESTING (#14309) 2019-07-05 22:08:06 -05:00
README.md Up-to-date STM32F1 README (#14386) 2019-06-24 03:44:26 -05:00
SanityCheck.h Add include guards to some headers 2019-07-05 04:02:08 -05:00
spi_pins.h Tweaky change from (C) to (c) 2019-06-27 23:58:16 -05:00
STM32F1_flag_script.py STM32F1: C++14 for static_assert, etc. (#14278) 2019-06-12 18:44:32 -05:00
u8g_com_stm32duino_fsmc.cpp Tweaky change from (C) to (c) 2019-06-27 23:58:16 -05:00
u8g_com_stm32duino_swspi.cpp Tweaky change from (C) to (c) 2019-06-27 23:58:16 -05:00
watchdog_STM32F1.cpp Tweaky change from (C) to (c) 2019-06-27 23:58:16 -05:00
watchdog_STM32F1.h Tweaky change from (C) to (c) 2019-06-27 23:58:16 -05:00

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