Skip to content

Commit df64202

Browse files
anton-bondarevDeryugin
authored andcommitted
Update site
1 parent 6c95a62 commit df64202

File tree

3 files changed

+48
-6
lines changed

3 files changed

+48
-6
lines changed

index.html

+47-5
Original file line numberDiff line numberDiff line change
@@ -11,18 +11,55 @@
1111
</head>
1212
<body>
1313
<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">
1515
<h2 class="project-tagline">Essential toolbox for embedded development</h2>
1616
<a href="https://github.com/embox/embox" class="btn">View on GitHub</a>
1717
<a href="https://github.com/embox/embox/zipball/master" class="btn">Download .zip</a>
1818
<a href="https://github.com/embox/embox/tarball/master" class="btn">Download .tar.gz</a>
1919
</section>
2020

2121
<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>
2425

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>
2663

2764
<h2>
2865
<a id="join-us" class="anchor" href="#join-us" aria-hidden="true"><span class="octicon octicon-link"></span></a>Join us</h2>
@@ -31,11 +68,16 @@ <h2>
3168

3269
<p>Pull requests are always appreciated!</p>
3370

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+
<!--
3476
<h2>
3577
<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>
3678
3779
<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+
-->
3981
<footer class="site-footer">
4082

4183
<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>

logo.png

43.7 KB
Loading

stylesheets/stylesheet.css

+1-1
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,7 @@ a {
6161

6262
@media screen and (min-width: 64em) {
6363
.page-header {
64-
padding: 5rem 6rem; } }
64+
padding: 2rem 6rem; } }
6565

6666
@media screen and (min-width: 42em) and (max-width: 64em) {
6767
.page-header {

0 commit comments

Comments
 (0)