-
Notifications
You must be signed in to change notification settings - Fork 5
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
Support & build test no_std/alloc
#38
Comments
pinkforest
changed the title
Build test
Support & build test Mar 15, 2024
no_std
in CIno_std + alloc
in CI
pinkforest
changed the title
Support & build test
Support & build test Mar 15, 2024
no_std + alloc
in CIno_std/alloc
You need to disable default features for |
Awesome thanks - how did I miss that 😪 now need to chase and fix |
PR up for minimizing + feature mapping of dependencies |
This was referenced Mar 16, 2024
Looks like this was done in: |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
There are some dependencies that need to be checked for no_std to be supported
cargo build --target thumbv7em-none-eabi --release --no-default-features --features alloc
EDIT: It seems getrandom creeps from somewhere 👀 tracing up in #28
Too tired but one of them is bringing it...
The text was updated successfully, but these errors were encountered: