@@ -71,9 +71,9 @@ graphically as “waveforms” with tools like _gtkwave_ (see below).
71
71
Documentation And Further Information
72
72
-------------------------------------
73
73
74
- * Manual / Developer Guide: https://github.com/buserror-uk/simavr/blob/master/ doc/manual/manual.pdf?raw=true
75
- * Examples: https://github.com/buserror-uk/simavr/tree/master/ examples
76
- * Mailing List: http: //groups.google.com/group /simavr
74
+ * [ Manual / Developer Guide] ( doc/manual/manual.pdf?raw=true )
75
+ * [ Examples] ( examples )
76
+ * [ Mailing List] ( https: //groups.google.com/g /simavr)
77
77
* IRC: _ #simavr_ on Freenode
78
78
79
79
Contributing
@@ -117,7 +117,7 @@ a file that will display:
117
117
simavr: sleeping with interrupts off, quitting gracefully
118
118
119
119
And when the file is loaded in gtkwave, you see:
120
- ![ gtkwave] ( https://github.com/buserror-uk/simavr/raw/master/ doc/img/gtkwave1.png)
120
+ ![ gtkwave] ( doc/img/gtkwave1.png )
121
121
122
122
You get a very precise timing breakdown of any change that you add to the trace, down
123
123
to the AVR cycle.
@@ -140,13 +140,13 @@ need to generate the proper stimulus so that the AVR is fooled.
140
140
HD44780 LCD Board Demo
141
141
----------------------
142
142
143
- ![ lcd] ( https://github.com/buserror-uk/simavr/raw/master/ doc/img/hd44780.png)
143
+ ![ lcd] ( doc/img/hd44780.png )
144
144
145
145
This example board hooks up an Atmega48 to an emulated HD44780 LCD and display a running
146
146
counter in the 'lcd'. Everything is emulated, the firmware runs exactly like this
147
147
on a real hardware.
148
148
149
- ![ lcd-gtkwave] ( https://github.com/buserror-uk/simavr/raw/master/ doc/img/hd44780-wave.png)
149
+ ![ lcd-gtkwave] ( doc/img/hd44780-wave.png )
150
150
151
151
And this is a gtkwave trace of what the firmware is doing. You can zoom in, measure, etc
152
152
in gtkwave, select traces to see etc.
0 commit comments