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
Nils Hasenbanck 5a4fd8e0a6 Fix access to the DWT peripheral for STM32 HAL (#12434)
Access to the DWT peripheral for the `CYCCNT` register needs to happen before `main()`. The code needs to be called after the setup of the system clocks, so the right place is between the `premain()` and `main()` function of the STM32 Arduino core.

This patch moves the DWT access code to a new function, which is then placed between `premain()` and `main()`.
2018-11-18 01:30:46 -06:00
..
lib Module updates 2017-09-21 16:26:42 -05:00
src Fix access to the DWT peripheral for STM32 HAL (#12434) 2018-11-18 01:30:46 -06:00
Configuration.h Combine more tool-change variables (#12137) 2018-11-06 22:22:20 -06:00
Configuration_adv.h Apply extra condition to LCD_PROGRESS_BAR 2018-11-11 08:36:10 -06:00
Makefile Various fixes for MarlinUI and ExtUI (#12439) 2018-11-17 22:21:44 -06:00
Marlin.ino Marlin.ino needs no content (#9506) 2018-02-06 02:28:18 -06:00