Skip to content

Commit f3d2490

Browse files
author
EmbeddedOS CI
committed
merge: resolve conflicts, keep local improvements
2 parents b2098c5 + 0741d17 commit f3d2490

29 files changed

Lines changed: 407 additions & 238 deletions

404.html

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -28,9 +28,9 @@
2828

2929
<nav class="navbar"><div class="nav-inner">
3030
<a href="index.html" class="logo"><span class="logo-icon">EoS</span> EmbeddedOS <span class="nav-version">v1.0.0</span></a>
31-
<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="docs/index.html">Docs</a><a href="https://embeddedos-org.github.io/eApps/" class="nav-github">🏪 App Store</a><a href="kids.html">Kids &#127918;</a><a href="hardware-lab.html">Hardware Lab &#128268;</a><a href="flow.html">Flow</a>
31+
<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="docs/index.html">Docs</a><a href="https://embeddedos-org.github.io/eApps/" class="nav-github" target="_blank" rel="noopener">🏪 App Store</a><a href="kids.html">Kids &#127918;</a><a href="hardware-lab.html">Hardware Lab &#128268;</a><a href="flow.html">Flow</a>
3232
<a href="books.html">📚 Books</a>
33-
<a href="https://github.com/embeddedos-org" class="nav-github">&#9733; GitHub</a>
33+
<a href="https://github.com/embeddedos-org" class="nav-github" target="_blank" rel="noopener">&#9733; GitHub</a>
3434
<button class="nav-search-btn" onclick="EosSearch.open()" aria-label="Search" title="Search (/)">&#128269;</button>
3535
</div></div></nav>
3636

@@ -62,7 +62,7 @@ <h2 style="border:none;font-size:1.4rem">Looking for something?</h2>
6262
<div class="footer-brand"><h3>EmbeddedOS</h3><p>Open-source embedded OS for intelligent devices.</p></div>
6363
<div><h4>Docs</h4><ul><li><a href="getting-started.html">Get Started</a></li><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>
6464
<div><h4>Components</h4><ul><li><a href="docs/eai.html">EAI</a></li><li><a href="docs/eni.html">ENI</a></li><li><a href="docs/eipc.html">EIPC</a></li><li><a href="docs/eosuite.html">eApps</a></li><li><a href="docs/eosim.html">EoSim</a></li></ul></div>
65-
<div><h4>Community</h4><ul><li><a href="https://github.com/embeddedos-org">GitHub</a></li><li><a href="https://github.com/embeddedos-org/eos/discussions">Discussions</a></li></ul></div>
65+
<div><h4>Community</h4><ul><li><a href="https://github.com/embeddedos-org" target="_blank" rel="noopener">GitHub</a></li><li><a href="https://github.com/embeddedos-org/eos/discussions" target="_blank" rel="noopener">Discussions</a></li></ul></div>
6666
<div>
6767
<h4>Connect</h4>
6868
<ul class="social-list">

books.html

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,9 @@
1515
<meta property="og:url" content="https://embeddedos-org.github.io/books.html">
1616
<meta property="og:image" content="https://embeddedos-org.github.io/og-image.png">
1717
<link rel="canonical" href="https://embeddedos-org.github.io/books.html">
18+
<link rel="preconnect" href="https://fonts.googleapis.com">
19+
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin>
20+
<link href="https://fonts.googleapis.com/css2?family=Inter:wght@400;500;600;700;800&amp;family=Fira+Code:wght@400;500&amp;display=swap" rel="stylesheet">
1821
<link rel="stylesheet" href="style.css">
1922
<style>
2023
/* ═══ Books Page Styles ═══ */
@@ -329,12 +332,12 @@
329332
<a href="index.html">Home</a>
330333
<a href="getting-started.html">Get Started</a>
331334
<a href="docs/index.html">Docs</a>
332-
<a href="https://embeddedos-org.github.io/eApps/" class="nav-github">🏪 App Store</a>
335+
<a href="https://embeddedos-org.github.io/eApps/" class="nav-github" target="_blank" rel="noopener">🏪 App Store</a>
333336
<a href="kids.html">Kids 🎮</a>
334337
<a href="hardware-lab.html">Hardware Lab 🔌</a>
335338
<a href="flow.html">Flow</a>
336339
<a href="books.html" class="active">📚 Books</a>
337-
<a href="https://github.com/embeddedos-org" class="nav-github">&#9733; GitHub</a>
340+
<a href="stacks/index.html">&#127981; Stacks</a><a href="/index.html#health-devices">&#10084;&#65039; Health</a><a href="https://github.com/embeddedos-org" class="nav-github" target="_blank" rel="noopener">&#9733; GitHub</a>
338341
<button class="nav-search-btn" onclick="EosSearch.open()" aria-label="Search" title="Search (/)">&#128269;</button>
339342
</div>
340343
</div>

docs/eai.html

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -60,9 +60,9 @@
6060
</script>
6161
</head><body>
6262
<nav class="navbar"><div class="nav-inner">
63-
<a href="../index.html" class="logo"><span class="logo-icon">EoS</span> EmbeddedOS <span class="nav-version">v0.1.0</span></a>
64-
<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="https://embeddedos-org.github.io/eApps/" class="nav-github">🏪 App Store</a><a href="../kids.html">Kids &#127918;</a><a href="../hardware-lab.html">Hardware Lab &#128268;</a><a href="../flow.html">Flow</a><a href="../books.html">📚 Books</a>
65-
<a href="https://github.com/embeddedos-org" class="nav-github">&#9733; GitHub</a><button class="nav-search-btn" onclick="EosSearch.open()" aria-label="Search" title="Search (/)">&#128269;</button></div></div></nav>
63+
<a href="../index.html" class="logo"><span class="logo-icon">EoS</span> EmbeddedOS <span class="nav-version">v1.0.0</span></a>
64+
<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="https://embeddedos-org.github.io/eApps/" class="nav-github" target="_blank" rel="noopener">🏪 App Store</a><a href="../kids.html">Kids &#127918;</a><a href="../hardware-lab.html">Hardware Lab &#128268;</a><a href="../flow.html">Flow</a><a href="../books.html">📚 Books</a>
65+
<a href="/stacks/index.html">&#127981; Stacks</a><a href="/index.html#health-devices">&#10084;&#65039; Health</a><a href="https://github.com/embeddedos-org" class="nav-github" target="_blank" rel="noopener">&#9733; GitHub</a><button class="nav-search-btn" onclick="EosSearch.open()" aria-label="Search" title="Search (/)">&#128269;</button></div></div></nav>
6666
<div class="doc-layout"><aside class="doc-sidebar"><div class="sidebar-section"><div class="sidebar-title">EAI Modules</div>
6767
<a href="#config" class="sidebar-link active">Config</a><a href="#tool" class="sidebar-link">Tool Registry</a>
6868
<a href="#agent" class="sidebar-link">Agent (EAI-Min)</a><a href="#memory" class="sidebar-link">Memory Lite</a>
@@ -74,7 +74,7 @@
7474
<a href="ebuild.html" class="sidebar-link">ebuild</a><a href="eosim.html" class="sidebar-link">EoSim</a>
7575
<a href="eosuite.html" class="sidebar-link">eApps</a><a href="eostudio.html" class="sidebar-link">EoStudio</a></div></aside>
7676
<main class="doc-content">
77-
<h1>EAI Developer Documentation <span class="version-badge">v0.1.0</span></h1>
77+
<h1>EAI Developer Documentation <span class="version-badge">v1.0.0</span></h1>
7878
<p>Embedded AI framework for on-device LLM inference, tool-calling agents, model management, and runtime configuration. Headers: <code>&lt;eai/config.h&gt;</code>, <code>&lt;eai/tool.h&gt;</code>, <code>&lt;eai_min/agent.h&gt;</code>, <code>&lt;eai_min/memory_lite.h&gt;</code>, <code>&lt;eai/models.h&gt;</code></p>
7979

8080
<div id="config" class="module-section"><h2 style="color:var(--purple)">&#9881; Configuration API</h2>
@@ -553,7 +553,7 @@ <h1>EAI Developer Documentation <span class="version-badge">v0.1.0</span></h1>
553553
<div class="footer-brand"><h3>EmbeddedOS</h3><p>Open-source embedded OS for intelligent devices.</p></div>
554554
<div><h4>Docs</h4><ul><li><a href="../getting-started.html">Get Started</a></li><li><a href="eos.html">EoS</a></li><li><a href="eboot.html">eBoot</a></li><li><a href="ebuild.html">ebuild</a></li></ul></div>
555555
<div><h4>Components</h4><ul><li><a href="eai.html">EAI</a></li><li><a href="eni.html">ENI</a></li><li><a href="eipc.html">EIPC</a></li><li><a href="eosuite.html">eApps</a></li><li><a href="eosim.html">EoSim</a></li><li><a href="eostudio.html">EoStudio</a></li></ul></div>
556-
<div><h4>Learn</h4><ul><li><a href="../kids.html">Kids Guide</a></li><li><a href="../hardware-lab.html">Hardware Lab</a></li><li><a href="https://github.com/embeddedos-org">GitHub</a></li></ul></div>
556+
<div><h4>Learn</h4><ul><li><a href="../kids.html">Kids Guide</a></li><li><a href="../hardware-lab.html">Hardware Lab</a></li><li><a href="https://github.com/embeddedos-org" target="_blank" rel="noopener">GitHub</a></li></ul></div>
557557
<div>
558558
<h4>Connect</h4>
559559
<ul class="social-list">

docs/eboot.html

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -60,9 +60,9 @@
6060
</script>
6161
</head><body>
6262
<nav class="navbar"><div class="nav-inner">
63-
<a href="../index.html" class="logo"><span class="logo-icon">EoS</span> EmbeddedOS <span class="nav-version">v0.1.0</span></a>
64-
<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="https://embeddedos-org.github.io/eApps/" class="nav-github">🏪 App Store</a><a href="../kids.html">Kids &#127918;</a><a href="../hardware-lab.html">Hardware Lab &#128268;</a><a href="../flow.html">Flow</a><a href="../books.html">📚 Books</a>
65-
<a href="https://github.com/embeddedos-org" class="nav-github">&#9733; GitHub</a><button class="nav-search-btn" onclick="EosSearch.open()" aria-label="Search" title="Search (/)">&#128269;</button></div></div></nav>
63+
<a href="../index.html" class="logo"><span class="logo-icon">EoS</span> EmbeddedOS <span class="nav-version">v1.0.0</span></a>
64+
<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="https://embeddedos-org.github.io/eApps/" class="nav-github" target="_blank" rel="noopener">🏪 App Store</a><a href="../kids.html">Kids &#127918;</a><a href="../hardware-lab.html">Hardware Lab &#128268;</a><a href="../flow.html">Flow</a><a href="../books.html">📚 Books</a>
65+
<a href="/stacks/index.html">&#127981; Stacks</a><a href="/index.html#health-devices">&#10084;&#65039; Health</a><a href="https://github.com/embeddedos-org" class="nav-github" target="_blank" rel="noopener">&#9733; GitHub</a><button class="nav-search-btn" onclick="EosSearch.open()" aria-label="Search" title="Search (/)">&#128269;</button></div></div></nav>
6666
<div class="doc-layout"><aside class="doc-sidebar"><div class="sidebar-section"><div class="sidebar-title">eBoot Modules</div>
6767
<a href="#bootctl" class="sidebar-link active">Boot Control</a><a href="#slots" class="sidebar-link">Slot Manager</a>
6868
<a href="#bootlog" class="sidebar-link">Boot Log</a><a href="#struct" class="sidebar-link">Structures</a>
@@ -74,7 +74,7 @@
7474
<a href="ebuild.html" class="sidebar-link">ebuild</a><a href="eosim.html" class="sidebar-link">EoSim</a>
7575
<a href="eosuite.html" class="sidebar-link">eApps</a><a href="eostudio.html" class="sidebar-link">EoStudio</a></div></aside>
7676
<main class="doc-content">
77-
<h1>eBoot Developer Documentation <span class="version-badge">v0.1.0</span></h1>
77+
<h1>eBoot Developer Documentation <span class="version-badge">v1.0.0</span></h1>
7878
<p>Secure A/B bootloader with CRC-protected boot control, slot management, image verification, rollback support, structured boot logging, and recovery mode. Headers: <code>&lt;eos_bootctl.h&gt;</code>, <code>&lt;eos_slot_manager.h&gt;</code>, <code>&lt;eos_boot_log.h&gt;</code></p>
7979

8080
<div id="struct" class="module-section"><h2 style="color:var(--orange)">&#128220; Structures &amp; Types</h2>
@@ -499,7 +499,7 @@ <h4 style="margin-top:1.5rem">Porting Steps</h4>
499499
<div class="footer-brand"><h3>EmbeddedOS</h3><p>Open-source embedded OS for intelligent devices.</p></div>
500500
<div><h4>Docs</h4><ul><li><a href="../getting-started.html">Get Started</a></li><li><a href="eos.html">EoS</a></li><li><a href="eboot.html">eBoot</a></li><li><a href="ebuild.html">ebuild</a></li></ul></div>
501501
<div><h4>Components</h4><ul><li><a href="eai.html">EAI</a></li><li><a href="eni.html">ENI</a></li><li><a href="eipc.html">EIPC</a></li><li><a href="eosuite.html">eApps</a></li><li><a href="eosim.html">EoSim</a></li><li><a href="eostudio.html">EoStudio</a></li></ul></div>
502-
<div><h4>Learn</h4><ul><li><a href="../kids.html">Kids Guide</a></li><li><a href="../hardware-lab.html">Hardware Lab</a></li><li><a href="https://github.com/embeddedos-org">GitHub</a></li></ul></div>
502+
<div><h4>Learn</h4><ul><li><a href="../kids.html">Kids Guide</a></li><li><a href="../hardware-lab.html">Hardware Lab</a></li><li><a href="https://github.com/embeddedos-org" target="_blank" rel="noopener">GitHub</a></li></ul></div>
503503
<div>
504504
<h4>Connect</h4>
505505
<ul class="social-list">

docs/ebrowser.html

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -60,9 +60,9 @@
6060
</script>
6161
</head><body>
6262
<nav class="navbar"><div class="nav-inner">
63-
<a href="../index.html" class="logo"><span class="logo-icon">EoS</span> EmbeddedOS <span class="nav-version">v0.1.0</span></a>
64-
<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="https://embeddedos-org.github.io/eApps/" class="nav-github">🏪 App Store</a><a href="../kids.html">Kids &#127918;</a><a href="../hardware-lab.html">Hardware Lab &#128268;</a><a href="../flow.html">Flow</a><a href="../books.html">📚 Books</a>
65-
<a href="https://github.com/embeddedos-org" class="nav-github">&#9733; GitHub</a><button class="nav-search-btn" onclick="EosSearch.open()" aria-label="Search" title="Search (/)">&#128269;</button></div></div></nav>
63+
<a href="../index.html" class="logo"><span class="logo-icon">EoS</span> EmbeddedOS <span class="nav-version">v1.0.0</span></a>
64+
<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="https://embeddedos-org.github.io/eApps/" class="nav-github" target="_blank" rel="noopener">🏪 App Store</a><a href="../kids.html">Kids &#127918;</a><a href="../hardware-lab.html">Hardware Lab &#128268;</a><a href="../flow.html">Flow</a><a href="../books.html">📚 Books</a>
65+
<a href="/stacks/index.html">&#127981; Stacks</a><a href="/index.html#health-devices">&#10084;&#65039; Health</a><a href="https://github.com/embeddedos-org" class="nav-github" target="_blank" rel="noopener">&#9733; GitHub</a><button class="nav-search-btn" onclick="EosSearch.open()" aria-label="Search" title="Search (/)">&#128269;</button></div></div></nav>
6666
<div class="doc-layout"><aside class="doc-sidebar"><div class="sidebar-section">
6767
<div class="sidebar-title">eBrowser Modules</div>
6868
<a href="#core" class="sidebar-link active">Core Engine</a><a href="#html-parser" class="sidebar-link">HTML Parser</a>
@@ -80,7 +80,7 @@
8080
<a href="eserviceapps.html" class="sidebar-link">eServiceApps</a>
8181
</div></aside>
8282
<main class="doc-content">
83-
<h1>eBrowser &mdash; Embedded Web Browser <span class="version-badge">v0.1.0</span></h1>
83+
<h1>eBrowser &mdash; Embedded Web Browser <span class="version-badge">v1.0.0</span></h1>
8484
<p>eBrowser is a lightweight, embeddable web browser engine for EmbeddedOS. Built from scratch in C/C++ with minimal dependencies, it provides HTML5 parsing, CSS styling, box-model layout, software rendering, and HTTP/HTTPS networking &mdash; all in a footprint suitable for resource-constrained embedded devices, kiosks, and IoT dashboards.</p>
8585
<p><strong>Headers:</strong> <code>#include &lt;ebrowser/*.h&gt;</code> | <strong>License:</strong> MIT | <strong>Backends:</strong> SDL2, EoS native, WASM</p>
8686

@@ -336,7 +336,7 @@ <h3>DOM Attribute &amp; Event API</h3>
336336
<div class="footer-brand"><h3>EmbeddedOS</h3><p>Open-source embedded OS for intelligent devices.</p></div>
337337
<div><h4>Docs</h4><ul><li><a href="../getting-started.html">Get Started</a></li><li><a href="eos.html">EoS</a></li><li><a href="eboot.html">eBoot</a></li><li><a href="ebuild.html">ebuild</a></li></ul></div>
338338
<div><h4>Components</h4><ul><li><a href="eai.html">EAI</a></li><li><a href="eni.html">ENI</a></li><li><a href="eipc.html">EIPC</a></li><li><a href="eosuite.html">eApps</a></li><li><a href="eosim.html">EoSim</a></li><li><a href="eostudio.html">EoStudio</a></li></ul></div>
339-
<div><h4>Learn</h4><ul><li><a href="../kids.html">Kids Guide</a></li><li><a href="../hardware-lab.html">Hardware Lab</a></li><li><a href="../books.html">Books</a></li><li><a href="https://github.com/embeddedos-org">GitHub</a></li></ul></div>
339+
<div><h4>Learn</h4><ul><li><a href="../kids.html">Kids Guide</a></li><li><a href="../hardware-lab.html">Hardware Lab</a></li><li><a href="../books.html">Books</a></li><li><a href="https://github.com/embeddedos-org" target="_blank" rel="noopener">GitHub</a></li></ul></div>
340340
<div>
341341
<h4>Connect</h4>
342342
<ul class="social-list">

0 commit comments

Comments
 (0)