Skip to content

Commit

Permalink
minor tweak to bootloader page
Browse files Browse the repository at this point in the history
  • Loading branch information
Hunter Adams authored and Hunter Adams committed Mar 3, 2024
1 parent 3efa3b8 commit 39ddc52
Show file tree
Hide file tree
Showing 3 changed files with 63 additions and 63 deletions.
42 changes: 21 additions & 21 deletions Pico/Bootloader/.ipynb_checkpoints/Bootloader-checkpoint.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -32,10 +32,10 @@
"> - [Detecting valid programs, and returning to bootloader from programs](#Detecting-valid-programs,-and-returning-to-bootloader-from-programs)\n",
"> > - [Forcing the system into bootloader mode](#Forcing-the-system-into-bootloader-mode)\n",
"> > - [Detecting valid programs](#Detecting-valid-programs)\n",
"> - [A Python program for serially programming the RP2040](#A-Python-program-for-serially-programming-the-RP2040)\n",
"> - [Going farther](#Going-farther)\n",
"> > - [Implementing a wireless serial interface with infrared]()\n",
"> > - [Turning the bootloader into a computer worm]()\n",
"> - [A Python program for serially programming the RP2040](#A-Python-program-for-serially-programming-the-RP2040)"
"> > - [Turning the bootloader into a computer worm]()"
]
},
{
Expand Down Expand Up @@ -443,25 +443,6 @@
"***"
]
},
{
"cell_type": "markdown",
"metadata": {},
"source": [
"## Going farther\n",
"\n",
"The following links are under construction, and will be made active as soon as they're finished.\n",
"\n",
"- **Making the serial link wireless via infrared**\n",
"- **Turning the bootloader into a worm, so that programs can spread between RP2040's**."
]
},
{
"cell_type": "markdown",
"metadata": {},
"source": [
"***"
]
},
{
"cell_type": "markdown",
"metadata": {},
Expand Down Expand Up @@ -538,6 +519,25 @@
"```"
]
},
{
"cell_type": "markdown",
"metadata": {},
"source": [
"***"
]
},
{
"cell_type": "markdown",
"metadata": {},
"source": [
"## Going farther\n",
"\n",
"The following links are under construction, and will be made active as soon as they're finished.\n",
"\n",
"- **Making the serial link wireless via infrared**\n",
"- **Turning the bootloader into a worm, so that programs can spread between RP2040's**."
]
},
{
"cell_type": "markdown",
"metadata": {},
Expand Down
42 changes: 21 additions & 21 deletions Pico/Bootloader/Bootloader.html
Original file line number Diff line number Diff line change
Expand Up @@ -13114,13 +13114,13 @@ <h1 id="Custom-Serial-Bootloader-for-the-RP2040">Custom Serial Bootloader for th
</ul>
</blockquote>
</li>
<li><a href="#A-Python-program-for-serially-programming-the-RP2040">A Python program for serially programming the RP2040</a></li>
<li><a href="#Going-farther">Going farther</a><blockquote><ul>
<li><a href="">Implementing a wireless serial interface with infrared</a></li>
<li><a href="">Turning the bootloader into a computer worm</a></li>
</ul>
</blockquote>
</li>
<li><a href="#A-Python-program-for-serially-programming-the-RP2040">A Python program for serially programming the RP2040</a></li>
</ul>
</blockquote>

Expand Down Expand Up @@ -13551,26 +13551,6 @@ <h3 id="Detecting-valid-programs">Detecting valid programs<a class="anchor-link"
<div class="text_cell_render border-box-sizing rendered_html">
<hr>

</div>
</div>
</div>
<div class="cell border-box-sizing text_cell rendered"><div class="prompt input_prompt">
</div><div class="inner_cell">
<div class="text_cell_render border-box-sizing rendered_html">
<h2 id="Going-farther">Going farther<a class="anchor-link" href="#Going-farther">&#182;</a></h2><p>The following links are under construction, and will be made active as soon as they're finished.</p>
<ul>
<li><strong>Making the serial link wireless via infrared</strong></li>
<li><strong>Turning the bootloader into a worm, so that programs can spread between RP2040's</strong>.</li>
</ul>

</div>
</div>
</div>
<div class="cell border-box-sizing text_cell rendered"><div class="prompt input_prompt">
</div><div class="inner_cell">
<div class="text_cell_render border-box-sizing rendered_html">
<hr>

</div>
</div>
</div>
Expand Down Expand Up @@ -13652,6 +13632,26 @@ <h2 id="A-Python-program-for-serially-programming-the-RP2040">A Python program f
<div class="text_cell_render border-box-sizing rendered_html">
<hr>

</div>
</div>
</div>
<div class="cell border-box-sizing text_cell rendered"><div class="prompt input_prompt">
</div><div class="inner_cell">
<div class="text_cell_render border-box-sizing rendered_html">
<h2 id="Going-farther">Going farther<a class="anchor-link" href="#Going-farther">&#182;</a></h2><p>The following links are under construction, and will be made active as soon as they're finished.</p>
<ul>
<li><strong>Making the serial link wireless via infrared</strong></li>
<li><strong>Turning the bootloader into a worm, so that programs can spread between RP2040's</strong>.</li>
</ul>

</div>
</div>
</div>
<div class="cell border-box-sizing text_cell rendered"><div class="prompt input_prompt">
</div><div class="inner_cell">
<div class="text_cell_render border-box-sizing rendered_html">
<hr>

</div>
</div>
</div>
Expand Down
42 changes: 21 additions & 21 deletions Pico/Bootloader/Bootloader.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -32,10 +32,10 @@
"> - [Detecting valid programs, and returning to bootloader from programs](#Detecting-valid-programs,-and-returning-to-bootloader-from-programs)\n",
"> > - [Forcing the system into bootloader mode](#Forcing-the-system-into-bootloader-mode)\n",
"> > - [Detecting valid programs](#Detecting-valid-programs)\n",
"> - [A Python program for serially programming the RP2040](#A-Python-program-for-serially-programming-the-RP2040)\n",
"> - [Going farther](#Going-farther)\n",
"> > - [Implementing a wireless serial interface with infrared]()\n",
"> > - [Turning the bootloader into a computer worm]()\n",
"> - [A Python program for serially programming the RP2040](#A-Python-program-for-serially-programming-the-RP2040)"
"> > - [Turning the bootloader into a computer worm]()"
]
},
{
Expand Down Expand Up @@ -443,25 +443,6 @@
"***"
]
},
{
"cell_type": "markdown",
"metadata": {},
"source": [
"## Going farther\n",
"\n",
"The following links are under construction, and will be made active as soon as they're finished.\n",
"\n",
"- **Making the serial link wireless via infrared**\n",
"- **Turning the bootloader into a worm, so that programs can spread between RP2040's**."
]
},
{
"cell_type": "markdown",
"metadata": {},
"source": [
"***"
]
},
{
"cell_type": "markdown",
"metadata": {},
Expand Down Expand Up @@ -538,6 +519,25 @@
"```"
]
},
{
"cell_type": "markdown",
"metadata": {},
"source": [
"***"
]
},
{
"cell_type": "markdown",
"metadata": {},
"source": [
"## Going farther\n",
"\n",
"The following links are under construction, and will be made active as soon as they're finished.\n",
"\n",
"- **Making the serial link wireless via infrared**\n",
"- **Turning the bootloader into a worm, so that programs can spread between RP2040's**."
]
},
{
"cell_type": "markdown",
"metadata": {},
Expand Down

0 comments on commit 39ddc52

Please sign in to comment.