Closed ThomasLeyk closed 6 years ago
I've fixed the mistakes and tried to add some more details. Is the diagram OK this way or should it also contain more details?
I've amended the commit to include the requested changes.
I've fixed some of the smaller mistakes, but im not sure if the specifications of the UART are detailed enough.
I've looked at the html version of the doc and it looks good to me now. I couldn't manage to get 'make latexpdf' to work properly so i don't know about that.
I couldn't manage to get 'make latexpdf' to work properly so i don't know about that.
What errors did you encounter?
A couple warnings like "a suitable image for latex builder not found", for old & new rst files.
Then LaTeX can't find a couple of files (01_overview/getting_started/img/overviewexample*) so i have to manually continue the build process.
At some point Latexmk decides to abort the build process, so im pretty sure it doesn't even get to any of the files under src/02_spec.
Please open an issue in this repository and attach the exact error log to get this fixed.
Unfortunately not, i used wavedrom.com to create them and then just used some online PNG->SVG converter. What program could i use to create timing diagrams in the SVG format?
Wavedrom can export images as SVG directly. If you want to further edit SVG files you can use Inkscape.
I've added real SVG versions of the timing diagrams now.
Please also fix the table width settings (please see my in-code comments), and then this is ready to go.
Done.
This is now merged and should show up on https://opensocdebug.readthedocs.org in a couple of minutes. Thanks @ThomasLeyk for following through with this PR and getting it ready for being merged!
fixes #19