1
I Use This!
Low Activity

Commits : Listings

Analyzed about 4 hours ago. based on code collected about 4 hours ago.
Jul 18, 2024 — Jul 18, 2025
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
Fixed broken link in README.md More... 12 months ago
It is better to use the repository field in Cargo.toml More... about 1 year ago
Fix install command in README More... about 1 year ago
Fixed formatting. More... about 1 year ago
Fixed issue in documentation. More... about 1 year ago
Update package version. More... about 1 year ago
Fixed minor version of clap in order to be compatible with Aurix Rust compiler. More... about 1 year ago
Merge remote-tracking branch 'origin/main' into 20-review-and-update-documentation-before-the-milestone-release More... about 1 year ago
Include README as lib documentation More... about 1 year ago
Add env vars to README More... about 1 year ago
Merge remote-tracking branch 'origin/main' into 20-review-and-update-documentation-before-the-milestone-release More... about 1 year ago
Fix remaining mention of PAL More... about 1 year ago
Merge remote-tracking branch 'origin/feature/unroll_csfr_clusters' into 20-review-and-update-documentation-before-the-milestone-release More... about 1 year ago
Add version information to generated crates More... about 1 year ago
Fix for the review comments, moved the functions relevant for aurix core from macros.tera to aurix.tera. More... about 1 year ago
Fix for the review comments, moved the functions relevant for aurix core from macros.tera to aurix.tera. More... about 1 year ago
Add examples to functions in generated code More... about 1 year ago
updated README.md More... about 1 year ago
Fixed bugs (forgotten commit) in tests and in documentation examples. More... about 1 year ago
Fixed bug in test aurix and changed name of svd to align with name used in examples described in documentation. More... about 1 year ago
Support unroll of clusters The cluster name has been prefixed because there are clusters with same register names, without the prefixing it would result in compilation errors E.g The Clusters TPS and FPU_TRAP have the same register name CON. Naming-Index convention followed: If Cluster has dim=1, reg =1 then <clustername>_<regname> E.g tps_extim_exit_cval for EXIT_CVAL register of TPS_EXTIM Cluster If Cluster has dim>1, reg =1 then <clustername>_<regname><clusterindex> E.g cpr_cpry_u0 for CPRy_U register of CPR[%s] Cluster If Cluster has dim=1, reg >1 then <clustername>_<regname><regindex> E.g tps_timer0 for TIMER[%s] register of TPS Cluster If Cluster has dim>1, reg >1 then <clustername>_<regname>_<clusterindex>_<regindex> (This condition not there currently for any of the clusters in the tricore svd) More... about 1 year ago
Support unroll of clusters The cluster name has been prefixed because there are clusters with same register names, without the prefixing it would result in compilation errors E.g The Clusters TPS and FPU_TRAP have the same register name CON. Naming-Index convention followed: If Cluster has dim=1, reg =1 then <clustername>_<regname> E.g tps_extim_exit_cval for EXIT_CVAL register of TPS_EXTIM Cluster If Cluster has dim>1, reg =1 then <clustername>_<regname><clusterindex> E.g cpr_cpry_u0 for CPRy_U register of CPR[%s] Cluster If Cluster has dim=1, reg >1 then <clustername>_<regname><regindex> E.g tps_timer0 for TIMER[%s] register of TPS Cluster If Cluster has dim>1, reg >1 then <clustername>_<regname>_<clusterindex>_<regindex> (This condition not there currently for any of the clusters in the tricore svd) More... about 1 year ago
Updated cargo.toml and some comments More... about 1 year ago
Improved documentation and re-factored public API for easier usage in user build.rs More... about 1 year ago
Merge remote-tracking branch 'origin/main' into 16-add-support-of-derived_from-for-peripherals More... about 1 year ago
Added suppor for inherited Peripherals. More... about 1 year ago
Added test case More... about 1 year ago
Added test case More... about 1 year ago
to fix the issue the tuple struct of peripheral,cluster has been changed to regular struct. More... about 1 year ago
to fix the issue the tuple struct of peripheral,cluster has been changed to regular struct. More... about 1 year ago