Marlin_Firmware/Marlin/src/HAL
Nils Hasenbanck f9299c4461 Make timer definition in pin files for STM32 possible (#12874)
RemRam needs to redefine a particular timer to work correctly. The HAL did foresee this possibility and checks if the timer was already defined for either the stepper or temperature timer.

Prior to this commit the header file for the timers couldn't see those definitions in the pin file, but this commit will fix this.

Tested on an actual hardware to verify. (It wouldn't boot without it.)
2019-01-12 14:40:49 -06:00
..
HAL_AVR Simpler AVR + Trinamic + Soft Serial sanity-check (#12606) 2018-12-08 23:34:26 -06:00
HAL_DUE Improve menu pause / resume (#12876) 2019-01-11 20:42:11 -06:00
HAL_ESP32 Apply #pragma once, misc cleanup (#12322) 2018-11-04 02:25:55 -06:00
HAL_LPC1768 Improve menu pause / resume (#12876) 2019-01-11 20:42:11 -06:00
HAL_STM32 Make timer definition in pin files for STM32 possible (#12874) 2019-01-12 14:40:49 -06:00
HAL_STM32F1 Improve menu pause / resume (#12876) 2019-01-11 20:42:11 -06:00
HAL_STM32F4 Don't include STM32 Core code when compiling STM32 Generic (#12575) 2018-12-03 06:55:49 -06:00
HAL_STM32F7 Tweaks to TMC26XStepper 2019-01-11 19:42:34 -06:00
HAL_TEENSY31_32 A single SERIAL_ECHO macro type (#12557) 2018-11-29 16:58:58 -06:00
HAL_TEENSY35_36 A single SERIAL_ECHO macro type (#12557) 2018-11-29 16:58:58 -06:00
shared A single SERIAL_ECHO macro type (#12557) 2018-11-29 16:58:58 -06:00
platforms.h Apply #pragma once, misc cleanup (#12322) 2018-11-04 02:25:55 -06:00