We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Currently the svd2rust code generator generates an absolutely enormous 300kloc lib.rs for the imxrt series chips.
The teensy4rs authors manually split the generated code up into crates to solves this. There is an rfc to allow svd2rust to generate workspaces
rust-embedded/wg#338
This would solve the problem of very long compile times for the PAC crates that get generated here.
The text was updated successfully, but these errors were encountered:
Looking into generated code similar to https://github.com/adamgreig/stm32ral and finding the results quite nice, as it only takes 2-3s to compile rather than 6min+
Sorry, something went wrong.
No branches or pull requests
Currently the svd2rust code generator generates an absolutely enormous 300kloc lib.rs for the imxrt series chips.
The teensy4rs authors manually split the generated code up into crates to solves this. There is an rfc to allow svd2rust to generate workspaces
rust-embedded/wg#338
This would solve the problem of very long compile times for the PAC crates that get generated here.
The text was updated successfully, but these errors were encountered: