- Notifications
You must be signed in to change notification settings - Fork13.3k
Pull GPIO initialization into its own 'weak' function.#7044
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to ourterms of service andprivacy statement. We’ll occasionally send you account related emails.
Already on GitHub?Sign in to your account
Conversation
By pulling GPIO init into its own weak function, it can be overridden by the user. This is important in cases when GPIOs should not toggle during reboot, exceptions or other crashes.Fixes#7041.
d-a-v commentedMar 18, 2020
@everslick |
everslick commentedMar 19, 2020 • edited
Loading Uh oh!
There was an error while loading.Please reload this page.
edited
Uh oh!
There was an error while loading.Please reload this page.
I think it is only the missing prototype Unfortunately I'm not at my workstation for at least 3 days. I just added the missing line to patch-4 and made a new PR. Lets see if the CI build succeeds now.... |
everslick commentedMar 19, 2020
Looks good! :-) |
By pulling GPIO init into its own weak function, it can be overridden by the user. This is important in cases when GPIOs should not toggle during reboot, exceptions or other crashes.Fixes#7041.