You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
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()`.
7 years ago
..
lib Module updates 8 years ago
src Fix access to the DWT peripheral for STM32 HAL (#12434) 7 years ago
Configuration.h Combine more tool-change variables (#12137) 7 years ago
Configuration_adv.h Apply extra condition to LCD_PROGRESS_BAR 7 years ago
Makefile Various fixes for MarlinUI and ExtUI (#12439) 7 years ago
Marlin.ino Marlin.ino needs no content (#9506) 7 years ago