badgeteam / BadgerOS

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

Home Page:https://badge.team/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

BadgerOS

BadgerOS is the operating system currently in development for the upcoming WHY2025 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.

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

  • git
  • build-essential
  • cmake
  • gcc-riscv64-linux-gnu
  • python3
  • picocom

Build system

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

To select target chip, choose one of:

  • export BADGEROS_PORT=esp32p4
  • export BADGEROS_PORT=esp32c6 (default)

Before building, first run: make prepare

To build: make build

To remove build files: make clean

To flash to an ESP: make flash

To open picocom: make monitor

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

To check code 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.

https://badge.team/

License:MIT License


Languages

Language:C 90.3%Language:Python 2.7%Language:Assembly 2.6%Language:CMake 1.8%Language:C++ 1.3%Language:Makefile 0.9%Language:Nix 0.2%Language:Shell 0.1%