reshuffle svd section
Signed-off-by: Sean Cross <sean@xobs.io>
This commit is contained in:
parent
7b8e6ccf41
commit
91387f1de0
34
index.html
34
index.html
@ -136,15 +136,6 @@
|
|||||||
<li>Peripherals can be written and loaded at runtime</li>
|
<li>Peripherals can be written and loaded at runtime</li>
|
||||||
</ul>
|
</ul>
|
||||||
</section>
|
</section>
|
||||||
<section>
|
|
||||||
<h2>SVD Files Are Your Friend</h2>
|
|
||||||
<!-- <ul>
|
|
||||||
<li>Your chip probably comes with a SVD file</li>
|
|
||||||
<li>This gives a map of RAM and peripherals</li>
|
|
||||||
<li>Renode can parse this and use it for logging / defaults</li>
|
|
||||||
</ul> -->
|
|
||||||
<img data-src="img/svd-files.png">
|
|
||||||
</section>
|
|
||||||
<section>
|
<section>
|
||||||
<h2>Networks in Renode</h2>
|
<h2>Networks in Renode</h2>
|
||||||
<ul>
|
<ul>
|
||||||
@ -159,12 +150,12 @@
|
|||||||
<section>
|
<section>
|
||||||
<h2>Other Goodies</h2>
|
<h2>Other Goodies</h2>
|
||||||
<ul>
|
<ul>
|
||||||
<li>LCD monitor with touchscreen support</li>
|
<li>Video output with touchscreen support</li>
|
||||||
<li>Python interpreter for quick hacks</li>
|
<li>Python interpreter for quick hacks</li>
|
||||||
<li>Attach GDB to any CPU core</li>
|
<li>Networked serial port</li>
|
||||||
<li>Attach a serial port to a network connection</li>
|
<li>GDB server for each core</li>
|
||||||
<li>Scriptable with Robot framework</li>
|
<li>Function call logging</li>
|
||||||
<li>Log function calls</li>
|
<li>Robot framework scripting</li>
|
||||||
</ul>
|
</ul>
|
||||||
</section>
|
</section>
|
||||||
<section>
|
<section>
|
||||||
@ -213,8 +204,8 @@
|
|||||||
<section>
|
<section>
|
||||||
<h2>Emulating it With Renode</h2>
|
<h2>Emulating it With Renode</h2>
|
||||||
<ul>
|
<ul>
|
||||||
<li>Good enough to develop the OS!</li>
|
<li>Can develop the OS!</li>
|
||||||
<li>Good enough to catch bugs</li>
|
<li>Good enough to catch hardware bugs</li>
|
||||||
</ul>
|
</ul>
|
||||||
</section>
|
</section>
|
||||||
<section data-transition="slide-in fade-out">
|
<section data-transition="slide-in fade-out">
|
||||||
@ -230,6 +221,8 @@
|
|||||||
<h1>Demonstration!</h1>
|
<h1>Demonstration!</h1>
|
||||||
</section>
|
</section>
|
||||||
</section>
|
</section>
|
||||||
|
</section>
|
||||||
|
<section>
|
||||||
<section>
|
<section>
|
||||||
<h2>Getting Started with Renode</h2>
|
<h2>Getting Started with Renode</h2>
|
||||||
<ol>
|
<ol>
|
||||||
@ -346,6 +339,15 @@ namespace Antmicro.Renode.Peripherals.UART {
|
|||||||
<section>
|
<section>
|
||||||
<img data-src="img/esp32s3-uart.png">
|
<img data-src="img/esp32s3-uart.png">
|
||||||
</section>
|
</section>
|
||||||
|
<section>
|
||||||
|
<h2>SVD Files Are Your Friend</h2>
|
||||||
|
<!-- <ul>
|
||||||
|
<li>Your chip probably comes with a SVD file</li>
|
||||||
|
<li>This gives a map of RAM and peripherals</li>
|
||||||
|
<li>Renode can parse this and use it for logging / defaults</li>
|
||||||
|
</ul> -->
|
||||||
|
<img data-src="img/svd-files.png">
|
||||||
|
</section>
|
||||||
<section>
|
<section>
|
||||||
<h2>Load SVD file</h2>
|
<h2>Load SVD file</h2>
|
||||||
<pre><code>sysbus:
|
<pre><code>sysbus:
|
||||||
|
Loading…
Reference in New Issue
Block a user