/OmphalOS

OmphalOS is an operating system that currently primarily targets mobile devices using embedded microcontrollers.

Primary LanguageRustMIT LicenseMIT

OmphalOS

OmphalOS is an hobby operating system that currently primarily targets mobile devices using embedded microcontrollers.

The only microcontroller supported at this time is the ESP32-S3 series; however, other microcontrollers may be supported in the future.

Supported Devices

ESP32-S3

Getting Started

Prerequisites

Build & Run

This project uses the cargo xtask pattern to build. To build and flash the project to your device, run the following command from the root of the project:

cargo xtask run --board <board>

License

This project is licensed under the MIT license.