index: add more slides

Signed-off-by: Sean Cross <sean@xobs.io>
This commit is contained in:
Sean Cross 2022-03-29 16:15:55 +08:00
parent b45f2455fd
commit 6463e42057
1 changed files with 65 additions and 2 deletions

View File

@ -154,7 +154,70 @@
</ul>
</section>
</section>
<section>Slide 2</section>
<section>
<section>
<h2>What makes hardware "Weird"?</h2>
<ul>
<li>Unusual CPU architecture</li>
<li>Different model of chip than commonly found</li>
<li>Additional hardware</li>
<li>More CPUs per board</li>
</ul>
</section>
<section>
<h2>Unusual CPU architecture</h2>
Sorry, can't help
</section>
<section>
<h2>Different model CPU</h2>
<ul>
<li>Maybe it's just a variant</li>
<li>Perhaps memory regions were shuffled</li>
<li>Does it use the same hardware block as someone else?</li>
</ul>
</section>
<section>
<h2>New hardware version</h2>
<ul>
<li>Do you use the new, specialized features?</li>
<li>Lots of UARTs support Infrared. Do you need that?</li>
</ul>
</section>
<section>
<h2>Completely new hardware</h2>
<ul>
<li>Time to break out C#</li>
</ul>
</section>
</section>
<section>
<section>
<h2>What is "Firmware"?</h2>
</section>
<section>
<h2>How does this interact with $VENDOR_TOOL?</h2>
</section>
<section>
<h2>What about boot ROMs?</h2>
</section>
<section>
<h2>What about missing registers?</h2>
<ul>
<li>Very few projects use built-in blocks</li>
</ul>
</section>
</section>
<section>
<section>
<h2>SVD Files</h2>
</section>
<section>
<h2>Logging Memory Accesses</h2>
</section>
<section>
<h2>Debugging with GDB</h2>
</section>
</section>
</div>
</div>
@ -246,4 +309,4 @@
</script>
</body>
</html>
</html>