|
11 | 11 | </head>
|
12 | 12 | <body>
|
13 | 13 | <section class="page-header">
|
14 |
| - <h1 class="project-name">Embox</h1> |
| 14 | + <img src="logo.png" alt="Embox Logo" align="center" style='width:50%;' border="0"> |
15 | 15 | <h2 class="project-tagline">Essential toolbox for embedded development</h2>
|
16 | 16 | <a href="https://github.com/embox/embox" class="btn">View on GitHub</a>
|
17 | 17 | <a href="https://github.com/embox/embox/zipball/master" class="btn">Download .zip</a>
|
18 | 18 | <a href="https://github.com/embox/embox/tarball/master" class="btn">Download .tar.gz</a>
|
19 | 19 | </section>
|
20 | 20 |
|
21 | 21 | <section class="main-content">
|
22 |
| - <p><strong>Embox</strong> is a configurable operating system kernel designed for resource |
23 |
| -constrained and embedded systems.</p> |
| 22 | + <p><strong>Embox</strong> is a configurable operating system kernel designed for resource constrained and embedded systems.</p> |
| 23 | +<h2> |
| 24 | +<a id="main-idea" class="anchor" href="#main-idea" aria-hidden="true"><span class="octicon octicon-link"></span></a>Embox mission</h2> |
24 | 25 |
|
25 |
| -<p>The key feature of Embox is that it can be used at all stages of hardware development with its uses ranging from testing early prototypes in a simulation environment to functioning as a full-featured operating system on the end-user devices.</p> |
| 26 | +<p>Embox main idea is using Linux software without Linux.</p> |
| 27 | + |
| 28 | +<h3>What does it mean?</h3> |
| 29 | +<p>Imagine, you need a single application in the embedded system, but you want to use some libraries (Qt, OpenCV, etc). In Linux case you need a high-performance hardware. In Embox case you can use the software as bare-metal including the only required system parts.</p> |
| 30 | + |
| 31 | +<h3>Benefits</h3> |
| 32 | +You can |
| 33 | + <ul> |
| 34 | + <li>use low power hardware</li> |
| 35 | + <li>use boards with small resources</li> |
| 36 | + <li>use existing software</li> |
| 37 | + <li>develop your software on Linux</li> |
| 38 | + <li>care less about security because static linking disables executing external software</li> |
| 39 | +</ul> |
| 40 | + |
| 41 | +<h3>Achievements</h3> |
| 42 | + <ul> |
| 43 | + <li><a href="https://github.com/embox/embox/wiki/PJSIP-on-STM32" a> VoIP phone on STM32F7Discovery based on PJSIP project</a></li> |
| 44 | + <li><a href="https://github.com/embox/embox/wiki/OpenCV-on-STM32" a> Qt on STM32F7Discovery</a></li> |
| 45 | + <li><a href="https://github.com/embox/embox/wiki/OpenCV-on-STM32" a> OpenCV on STM32F769i board</a></li> |
| 46 | + <li>A lot of programming languages available: Python, Lisp, Java (phoneme), TCL, Ruby, Lua</li> |
| 47 | + <li>SSHD based on Dropbear project</li> |
| 48 | + <li>Mesa3d</li> |
| 49 | + <li>Quake3</li> |
| 50 | + <li>telnetd, httpd</li> |
| 51 | + <li>zeromq, qpid</li> |
| 52 | + <li>...</li> |
| 53 | +</ul> |
| 54 | + |
| 55 | +<h2> |
| 56 | +<a id="Documentation" class="anchor" href="#Documentation" aria-hidden="true"><span class="octicon octicon-link"></span></a>Documentation</h2> |
| 57 | + |
| 58 | + <ul> |
| 59 | + <li><a href="https://github.com/embox/embox/wiki">Wiki</a> on GitHub</li> |
| 60 | + <li><a href="https://github.com/embox/embox-docs/releases">User manuals</a> in PDF</li> |
| 61 | + <li><a href="https://github.com/embox/embox-docs">GitHub repository</a> with source for docs</li> |
| 62 | +</ul> |
26 | 63 |
|
27 | 64 | <h2>
|
28 | 65 | <a id="join-us" class="anchor" href="#join-us" aria-hidden="true"><span class="octicon octicon-link"></span></a>Join us</h2>
|
|
31 | 68 |
|
32 | 69 | <p>Pull requests are always appreciated!</p>
|
33 | 70 |
|
| 71 | +<!-- |
| 72 | +<p>The key feature of Embox is that it can be used at all stages of hardware development with its uses ranging from testing early prototypes in a simulation environment to functioning as a full-featured operating system on the end-user devices.</p> |
| 73 | +--> |
| 74 | + |
| 75 | +<!-- |
34 | 76 | <h2>
|
35 | 77 | <a id="who-we-are" class="anchor" href="#who-we-are" aria-hidden="true"><span class="octicon octicon-link"></span></a>Who we are</h2>
|
36 | 78 |
|
37 | 79 | <p>The project has been started by few employees of Hardware Engineering Department of Lanit-Tercom, Inc. as a part of commercial project in 2009, and soon it was decided to share the code with others. Now the development team consists primarily of students of Saint-Petersburg State University as well as of the founders of the project.</p>
|
38 |
| - |
| 80 | +--> |
39 | 81 | <footer class="site-footer">
|
40 | 82 |
|
41 | 83 | <span class="site-footer-credits">This page was generated by <a href="https://pages.github.com">GitHub Pages</a> using the <a href="https://github.com/jasonlong/cayman-theme">Cayman theme</a> by <a href="https://twitter.com/jasonlong">Jason Long</a>.</span>
|
|
0 commit comments