This repository has been archived on 2022-01-28. You can view files and clone it, but cannot push or open issues or pull requests.
Marlin-Artillery-M600/Marlin/src/HAL/HAL_STM32F1
2019-03-10 19:09:28 -05:00
..
binary.h Use lib include for bit_constants.h 2019-03-10 19:09:28 -05:00
endstop_interrupts.h Update copyright in headers 2019-02-12 15:30:11 -06:00
fastio_STM32F1.h Fix "spontaneous heating" issue (WRITE bug) on STM32 (#13356) 2019-03-10 17:25:54 -05:00
HAL.cpp Fix STM32F1 Serial and ADC pins (#13331) 2019-03-08 02:21:32 -06:00
HAL.h Fix STM32F1 Serial and ADC pins (#13331) 2019-03-08 02:21:32 -06:00
HAL_sdio_STM32F1.cpp Update copyright in headers 2019-02-12 15:30:11 -06:00
HAL_sdio_STM32F1.h Update copyright in headers 2019-02-12 15:30:11 -06: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 Update copyright in headers 2019-02-12 15:30:11 -06:00
persistent_store_flash.cpp Update copyright in headers 2019-02-12 15:30:11 -06:00
persistent_store_sdcard.cpp Hide freeMemory et.al. warnings 2019-02-26 18:03:00 -06: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 Update copyright in headers 2019-02-12 15:30:11 -06: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 Coding standards 2019-02-19 14:58:39 -06: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