Skip to content

Commit 512668e

Browse files
committed
fix: update platform counts (41→52), fix sidebar overlay, rewrite eosuite.html
- Update all platform counts from 41 to 52 across index.html, getting-started.html, flow.html, docs/eosim.html, docs/index.html - Fix flow.html: 7→15 repos, 11→21 boards, 14→52 hardware targets with full grid - Fix eosim.html stats: 22→52 platforms with 14 architecture breakdown - Rewrite eosuite.html: fix broken HTML causing sidebar overlay - Fix nav structure in eboot.html, eni.html, eipc.html, eosim.html (add missing </nav>) - Fix style.css: add z-index management, overflow:hidden on doc-layout for mobile/desktop
1 parent 3602579 commit 512668e

9 files changed

Lines changed: 112 additions & 37 deletions

File tree

docs/eboot.html

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,7 @@
44
<a href="../index.html" class="logo"><span class="logo-icon">EoS</span> EmbeddedOS <span class="nav-version">v0.1.0</span></a>
55
<button class="nav-toggle" onclick="this.nextElementSibling.classList.toggle('open')" aria-label="Menu">&#9776;</button><div class="nav-links"><a href="../index.html">Home</a><a href="../getting-started.html">Get Started</a><a href="index.html" class="active">Docs</a><a href="../kids.html">Kids 🎮</a><a href="../hardware-lab.html">Hardware Lab 🔌</a><a href="../flow.html">Flow</a>
66
<a href="https://github.com/embeddedos-org" class="nav-github">&#9733; GitHub</a></div>
7+
</div></nav>
78
<div class="doc-layout"><aside class="doc-sidebar"><div class="sidebar-section"><div class="sidebar-title">eBoot Modules</div>
89
<a href="#bootctl" class="sidebar-link active">Boot Control</a><a href="#slots" class="sidebar-link">Slot Manager</a>
910
<a href="#bootlog" class="sidebar-link">Boot Log</a><a href="#struct" class="sidebar-link">Structures</a>

docs/eipc.html

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,7 @@
44
<a href="../index.html" class="logo"><span class="logo-icon">EoS</span> EmbeddedOS <span class="nav-version">v0.1.0</span></a>
55
<button class="nav-toggle" onclick="this.nextElementSibling.classList.toggle('open')" aria-label="Menu">&#9776;</button><div class="nav-links"><a href="../index.html">Home</a><a href="../getting-started.html">Get Started</a><a href="index.html" class="active">Docs</a><a href="../kids.html">Kids 🎮</a><a href="../hardware-lab.html">Hardware Lab 🔌</a><a href="../flow.html">Flow</a>
66
<a href="https://github.com/embeddedos-org" class="nav-github">&#9733; GitHub</a></div>
7+
</div></nav>
78
<div class="doc-layout"><aside class="doc-sidebar"><div class="sidebar-section"><div class="sidebar-title">EIPC Modules</div>
89
<a href="#frame" class="sidebar-link active">Frame Codec</a><a href="#hmac" class="sidebar-link">HMAC Security</a>
910
<a href="#transport" class="sidebar-link">Transport</a><a href="#client" class="sidebar-link">Client API</a>

docs/eni.html

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,7 @@
44
<a href="../index.html" class="logo"><span class="logo-icon">EoS</span> EmbeddedOS <span class="nav-version">v0.1.0</span></a>
55
<button class="nav-toggle" onclick="this.nextElementSibling.classList.toggle('open')" aria-label="Menu">&#9776;</button><div class="nav-links"><a href="../index.html">Home</a><a href="../getting-started.html">Get Started</a><a href="index.html" class="active">Docs</a><a href="../kids.html">Kids 🎮</a><a href="../hardware-lab.html">Hardware Lab 🔌</a><a href="../flow.html">Flow</a>
66
<a href="https://github.com/embeddedos-org" class="nav-github">&#9733; GitHub</a></div>
7+
</div></nav>
78
<div class="doc-layout"><aside class="doc-sidebar"><div class="sidebar-section"><div class="sidebar-title">ENI Modules</div>
89
<a href="#provider" class="sidebar-link active">Provider Contract</a><a href="#event" class="sidebar-link">Events</a>
910
<a href="#policy" class="sidebar-link">Safety Policy</a><a href="#filter" class="sidebar-link">Filter (Min)</a>

docs/eosim.html

Lines changed: 8 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,8 @@
44
<a href="../index.html" class="logo"><span class="logo-icon">EoS</span> EmbeddedOS <span class="nav-version">v0.1.0</span></a>
55
<button class="nav-toggle" onclick="this.nextElementSibling.classList.toggle('open')" aria-label="Menu">&#9776;</button><div class="nav-links"><a href="../index.html">Home</a><a href="../getting-started.html">Get Started</a><a href="index.html" class="active">Docs</a><a href="../kids.html">Kids 🎮</a><a href="../hardware-lab.html">Hardware Lab 🔌</a><a href="../flow.html">Flow</a>
66
<a href="https://github.com/embeddedos-org" class="nav-github">&#9733; GitHub</a></div>
7-
<div class="doc-layout"><aside class="doc-sidebar"><div class="sidebar-section"><div class="sidebar-title">EoSim</div>
7+
</div></nav>
8+
<div class="doc-layout"><aside class="doc-sidebar">
89
<a href="#overview" class="sidebar-link active">Overview</a><a href="#list" class="sidebar-link">eosim list</a>
910
<a href="#search" class="sidebar-link">eosim search</a><a href="#run" class="sidebar-link">eosim run</a>
1011
<a href="#stats" class="sidebar-link">eosim stats</a><a href="#gui" class="sidebar-link">eosim gui</a>
@@ -22,7 +23,7 @@ <h1>EoSim Developer Documentation <span class="version-badge">v0.1.0</span></h1>
2223
<div id="overview" class="module-section"><h2 style="color:var(--blue)">&#128187; Architecture</h2></div>
2324
<div class="struct-card"><pre><code style="color:var(--text-secondary);font-size:0.82rem">EoSim CLI / GUI
2425
|
25-
+-- Platform Registry (22+ platforms from YAML files)
26+
+-- Platform Registry (52 platforms from YAML files)
2627
| | | |
2728
| Native Engine Binary Engine HIL Bridge
2829
| (Python sim) (ARM/RV/x86) (OpenOCD/Serial)
@@ -100,11 +101,11 @@ <h1>EoSim Developer Documentation <span class="version-badge">v0.1.0</span></h1>
100101
<p class="api-desc">Show platform registry statistics: total count, breakdown by architecture, vendor, engine, class, and domain.</p>
101102
<div class="api-example"><h5>Example</h5><pre><code>$ eosim stats
102103
Platform Registry Statistics:
103-
Total platforms: 22
104-
By Architecture: arm: 14, arm64: 3, riscv64: 1, xtensa: 1, x86_64: 1
105-
By Engine: native: 16, qemu: 5, hil: 1
106-
By Class: mcu: 14, sbc: 4, soc: 2, edge-server: 2
107-
By Vendor: ST: 4, Nordic: 3, NXP: 3, TI: 2, ...</code></pre></div></div>
104+
Total platforms: 52
105+
By Architecture: arm: 22, arm64: 10, riscv64: 3, riscv32: 2, xtensa: 3, x86_64: 2, mipsel: 2, powerpc: 1, microblaze: 1, arc: 1, tricore: 1, rh850: 1
106+
By Engine: native: 32, qemu: 16, hil: 4
107+
By Class: mcu: 20, sbc: 10, soc: 5, devboard: 5, virtual: 4, automotive: 3, safety: 3, fpga: 1, industrial: 1
108+
By Vendor: ST: 5, Broadcom: 5, Nordic: 3, NXP: 3, Espressif: 3, TI: 3, ARM: 3, NVIDIA: 2, ...</code></pre></div></div>
108109

109110
<div id="gui" class="module-section"><h2 style="color:var(--pink)">&#127912; eosim gui</h2></div>
110111
<div class="api-card accent-pink"><div class="api-header">

docs/index.html

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -50,8 +50,8 @@ <h2>Communication &amp; Build</h2>
5050
<h2>Tools &amp; Simulation</h2>
5151
<div class="product-grid">
5252
<div class="product-card card-eosim"><div class="card-icon">Sim</div><h3>EoSim Simulator</h3>
53-
<p>Multi-architecture simulation with native Python engine, QEMU binary emulation, and HIL bridge. 22+ platform definitions, GPIO/UART/Timer register maps, platform YAML format, CLI commands with output, and GUI dashboard.</p>
54-
<div class="card-tags"><span class="badge badge-green">Simulator</span><span class="badge badge-blue">22 Platforms</span><span class="badge badge-orange">15 KB</span></div>
53+
<p>Multi-architecture simulation with native Python engine, QEMU binary emulation, and HIL bridge. 52 platform definitions, GPIO/UART/Timer register maps, platform YAML format, CLI commands with output, and GUI dashboard.</p>
54+
<div class="card-tags"><span class="badge badge-green">Simulator</span><span class="badge badge-blue">52 Platforms</span><span class="badge badge-orange">15 KB</span></div>
5555
<div class="card-buttons"><a href="eosim.html" class="btn btn-sm btn-primary">CLI Reference</a></div></div>
5656

5757
<div class="product-card card-eosuite"><div class="card-icon">Apps</div><h3>eApps (38 Apps)</h3>
@@ -76,4 +76,4 @@ <h2 style="margin-top:3rem">Quick Reference</h2>
7676
<tr><td>eApps</td><td>C + LVGL</td><td><code>eapps/registry.h</code></td><td>38 apps: Snake, eCalc, eSSH, eBot, eGuard</td></tr>
7777
</table></div>
7878

79-
</div></body></html>
79+
</div></body></html>

flow.html

Lines changed: 88 additions & 17 deletions
Original file line numberDiff line numberDiff line change
@@ -146,7 +146,7 @@ <h3>&#128230; Package Image</h3>
146146
<div class="flow-step step-eosim" id="step7"><div class="flow-dot"></div><div class="step-num">7</div>
147147
<span class="tooltip">Boot image in virtual machine and run full test suite</span>
148148
<h3>&#128300; Simulate &amp; Test</h3>
149-
<p><strong style="color:var(--red)">EoSim</strong> boots the image in a VM. Runs <strong>583+ tests</strong> across <strong>41 platforms</strong> (GPIO, UART, SPI, I2C, crypto, OTA, AI).</p>
149+
<p><strong style="color:var(--red)">EoSim</strong> boots the image in a VM. Runs <strong>583+ tests</strong> across <strong>52 platforms</strong> and <strong>14 CPU architectures</strong> (GPIO, UART, SPI, I2C, crypto, OTA, AI).</p>
150150
<span class="step-output">&#8594; 583 tests passed</span></div>
151151
<div class="flow-step step-eboot" id="step8"><div class="flow-dot"></div><div class="step-num">8</div>
152152
<span class="tooltip">Flash firmware to real hardware and connect to AI server</span>
@@ -181,39 +181,110 @@ <h2>CI/CD Pipeline</h2>
181181
<div class="pipeline-track">
182182
<div class="gate gate-push"><div class="gate-circle">Push</div><div class="gate-label">git push</div></div>
183183
<div class="gate-connector"></div>
184-
<div class="gate gate-1"><div class="gate-circle">G1</div><div class="gate-label">Test All 7 Repos</div></div>
184+
<div class="gate gate-1"><div class="gate-circle">G1</div><div class="gate-label">Test All 15 Repos</div></div>
185185
<div class="gate-connector"></div>
186186
<div class="gate gate-2"><div class="gate-circle">G2</div><div class="gate-label">Cross-Compile 3 Archs</div></div>
187187
<div class="gate-connector"></div>
188-
<div class="gate gate-3"><div class="gate-circle">G3</div><div class="gate-label">EoSim 11 Boards</div></div>
188+
<div class="gate gate-3"><div class="gate-circle">G3</div><div class="gate-label">EoSim 21 Boards</div></div>
189189
<div class="gate-connector"></div>
190190
<div class="gate gate-release"><div class="gate-circle">&#10003;</div><div class="gate-label">Release 6 Platforms</div></div>
191191
</div></section>
192192
<!--HW_GRID-->
193193
<section class="hw-grid-section">
194194
<h2>Hardware Targets</h2>
195-
<p style="text-align:center;color:var(--text-secondary);margin-bottom:2.5rem">14 hardware targets across 4 categories</p>
196-
<div class="hw-row hw-row-mcu"><div class="hw-row-label">&#9899; MCU (Microcontrollers)</div>
195+
<p style="text-align:center;color:var(--text-secondary);margin-bottom:2.5rem">52 hardware targets across 14 CPU architectures</p>
196+
<div class="hw-row hw-row-mcu"><div class="hw-row-label">&#9899; MCU &mdash; 20 Platforms</div>
197197
<div class="hw-row-cards">
198198
<div class="hw-target">STM32F4<small>Cortex-M4 &bull; 180MHz</small></div>
199199
<div class="hw-target">STM32H7<small>Cortex-M7 &bull; 480MHz</small></div>
200-
<div class="hw-target">nRF52<small>Cortex-M4 &bull; BLE 5.0</small></div>
201-
<div class="hw-target">RP2040<small>Cortex-M0+ &bull; Dual</small></div></div></div>
202-
<div class="hw-row hw-row-sbc"><div class="hw-row-label">&#9899; SBC (Single Board Computers)</div>
200+
<div class="hw-target">STM32L4<small>Cortex-M4 &bull; LP</small></div>
201+
<div class="hw-target">STM32L4<small>Cortex-M4 &bull; LP</small></div>
202+
<div class="hw-target">nRF5340<small>Cortex-M33 &bull; Dual</small></div>
203+
<div class="hw-target">nRF9160<small>Cortex-M33 &bull; LTE</small></div>
204+
<div class="hw-target">RP2040<small>Cortex-M0+ &bull; Dual</small></div>
205+
<div class="hw-target">K64F<small>Cortex-M4 &bull; Ethernet</small></div>
206+
<div class="hw-target">PSoC 6<small>M4/M0+ &bull; BLE</small></div>
207+
<div class="hw-target">SAMC21<small>Cortex-M0+ &bull; CAN</small></div>
208+
<div class="hw-target">SAMD51<small>Cortex-M4 &bull; USB</small></div>
209+
<div class="hw-target">RA6M5<small>Cortex-M33 &bull; TZ</small></div>
210+
<div class="hw-target">MSP432<small>Cortex-M4F &bull; LP</small></div>
211+
<div class="hw-target">ESP32<small>Xtensa &bull; Wi-Fi</small></div>
212+
<div class="hw-target">ESP32-C3<small>RISC-V &bull; Wi-Fi</small></div>
213+
<div class="hw-target">ESP32-S3<small>Xtensa &bull; AI</small></div>
214+
<div class="hw-target">GD32VF103<small>RISC-V &bull; 108MHz</small></div>
215+
<div class="hw-target">PIC32MZ<small>MIPS &bull; 200MHz</small></div>
216+
<div class="hw-target">K210<small>RISC-V 64 &bull; AI</small></div>
217+
<div class="hw-target">S32K344<small>Cortex-M7 &bull; Auto</small></div></div></div>
218+
<div class="hw-row hw-row-sbc"><div class="hw-row-label">&#9899; SBC &mdash; 10 Platforms</div>
219+
<div class="hw-target">nRF9160<small>Cortex-M33 &bull; LTE</small></div>
220+
<div class="hw-target">RPi 2B<small>Cortex-A7 &bull; 4-core</small></div>
221+
<div class="hw-target">RPi 3<small>Cortex-A53 &bull; 4-core</small></div>
222+
<div class="hw-target">RPi 4<small>Cortex-A72 &bull; 8GB</small></div>
223+
<div class="hw-target">RPi 5<small>Cortex-A76 &bull; 8GB</small></div>
224+
<div class="hw-target">RPi Zero 2W<small>A53 &bull; Wi-Fi</small></div>
225+
<div class="hw-target">BeagleBone<small>AM3358 &bull; PRU</small></div>
226+
<div class="hw-target">Jetson Nano<small>A57 &bull; GPU</small></div>
227+
<div class="hw-target">Jetson Orin<small>A78 &bull; 40 TOPS</small></div>
228+
<div class="hw-target">SiFive U74<small>RISC-V 64</small></div>
229+
<div class="hw-target">STM32MP1<small>A7+M4 &bull; MPU</small></div></div></div>
230+
<div class="hw-row hw-row-soc"><div class="hw-row-label">&#9899; SoC / Automotive / Safety &mdash; 14 Platforms</div>
231+
<div class="hw-target">SAMD51<small>Cortex-M4 &bull; USB</small></div>
232+
<div class="hw-target">MSP432<small>Cortex-M4F &bull; LP</small></div>
233+
<div class="hw-target">AM64x<small>Cortex-A53 &bull; R5F</small></div>
234+
<div class="hw-target">AURIX TC3xx<small>TriCore &bull; ASIL-D</small></div>
235+
<div class="hw-target">RH850<small>Renesas &bull; Auto</small></div>
236+
<div class="hw-target">Cortex-R5<small>ARM &bull; Safety</small></div>
237+
<div class="hw-target">Cortex-R52<small>ARM &bull; ASIL-D</small></div>
238+
<div class="hw-target">TMS570<small>TI &bull; Safety</small></div>
239+
<div class="hw-target">MicroBlaze<small>Xilinx &bull; FPGA</small></div>
240+
<div class="hw-target">ARC EM<small>Synopsys &bull; IoT</small></div>
241+
<div class="hw-target">ppce500<small>PowerPC &bull; Ind.</small></div></div></div>
242+
<div class="hw-row hw-row-virt"><div class="hw-row-label">&#9899; Virtual / DevBoard &mdash; 8 Platforms</div>
243+
<div class="hw-target">ESP32-C3<small>RISC-V &bull; Wi-Fi</small></div>
244+
<div class="hw-target">ESP32-S3<small>Xtensa LX7 &bull; AI</small></div>
245+
<div class="hw-target">QEMU q35<small>EoSim &bull; UEFI</small></div>
246+
<div class="hw-target">ARM64 virt<small>Cortex-A57</small></div>
247+
<div class="hw-target">RISC-V virt<small>rv64gc</small></div>
248+
<div class="hw-target">VExpress-A9<small>Cortex-A9</small></div>
249+
<div class="hw-target">VExpress-A15<small>Cortex-A15</small></div>
250+
<div class="hw-target">VersatilePB<small>ARM926</small></div>
251+
<div class="hw-target">MIPS Malta<small>mipsel</small></div></div></div>
252+
<div class="hw-target">S32K344<small>Cortex-M7 &bull; Auto</small></div></div></div>
253+
<div class="hw-row hw-row-sbc"><div class="hw-row-label">&#9899; SBC (Single Board Computers) &mdash; 10 platforms</div>
203254
<div class="hw-row-cards">
204-
<div class="hw-target">RPi3<small>Cortex-A53 &bull; 4-core</small></div>
205-
<div class="hw-target">RPi4<small>Cortex-A72 &bull; 8GB</small></div>
206-
<div class="hw-target">SiFive<small>RISC-V 64 &bull; U74</small></div></div></div>
207-
<div class="hw-row hw-row-soc"><div class="hw-row-label">&#9899; SoC (System on Chip)</div>
255+
<div class="hw-target">RPi 2B<small>Cortex-A7 &bull; 4-core</small></div>
256+
<div class="hw-target">RPi 3<small>Cortex-A53 &bull; 4-core</small></div>
257+
<div class="hw-target">RPi 4<small>Cortex-A72 &bull; 8GB</small></div>
258+
<div class="hw-target">RPi 5<small>Cortex-A76 &bull; 8GB</small></div>
259+
<div class="hw-target">RPi Zero 2W<small>Cortex-A53 &bull; Wi-Fi</small></div>
260+
<div class="hw-target">BeagleBone<small>AM3358 &bull; PRU</small></div>
261+
<div class="hw-target">Jetson Nano<small>Cortex-A57 &bull; GPU</small></div>
262+
<div class="hw-target">Jetson Orin<small>Cortex-A78 &bull; 40T</small></div>
263+
<div class="hw-target">SiFive U74<small>RISC-V 64 &bull; Linux</small></div>
264+
<div class="hw-target">STM32MP1<small>Cortex-A7+M4 &bull; MPU</small></div></div></div>
265+
<div class="hw-row hw-row-soc"><div class="hw-row-label">&#9899; SoC &amp; Automotive &amp; Safety &mdash; 14 platforms</div>
208266
<div class="hw-row-cards">
209267
<div class="hw-target">i.MX8M<small>Cortex-A53 &bull; NPU</small></div>
210-
<div class="hw-target">AM64x<small>Cortex-A53 &bull; R5F</small></div></div></div>
211-
<div class="hw-row hw-row-virt"><div class="hw-row-label">&#9899; Virtual (Emulated)</div>
268+
<div class="hw-target">AM64x<small>Cortex-A53 &bull; R5F</small></div>
269+
<div class="hw-target">S32K344<small>Cortex-M7 &bull; CAN-FD</small></div>
270+
<div class="hw-target">AURIX TC3xx<small>TriCore &bull; ASIL-D</small></div>
271+
<div class="hw-target">RH850<small>Renesas &bull; Auto</small></div>
272+
<div class="hw-target">Cortex-R5<small>ARM &bull; Safety</small></div>
273+
<div class="hw-target">Cortex-R52<small>ARM &bull; ASIL-D</small></div>
274+
<div class="hw-target">TMS570<small>TI &bull; Safety MCU</small></div>
275+
<div class="hw-target">MicroBlaze<small>Xilinx &bull; FPGA</small></div>
276+
<div class="hw-target">ARC EM<small>Synopsys &bull; IoT</small></div>
277+
<div class="hw-target">ppce500<small>PowerPC &bull; Industrial</small></div></div></div>
278+
<div class="hw-row hw-row-virt"><div class="hw-row-label">&#9899; Virtual &amp; DevBoard (Emulated) &mdash; 8 platforms</div>
212279
<div class="hw-row-cards">
213280
<div class="hw-target">x86_64<small>EoSim &bull; Full OS</small></div>
214-
<div class="hw-target">RISC-V<small>EoSim &bull; rv64gc</small></div>
215-
<div class="hw-target">MIPS<small>EoSim &bull; mips32</small></div>
216-
<div class="hw-target">PowerPC<small>EoSim &bull; ppc32</small></div></div></div>
281+
<div class="hw-target">QEMU q35<small>EoSim &bull; UEFI</small></div>
282+
<div class="hw-target">ARM64 virt<small>EoSim &bull; Cortex-A57</small></div>
283+
<div class="hw-target">RISC-V virt<small>EoSim &bull; rv64gc</small></div>
284+
<div class="hw-target">VExpress-A9<small>ARM &bull; Cortex-A9</small></div>
285+
<div class="hw-target">VExpress-A15<small>ARM &bull; Cortex-A15</small></div>
286+
<div class="hw-target">VersatilePB<small>ARM &bull; ARM926</small></div>
287+
<div class="hw-target">MIPS Malta<small>EoSim &bull; mipsel</small></div></div></div>
217288
</section>
218289
<footer class="footer"><div class="footer-inner"><div class="footer-brand"><h3>EmbeddedOS</h3><p>Open-source embedded operating system.</p></div>
219290
<div><h4>Documentation</h4><ul><li><a href="docs/eos.html">EoS</a></li><li><a href="docs/eboot.html">eBoot</a></li><li><a href="docs/ebuild.html">ebuild</a></li></ul></div>

getting-started.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ <h2 style="color:var(--green)">🎮 No Hardware? No Problem!</h2>
4545
# stm32f4 ARM Cortex-M4 (168 MHz, 1MB Flash, 192KB RAM)
4646
# esp32 Xtensa LX6 (240 MHz, Wi-Fi, BLE)
4747
# raspi4 ARM Cortex-A72 (1.5 GHz, 8GB RAM)
48-
# ... 41 platforms total</code></pre></div>
48+
# ... 52 platforms total</code></pre></div>
4949
<div class="step"><h3>Run Your First Simulation</h3>
5050
<pre><code>eosim run --platform stm32f4 --gui
5151
# [EoSim] Loading platform: stm32f4
@@ -61,7 +61,7 @@ <h2 style="color:var(--green)">🎮 No Hardware? No Problem!</h2>
6161
<p>Open <code>http://localhost:8080</code> in your browser to see GPIO pins, UART output, memory, and CPU registers all simulated in real time!</p></div>
6262
</div>
6363
<div class="callout callout-tip"><div class="callout-title">What's Next?</div>
64-
<p>Try different platforms: <code>eosim run --platform esp32 --gui</code> or <code>--platform raspi4</code>. See the <a href="docs/eosim.html">EoSim docs</a> for all 41 platforms.</p></div>
64+
<p>Try different platforms: <code>eosim run --platform esp32 --gui</code> or <code>--platform raspi4</code>. See the <a href="docs/eosim.html">EoSim docs</a> for all 52 platforms.</p></div>
6565
</div>
6666

6767
<!-- PATH: RASPBERRY PI -->

0 commit comments

Comments
 (0)