-
Notifications
You must be signed in to change notification settings - Fork 55
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
reenable cmsis tests #219
base: master
Are you sure you want to change the base?
reenable cmsis tests #219
Conversation
I'm not sure I understand, how does the submodule block this? |
It freezes on |
Interesting! Definitely something funky happening
|
I can't get any submodule command to work on the Try, svd-parser = {git = "https://github.com/emilgardis/svd", branch = "master-cmsis-updated"} |
This would probably also present itself in ci if we did checkout as
|
Now it loads |
we could make it so that the submodule is not checked out with cargo, see rust-lang/cargo#10717, pushed those changes to my branch, results in
|
Done:
include_str
replaced with reading from file due to big RAM usage at compile time.Todo:
SiliconLabs
dir too big and passes tests. Should be blacklisted.cc @Emilgardis