svdtools
svdtools copied to clipboard
Python package to handle vendor-supplied, often buggy SVD files.
or maybe `_var` keyword? The main idea of this PR is to make it possible to declare string variables, which are visible down in rule tree. Same time some variables...
The official guideline for Rust project was originally not to commit the Cargo.lock for libraries. However, this has been recently revised to ensure all developers in a project work in...
related to https://github.com/rust-embedded/svdtools/pull/176#issuecomment-1806740554
Move and improve the documentation from stm32-rs.
to print SVD information and statistics
to derive them
Option for `svdtools convert` to replace all local derive paths with full paths in register tree. Related to https://github.com/stm32-rs/stm32-rs/issues/825
I'm using `dimArrayIndex` to simplify access to array elements (register arrays). The element has been introduced with SVD version 1.3.2 and is not supported by `svdtools`. On the one hand,...
Hello! The current state of the tool is very limited. Can you add regex to it?
So, I know this is *mostly* used to patch vendor-shipped svd files, but as prior issues have stated, I've been using this to write svd's for cortex-a socs in yaml...