Firmware2/Marlin/src/HAL/HAL_STM32F1
2019-05-09 00:33:38 -05:00
..
endstop_interrupts.h Update copyright in headers 2019-02-12 15:30:11 -06:00
fastio_STM32F1.h Replace digitalPinHasPWM with HAS_TIMER (#13520) 2019-03-29 12:21:14 -05:00
HAL_sdio_STM32F1.cpp Fix compilation error for MKS Robin (#13506) 2019-03-29 12:40:24 -05:00
HAL_sdio_STM32F1.h Use Arduino.h include wrapper (#13877) 2019-05-02 00:45:50 -05:00
HAL_Servo_STM32F1.cpp Update copyright in headers 2019-02-12 15:30:11 -06:00
HAL_Servo_STM32F1.h Update copyright in headers 2019-02-12 15:30:11 -06:00
HAL_spi_STM32F1.cpp Update copyright in headers 2019-02-12 15:30:11 -06:00
HAL_timers_STM32F1.cpp Update copyright in headers 2019-02-12 15:30:11 -06:00
HAL_timers_STM32F1.h Make HAL ISR macros function-like 2019-03-10 20:44:27 -05:00
HAL.cpp STM32: ADC warning fix (#13933) 2019-05-09 00:33:38 -05:00
HAL.h STM32: Fix Marduino SBI/CBI redefine (#13912) 2019-05-05 22:06:30 -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 Fix STM32F1 SD-based EEPROM emulation (#13475) 2019-03-24 20:07:31 -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 Update copyright in headers 2019-02-12 15:30:11 -06:00
STM32F1_flag_script.py Add support for Mks Robin TFT display (#12706) 2019-01-03 10:38:39 -06:00
u8g_com_stm32duino_fsmc.cpp Fix compilation error for MKS Robin (#13506) 2019-03-29 12:40:24 -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