It is useful for applications to be able to decide when to bring MCAN into operational mode. Therefore, add the option for user to finalize the configuration into initialization mode rather than operational mode directly.
Thank you!
Thank you for your contribution.
Please make sure that your submission includes the following:
Must
[x] The code compiles without errors or warnings.
[x] All tests pass and in the best case you also added new tests.
[x] cargo +stable fmt was run.
[x] cargo +stable clippy yields no warnings.
[x] Your changes were added to the CHANGELOG.md in the proper section.
[x] You add a description of your work to this PR.
[x] You added proper docs (in code, rustdoc and README.md) for your
newly added features and code.
It is useful for applications to be able to decide when to bring MCAN into operational mode. Therefore, add the option for user to finalize the configuration into initialization mode rather than operational mode directly.
Thank you!
Thank you for your contribution. Please make sure that your submission includes the following:
Must
errors
orwarnings
.cargo +stable fmt
was run.cargo +stable clippy
yields nowarnings
.CHANGELOG.md
in the proper section.