Firmware2/Marlin/src/HAL/HAL_STM32F1
2019-06-15 18:12:05 -05:00
..
endstop_interrupts.h Update copyright in headers 2019-02-12 15:30:11 -06:00
fastio_STM32F1.h Fix bug in STM32F1 WRITE macro (#14275) 2019-06-12 06:30:24 -05:00
HAL_sdio_STM32F1.cpp STM32F1: STM32_HIGH_DENSITY is auto defined in HAL (#14057) 2019-05-18 20:45:22 -05:00
HAL_sdio_STM32F1.h Use Arduino.h include wrapper (#13877) 2019-05-02 00:45:50 -05:00
HAL_Servo_STM32F1.cpp STM32F1: Servo "soft" PWM via timer interrupt (#14187) 2019-06-07 07:11:48 -05:00
HAL_Servo_STM32F1.h STM32F1: Servo "soft" PWM via timer interrupt (#14187) 2019-06-07 07:11:48 -05:00
HAL_spi_STM32F1.cpp Fix SPI, SD for BIGTREETECH SKR Mini (#14287) 2019-06-15 18:12:05 -05:00
HAL_timers_STM32F1.cpp Fix STM32 timer warnings (#13946) 2019-05-10 20:00:21 -05:00
HAL_timers_STM32F1.h Make HAL ISR macros function-like 2019-03-10 20:44:27 -05:00
HAL.cpp Use C++ language supported 'nullptr' (#13944) 2019-05-09 11:45:55 -05:00
HAL.h Clean up HALs / FastIO (#14082) 2019-05-21 18:28:12 -05:00
persistent_store_eeprom.cpp Add SPI EEPROM to STM32F1 (#14239) 2019-06-10 23:30:23 -05:00
persistent_store_flash.cpp Handle word-padded flash-based eeprom (STM32F1) 2019-03-24 19:14:04 -05:00
persistent_store_sdcard.cpp Add SPI EEPROM to STM32F1 (#14239) 2019-06-10 23:30:23 -05:00
pinsDebug.h Use a macro for HAL header redirection (#10380) 2018-04-12 20:25:08 -05:00
README.md Change Marlin debug flag names to fix conflicts (#12340) 2018-11-05 22:48:28 -06:00
SanityCheck.h SPINDLE_LASER_ENABLE => SPINDLE_LASER_ENA 2019-04-08 18:13:41 -05:00
spi_pins.h Fix SPI, SD for BIGTREETECH SKR Mini (#14287) 2019-06-15 18:12:05 -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 STM32F1: FSMC only on chips with 100/144 pins (#14180) 2019-05-30 15:51:02 -05:00
watchdog_STM32F1.cpp Update copyright in headers 2019-02-12 15:30:11 -06:00
watchdog_STM32F1.h Update copyright in headers 2019-02-12 15:30:11 -06:00

This HAL is for STM32F103 boards used with libmaple/stm32duino Arduino core.

This HAL is in development. Currently has been tested in Malyan M200 (103CBT6), Chitu 3d (103ZET6), and custom boards(103VET6).

The stm32 core needs a modification in the file util.h to avoid conflict with Marlin macros for Debug.

Since only 1 file needs change in the stm32duino core, it's preferable over making changes to Marlin.

After these lines: <> #else #define ASSERT_FAULT(exp) (void)((0)) #endif <>

Main developers:

Victorpv xC000005

Most up to date repository for this HAL:

https://github.com/victorpv/Marlin/tree/bugfix-2.0.x

PRs should only be sent to Marlin bugfix-2.0.x branch once tested in printing so not to introduce new bugs. For testing/dev, you can submit to the above branch