You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When generating documentation for generated PAL I get: warning: unclosed HTML tag K --> src\srss\res_cause2.rs:47:5 | 47 | #[doc = "Bits 0:15 - Clock supervision logic requested a reset due to loss or frequency violation of a high-frequency clock. Each bit index K corresponds to a HFCLK<K>. Unimplemented clock bits return zero."]
The reason is clearly are the angle brackets. Looking at CMSIS specs nothing forbid to use angle brackets. Moreover the generated documentation has bad formatting due to embedded tag.
I expect that svd2rust escapes this kind of characters.
svd2rust version 0.28.0
In attachment one of SVD files that triggers the issue. cyt2b9.zip
The text was updated successfully, but these errors were encountered:
When generating documentation for generated PAL I get:
warning: unclosed HTML tag
K--> src\srss\res_cause2.rs:47:5 | 47 | #[doc = "Bits 0:15 - Clock supervision logic requested a reset due to loss or frequency violation of a high-frequency clock. Each bit index K corresponds to a HFCLK<K>. Unimplemented clock bits return zero."]
The reason is clearly are the angle brackets. Looking at CMSIS specs nothing forbid to use angle brackets. Moreover the generated documentation has bad formatting due to embedded tag.
I expect that svd2rust escapes this kind of characters.
svd2rust version 0.28.0
In attachment one of SVD files that triggers the issue.
cyt2b9.zip
The text was updated successfully, but these errors were encountered: