-
Notifications
You must be signed in to change notification settings - Fork 111
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
Add support for no_std environments #360
Comments
From alex in those PRs
I'm not too sure what all alex's concern was in maintaining no_std alloc support. I would prefer we wait on re-evaluating this until after #340 so we have a better idea of what the landscape will be (e.g. dependencies that need updating) |
So, do you have a better idea of the landscape now? :) |
We likely will never support Stepping through this...
My main remaining concern is any of the maintenance pain in dealing with this. With |
I think this is really needed |
We rely on |
In the past I've written a bootloader which uses TOML as the format for the configuration file format.
The UEFI targets (
i686-unknown-uefi
andx86_64-unknown-uefi
) providecore
andalloc
(among others), but they currently don't provide fullstd
support.toml-rs/toml-rs#391 and toml-rs/toml-rs#429 added support for those environments for the old
toml-rs
crate (thought they were never merged). I'd be nice to have support here.The text was updated successfully, but these errors were encountered: