Giter Club home page Giter Club logo

esp-os's Introduction

ESP-OS

Logo of ESP-CF An operating system that is designed for microcontrollers. Written in C++. Successor of Esp-cf. It's recommended to download from the releases and use PuTTY as a serial interface.

Compatibility

  • Tested and fully working on ESP8266 and Arduino Uno R4 Wifi (Requires Arduino-Kernel).
  • Should work on ESP32.
  • May need a modded kernel for other microcontrollers.
  • Kernel and OS need to be the same version for now.

Programs

  • SysInfo: View information about the system.
  • Calculator: A simple calculator.
  • Direct Syscall: Execute system calls directly.

Terminal commands

The terminal allows you to enter and execute them. See available commands.

Task scheduler

Task scheduler allows you to create and schedule tasks, with different priorities, for example, blinking an led(built-in). Task scheduler also allows you to kill tasks by pid.

Priority map:

  • 0 - Highest priority, used for critical tasks
  • 1 - Very high priority, used for important tasks, for example in calculations
  • 2 - High priority, used for normal tasks that require frequent use
  • 3-4 - Higher than normal priority, use for less frequent tasks
  • 5 - Normal priority, used for normal tasks
  • 6-10 - Lower priority, used for example blinking a led

Commands

  • scheduler.create_task(function, period, name, priority)
  • scheduler.kill_task(pid)
  • scheduler.get_tasks()
  • scheduler.get_pid(name)
  • scheduler.execute_tasks()

Versions

Legacy versions aren't supported or maintained

  • Pre-Release 1.0 (Released, Legacy version)
  • Pre-Release 1.1 (Released, Legacy version)
  • Release 1.0 (Released, Legacy version)
  • Release 1.0.1 (Released)
  • Release 1.1.0 (Latest, Recommended)
  • Pre-Release 1.2 (Coming before release v1.2.0)
  • Release 1.2.0 (Work in progress)

I'm not a professional and some information or things could be wrong!

esp-os's People

Contributors

pepe-57 avatar

Stargazers

 avatar Leonard avatar Shokax avatar  avatar RetroTechResto avatar

Watchers

Shokax avatar  avatar

Forkers

study841

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.