File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 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 "> ☰</ 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 🎮</ a > < a href ="hardware-lab.html "> Hardware Lab 🔌</ a > < a href ="flow.html "> Flow</ a >
31+ < button class ="nav-toggle " onclick ="this.nextElementSibling.classList.toggle('open') " aria-label ="Menu "> ☰</ 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 🎮</ a > < a href ="hardware-lab.html "> Hardware Lab 🔌</ 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 "> ★ GitHub</ a >
33+ < a href ="https://github.com/embeddedos-org " class ="nav-github " target =" _blank " rel =" noopener " > ★ GitHub</ a >
3434< button class ="nav-search-btn " onclick ="EosSearch.open() " aria-label ="Search " title ="Search (/) "> 🔍</ 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 ">
Original file line number Diff line number Diff line change 332332 < a href ="index.html "> Home</ a >
333333 < a href ="getting-started.html "> Get Started</ a >
334334 < a href ="docs/index.html "> Docs</ a >
335- < 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 >
336336 < a href ="kids.html "> Kids 🎮</ a >
337337 < a href ="hardware-lab.html "> Hardware Lab 🔌</ a >
338338 < a href ="flow.html "> Flow</ a >
339339 < a href ="books.html " class ="active "> 📚 Books</ a >
340- < a href ="stacks/index.html "> 🏭 Stacks</ a > < a href ="/index.html#health-devices "> ❤️ Health</ a > < a href ="https://github.com/embeddedos-org " class ="nav-github "> ★ GitHub</ a >
340+ < a href ="stacks/index.html "> 🏭 Stacks</ a > < a href ="/index.html#health-devices "> ❤️ Health</ a > < a href ="https://github.com/embeddedos-org " class ="nav-github " target =" _blank " rel =" noopener " > ★ GitHub</ a >
341341 < button class ="nav-search-btn " onclick ="EosSearch.open() " aria-label ="Search " title ="Search (/) "> 🔍</ button >
342342 </ div >
343343 </ div >
Original file line number Diff line number Diff line change 6161</ head > < body >
6262< nav class ="navbar "> < div class ="nav-inner ">
6363< 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 "> ☰</ 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 🎮</ a > < a href ="../hardware-lab.html "> Hardware Lab 🔌</ a > < a href ="../flow.html "> Flow</ a > < a href ="../books.html "> 📚 Books</ a >
65- < a href ="/stacks/index.html "> 🏭 Stacks</ a > < a href ="/index.html#health-devices "> ❤️ Health</ a > < a href ="https://github.com/embeddedos-org " class ="nav-github "> ★ GitHub</ a > < button class ="nav-search-btn " onclick ="EosSearch.open() " aria-label ="Search " title ="Search (/) "> 🔍</ button > </ div > </ div > </ nav >
64+ < button class ="nav-toggle " onclick ="this.nextElementSibling.classList.toggle('open') " aria-label ="Menu "> ☰</ 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 🎮</ a > < a href ="../hardware-lab.html "> Hardware Lab 🔌</ a > < a href ="../flow.html "> Flow</ a > < a href ="../books.html "> 📚 Books</ a >
65+ < a href ="/stacks/index.html "> 🏭 Stacks</ a > < a href ="/index.html#health-devices "> ❤️ Health</ a > < a href ="https://github.com/embeddedos-org " class ="nav-github " target =" _blank " rel =" noopener " > ★ GitHub</ a > < button class ="nav-search-btn " onclick ="EosSearch.open() " aria-label ="Search " title ="Search (/) "> 🔍</ 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 >
@@ -553,7 +553,7 @@ <h1>EAI Developer Documentation <span class="version-badge">v1.0.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 ">
Original file line number Diff line number Diff line change 6161</ head > < body >
6262< nav class ="navbar "> < div class ="nav-inner ">
6363< 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 "> ☰</ 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 🎮</ a > < a href ="../hardware-lab.html "> Hardware Lab 🔌</ a > < a href ="../flow.html "> Flow</ a > < a href ="../books.html "> 📚 Books</ a >
65- < a href ="/stacks/index.html "> 🏭 Stacks</ a > < a href ="/index.html#health-devices "> ❤️ Health</ a > < a href ="https://github.com/embeddedos-org " class ="nav-github "> ★ GitHub</ a > < button class ="nav-search-btn " onclick ="EosSearch.open() " aria-label ="Search " title ="Search (/) "> 🔍</ button > </ div > </ div > </ nav >
64+ < button class ="nav-toggle " onclick ="this.nextElementSibling.classList.toggle('open') " aria-label ="Menu "> ☰</ 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 🎮</ a > < a href ="../hardware-lab.html "> Hardware Lab 🔌</ a > < a href ="../flow.html "> Flow</ a > < a href ="../books.html "> 📚 Books</ a >
65+ < a href ="/stacks/index.html "> 🏭 Stacks</ a > < a href ="/index.html#health-devices "> ❤️ Health</ a > < a href ="https://github.com/embeddedos-org " class ="nav-github " target =" _blank " rel =" noopener " > ★ GitHub</ a > < button class ="nav-search-btn " onclick ="EosSearch.open() " aria-label ="Search " title ="Search (/) "> 🔍</ 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 >
@@ -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 ">
Original file line number Diff line number Diff line change 6161</ head > < body >
6262< nav class ="navbar "> < div class ="nav-inner ">
6363< 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 "> ☰</ 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 🎮</ a > < a href ="../hardware-lab.html "> Hardware Lab 🔌</ a > < a href ="../flow.html "> Flow</ a > < a href ="../books.html "> 📚 Books</ a >
65- < a href ="/stacks/index.html "> 🏭 Stacks</ a > < a href ="/index.html#health-devices "> ❤️ Health</ a > < a href ="https://github.com/embeddedos-org " class ="nav-github "> ★ GitHub</ a > < button class ="nav-search-btn " onclick ="EosSearch.open() " aria-label ="Search " title ="Search (/) "> 🔍</ button > </ div > </ div > </ nav >
64+ < button class ="nav-toggle " onclick ="this.nextElementSibling.classList.toggle('open') " aria-label ="Menu "> ☰</ 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 🎮</ a > < a href ="../hardware-lab.html "> Hardware Lab 🔌</ a > < a href ="../flow.html "> Flow</ a > < a href ="../books.html "> 📚 Books</ a >
65+ < a href ="/stacks/index.html "> 🏭 Stacks</ a > < a href ="/index.html#health-devices "> ❤️ Health</ a > < a href ="https://github.com/embeddedos-org " class ="nav-github " target =" _blank " rel =" noopener " > ★ GitHub</ a > < button class ="nav-search-btn " onclick ="EosSearch.open() " aria-label ="Search " title ="Search (/) "> 🔍</ 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 >
@@ -336,7 +336,7 @@ <h3>DOM Attribute & 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 ">
Original file line number Diff line number Diff line change 6161</ head > < body >
6262< nav class ="navbar "> < div class ="nav-inner ">
6363< 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 "> ☰</ 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 🎮</ a > < a href ="../hardware-lab.html "> Hardware Lab 🔌</ a > < a href ="../flow.html "> Flow</ a > < a href ="../books.html "> 📚 Books</ a >
65- < a href ="/stacks/index.html "> 🏭 Stacks</ a > < a href ="/index.html#health-devices "> ❤️ Health</ a > < a href ="https://github.com/embeddedos-org " class ="nav-github "> ★ GitHub</ a > < button class ="nav-search-btn " onclick ="EosSearch.open() " aria-label ="Search " title ="Search (/) "> 🔍</ button > </ div > </ div > </ nav >
64+ < button class ="nav-toggle " onclick ="this.nextElementSibling.classList.toggle('open') " aria-label ="Menu "> ☰</ 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 🎮</ a > < a href ="../hardware-lab.html "> Hardware Lab 🔌</ a > < a href ="../flow.html "> Flow</ a > < a href ="../books.html "> 📚 Books</ a >
65+ < a href ="/stacks/index.html "> 🏭 Stacks</ a > < a href ="/index.html#health-devices "> ❤️ Health</ a > < a href ="https://github.com/embeddedos-org " class ="nav-github " target =" _blank " rel =" noopener " > ★ GitHub</ a > < button class ="nav-search-btn " onclick ="EosSearch.open() " aria-label ="Search " title ="Search (/) "> 🔍</ button > </ div > </ div > </ nav >
6666< div class ="doc-layout "> < aside class ="doc-sidebar "> < div class ="sidebar-section "> < div class ="sidebar-title "> ebuild</ div >
6767< a href ="#install " class ="sidebar-link active "> Installation</ a > < a href ="#init " class ="sidebar-link "> ebuild init</ a >
6868< a href ="#build " class ="sidebar-link "> ebuild build</ a > < a href ="#flash " class ="sidebar-link "> ebuild flash</ a >
@@ -496,7 +496,7 @@ <h5>Example — Embedded (minimal)</h5><pre><code>$ ebuild deps resolve
496496< div class ="footer-brand "> < h3 > EmbeddedOS</ h3 > < p > Open-source embedded OS for intelligent devices.</ p > </ div >
497497< 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 >
498498< 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 >
499- < 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 >
499+ < 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 >
500500 < div >
501501 < h4 > Connect</ h4 >
502502 < ul class ="social-list ">
You can’t perform that action at this time.
0 commit comments