-
Notifications
You must be signed in to change notification settings - Fork 211
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 our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Tracking issue to reduce boilerplate #2010
Comments
Would it make sense to also initialize and return the io driver by default in Regardless, great work on these simplifications - love to see it. |
^ a good thing to keep in mind, although we deliberately don't initialize any peripherals at this point. |
I think we should think about closing this. It's been great to track the "obviously" good choices (the |
I suppose I'll mark the last DMA PR to close this :) |
The goal of this issue is to lower the amount of code the users need to write for no good reason.
esp-hal
#2070PcntSource
#2134rom_functions.x
to the linker scripts #2339new_..._async
constructors #2321new_with_config
constructors where possible #2389Io
#2508Feel free to share your pain point if you have any!
The text was updated successfully, but these errors were encountered: