tuning layout
Signed-off-by: Sean Cross <sean@xobs.io>
This commit is contained in:
parent
b926658459
commit
4935c20e0f
6
dist/theme/fossasia2022.css
vendored
6
dist/theme/fossasia2022.css
vendored
@ -76,7 +76,7 @@ section.has-light-background h6 {
|
||||
position: absolute;
|
||||
bottom: 0em;
|
||||
right: 0em;
|
||||
padding-bottom: 1em;
|
||||
padding-bottom: 0em;
|
||||
padding-right: 1em;
|
||||
text-align: right;
|
||||
font-size: 1.0em;
|
||||
@ -89,6 +89,10 @@ section.has-light-background h6 {
|
||||
z-index: 1;
|
||||
}
|
||||
|
||||
.reveal .footer .url {
|
||||
padding-bottom: .4em;
|
||||
}
|
||||
|
||||
.reveal ::selection {
|
||||
color: var(--r-selection-color);
|
||||
background: var(--r-selection-background-color);
|
||||
|
29
index.html
29
index.html
@ -88,21 +88,22 @@
|
||||
<section>
|
||||
<h2>Renode: Easy Emulation for your Weird Hardware</h2>
|
||||
<h3>Sean Cross</h3>
|
||||
<p>Follow along at <a href="https://p.xobs.io/fa22">https://p.xobs.io/fa22</a></p>
|
||||
<p>Follow along at <a href="https://p.xobs.io/fa22">https://p.xobs.io/fa22</a></p>
|
||||
</section>
|
||||
<section>
|
||||
<h2>About Me: I Do Weird Hardware</h2>
|
||||
<ul>
|
||||
<!-- <li>Betrusted/Precursor: FPGA Secure Communications</li>
|
||||
<li>Fomu: World's Smallest FPGA Dev Board</li>
|
||||
<li>Chibitronics: Loading programs via audio</li> -->
|
||||
<img src="media/xobs-projects.jpg">
|
||||
</ul>
|
||||
</section>
|
||||
<section>
|
||||
<h2>Renode</h2>
|
||||
<p>I find it a useful tool. Maybe you will, too!</p>
|
||||
<img height="100" src="media/antmicro-logo-white.svg">
|
||||
</section>
|
||||
<section>
|
||||
<h2>About Me: I Do Weird Hardware</h2>
|
||||
<ul>
|
||||
<li>Betrusted/Precursor: FPGA Secure Communications</li>
|
||||
<li>Fomu: World's Smallest FPGA Dev Board</li>
|
||||
<li>Orchard: Lights, Sounds, Captouch</li>
|
||||
</ul>
|
||||
</section>
|
||||
<section>
|
||||
<h2>What is "Weird Hardware"?</h2>
|
||||
<ul>
|
||||
@ -111,14 +112,14 @@
|
||||
<li>Hardware that uses ARM, i386, PowerPC, Risc-V, Sparc, or Xtensa</li>
|
||||
</ul>
|
||||
</section>
|
||||
<section>
|
||||
<h2>Hardware with Embedded Software</h2>
|
||||
<!-- <section>
|
||||
<h2>Hardware is Nothing Without Software</h2>
|
||||
<ul>
|
||||
<li>Software needs to be written</li>
|
||||
<li class="fragment">Software needs to be <strong>tested</strong></li>
|
||||
<li class="fragment">Software needs to be <i>debugged</i></li>
|
||||
</ul>
|
||||
</section>
|
||||
</section> -->
|
||||
<section>
|
||||
<h2>About Renode</h2>
|
||||
<ul>
|
||||
@ -127,6 +128,7 @@
|
||||
<li>Windows, Mac, Linux</li>
|
||||
<li>MIT Licensed</li>
|
||||
</ul>
|
||||
<img src="media/renode-console.png">
|
||||
</section>
|
||||
<!-- <section>
|
||||
<h2>Who Might Find This Talk Interesting?</h2>
|
||||
@ -841,7 +843,8 @@
|
||||
<h2>Networking with Tap</h2>
|
||||
<img src="media/renode-networking.png">
|
||||
<p>SoC → <em><strong>COM-SOC</strong></em> → COM → <em><strong>COM-EC</strong></em> → EC →
|
||||
<em><strong>EC-WIFI</strong></em> → WF200 → Tap → Internet</p>
|
||||
<em><strong>EC-WIFI</strong></em> → WF200 → Tap → Internet
|
||||
</p>
|
||||
</section>
|
||||
</section>
|
||||
<section>
|
||||
|
BIN
media/Xobs Projects.afphoto
Normal file
BIN
media/Xobs Projects.afphoto
Normal file
Binary file not shown.
BIN
media/bt-quarter2.jpg
Normal file
BIN
media/bt-quarter2.jpg
Normal file
Binary file not shown.
After Width: | Height: | Size: 1.4 MiB |
BIN
media/chibitronics-love-to-code.jpeg
Normal file
BIN
media/chibitronics-love-to-code.jpeg
Normal file
Binary file not shown.
After Width: | Height: | Size: 451 KiB |
BIN
media/fomu-case.webp
Normal file
BIN
media/fomu-case.webp
Normal file
Binary file not shown.
After Width: | Height: | Size: 185 KiB |
BIN
media/renode-console.png
Normal file
BIN
media/renode-console.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 39 KiB |
BIN
media/renode-start.png
Normal file
BIN
media/renode-start.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 45 KiB |
BIN
media/xobs-projects.jpg
Normal file
BIN
media/xobs-projects.jpg
Normal file
Binary file not shown.
After Width: | Height: | Size: 3.3 MiB |
Loading…
Reference in New Issue
Block a user