Fix missing reset on Kinetis devices. Unify reset behavior.#25959
Fix missing reset on Kinetis devices. Unify reset behavior.#25959hydra wants to merge 2 commits intoqmk:masterfrom
Conversation
* fixing resetting not working on the Ergodox Infinity.
* reset delegated to the main task. * user code from `pre_mcu_reset_user` is executed before a reset.
|
Per the PR checklist:
The bootloader changes must be submitted separately to the core changes, and the core changes must target develop. |
okey doke, sigh, I'll go jump through some hoops and will link this PR to new ones as appropriate. May I suggest changing the default branch to develop for PRs, this would cut-down on the amount of first-time contributor overhead. |
|
New PRs targetting
|
Description
As per the title.
Additionally, with regard to the unification of reset behavior. I've taken similar approaches in other firmware that I'm a maintainer or author of, it allows graceful shutdown in a single place.
Types of Changes
Issues Fixed or Closed by This PR
Maybe some, not searched for them, however #19420 is partially fixed by this, but also needs fixes from chibios-control to be fully fixed, see: ChibiOS/ChibiOS-Contrib#432
Checklist