Skip to content

A new operating system designed to bring portable native apps to electronic event badges.

License

Notifications You must be signed in to change notification settings

cyber-murmel/BadgerOS

 
 

Repository files navigation

BadgerOS

BadgerOS is the operating system currently in development for the upcoming MCH2025(1) badge. The goal is the allow future badge users to get both the performance that native apps can afford as well as the portability made possible by this OS.

(1) MCH2025 is a preliminary name, MCH2025 is an event that will be organised by IFCAT in 2025.

Index

Contributing

We are an open-source project, so we can always use more hands! If you're new to this project and want to help, message us:

After that, see Project structure for reference about how this project works.

Prerequisites

To build BadgerOS:

To flash to an ESP:

Optional recommends:

  • picocom

Build system

The build system is based on Makefiles and CMake. The following commands can be used to perform relevant actions:

To build: make build

To remove build files: make clean

To flash to an ESP: source <path to ESP-IDF>/export.sh (once) make flash (every time you flash)

To open picocom: make monitor

To build, flash and open picocom: make or make all

To check cody style: make clang-format-check (code formatting) and make clang-tidy-check (programming guidelines)

Build artifacts will be put into the kernel/firmware folder once the project was successfully built.

Credits

Contributors

Nickname Name Components
RobotMan2412 Julian Scheffers CPU low-level, peripheral low-level
TMM2K Hein-Pieter van Braam Memory management
Quantumcatgirl Joyce Ng Rui Lin Filesystems

Ex-contributors

Nickname Name Components
Ronaksm Ronak S. Manani SPI research
ikskuh Felix queißner Continuous integration, temporary scheduler

About

A new operating system designed to bring portable native apps to electronic event badges.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • C 93.3%
  • Assembly 2.6%
  • CMake 1.9%
  • Python 1.3%
  • Other 0.9%