1
0
mirror of https://github.com/MarlinFirmware/Marlin.git synced 2024-12-14 14:31:33 +00:00
MarlinFirmware/Marlin/src/HAL/HAL_STM32F1
2019-08-02 06:18:36 -05:00
..
dogm JGAurora A5S & A1 touch support (#14768) 2019-07-30 17:08:11 -05:00
inc HAL folder organization (#14763) 2019-07-28 23:55:24 -05:00
endstop_interrupts.h Tweaky change from (C) to (c) 2019-06-27 23:58:16 -05:00
fastio_STM32F1.h Define STM32F1 GPIO for the preprocessor (#14785) 2019-07-30 18:58:03 -05:00
HAL_sdio_STM32F1.cpp JGAurora A5S & A1 touch support (#14768) 2019-07-30 17:08:11 -05:00
HAL_sdio_STM32F1.h HAL folder organization (#14763) 2019-07-28 23:55:24 -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 Fix SPI comments, clean up U20 pins (#14700) 2019-07-21 20:23:41 -05:00
HAL_timers_STM32F1.cpp JGAurora A5S & A1 touch support (#14768) 2019-07-30 17:08:11 -05:00
HAL_timers_STM32F1.h Clean up section comments 2019-07-09 22:34:21 -05:00
HAL.cpp STM32F1 SPI1 bugfix (#14679) 2019-07-20 20:35:41 -05:00
HAL.h Move vsnprintf_P to Marduino.h 2019-07-10 07:07:04 -05:00
persistent_store_eeprom.cpp Bring STM32F4/F7 together 2019-07-10 07:07:04 -05:00
persistent_store_flash.cpp Tweaky change from (C) to (c) 2019-06-27 23:58:16 -05:00
persistent_store_sdcard.cpp HAL_STM32F1_EEPROM_SIZE => HAL_EEPROM_SIZE 2019-08-02 06:18:36 -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
spi_pins.h Tweaky change from (C) to (c) 2019-06-27 23:58:16 -05:00
STM32F1_flag_script.py Fix a few recent (STM32F1 DOGM, SPI) warnings (#14669) 2019-07-20 01:54:01 -05:00
watchdog_STM32F1.cpp Tweaks to STM32 headers 2019-07-10 07:07:04 -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