Ties Stuij
Ties Stuij
Using either the `header` or `footer` directive inside a document, you can add multi-line headers and footers. However we want our rst docs to be without extensions not in the...
Legacy documents are versions of the specs that were released before we did releases here on Github. They have a proprietary license, and were released on developer.arm.com. We're adding them...
Previously the background of the SVGs was transparent, which makes the diagrams hard to read on Github when the dark theme is enabled. This should fix https://github.com/ARM-software/abi-aa/issues/125.
Several shell.py script versions use the depreciated array.tostring() method, which has been removed in Python 3.9. I changed these instances to .tobytes(), and adjusted .ljust()'s second argument to be a...
- Starting from Verilator version 4.210, the model class is an interface object. For reaching Verilog variables internal to a module this means that we need to include an extra...
The ones that currently don't render are: aaelf32, aapcs32, aapcs64, bpabi32, clibabi32, cppabi32, sysvabi64, vfabi64. The rest of the documents do render correctly. So for example https://github.com/ARM-software/abi-aa/blob/main/aapcs64/aapcs64.rst I'm guessing it's...
It has been a while since we did a sanity check on the individual ABI documents. Lets do a review pass over them and check for things like: - internal...
It has been a while since we did a sanity check on the individual ABI documents. Lets do a review pass over them and check for things like: - internal...
It has been a while since we did a sanity check on the individual ABI documents. Lets do a review pass over them and check for things like: - internal...
It has been a while since we did a sanity check on the individual ABI documents. Lets do a review pass over them and check for things like: - internal...