Vincent Dary
Vincent Dary
According to the official CMSIS-SVD XML file format description this is possible to have multiple `AddressBlock` in the peripheral description. This seem logical since a peripheral can have multiple reserved...
This pull request proposes a new version (1.0) of the cmsis-svd Python package with the following improvements. Note that this new version introduces a new cmsis-svd Python model which breaks...
Hello, I propose this fix to support title numbering of html title tag containing attributs. Actually there is weak parsing which does not handle this case, see the following [section_number/section_number.py#L12](https://github.com/getpelican/pelican-plugins/blob/master/section_number/section_number.py#L12)....
Hello, I suggest the following PR in order to use the official FreeRTOS source code as a git submodule rather than a partial copy of the source code in the...
I wanted to reproduce the example in [Using the CLI](https://github.com/seemoo-lab/polypyus#using-the-cli) but I found the following bug in `prepare_graph()`. The little patch proposed in the pull request solve the issue. ```text...