Embox is a configurable operating system designed for resource constrained and embedded systems.
Embox mission
Embox main idea is using Linux software everywhere including MCUs.
What does it mean?
Imagine, you need a single application in the embedded system, but you want to use some libraries (Qt, OpenCV, etc). In the Linux case, you need high-performance hardware. In Embox case you can use the software as bare-metal including the only required system parts.
In the other words, Embox is util which allows creating a special distributive for your exact purpose. Although there are kernel, network, file system, standard POSIX library etc. you can accurately configure every module. Therefore it will include only those parts that you wish.
Benefits
You can- use low power hardware
- use boards with small resources
- use existing software
- develop your software on Linux
- care less about security because static linking disables executing external software
Achievements
- VoIP phone on STM32F7Discovery based on PJSIP project
- Qt on STM32F7Discovery
- OpenCV on STM32F769i board
- A lot of programming languages available: Python, Lisp, Java (phoneme), TCL, Ruby, Lua
- SSHD based on Dropbear project
- Mesa3d
- Quake3
- telnetd, httpd
- zeromq, qpid
- ...
Documentation
- Wiki on GitHub
- User manuals in PDF
- GitHub repository with source for docs
Join us
If you would like to participate or have any question, feel free to open an issue on GitHub or leave a message in our group (mailing list embox-devel@googlegroups.com) or telegram chat https://t.me/embox_chat_en
Pull requests are always appreciated!