Skip to content
/ DudOS Public
forked from stateos/DemOS

Free, simple, extremely lightweight, stackless, cooperative, quasi operating system (OS) designed for deeply embedded applications

License

Notifications You must be signed in to change notification settings

ayuyaj/DudOS

 
 

Repository files navigation

DudOS

Build Status Github Release Software License

Free, simple, extremely lightweight, stackless, cooperative, quasi operating system (OS) designed for deeply embedded applications. Target: ARM Cortex-M, STM8, ST7, AVR8 families, Windows.

Features

  • kernel works in cooperative mode only
  • tasks operate on the same stack
  • timers
  • binary semaphores
  • protected signals
  • events
  • mutexes
  • all documentation is contained within the source files
  • examples and templates are in separate repositories on GitHub
  • archival releases on sourceforge

Targets

CM0(+), CM3, CM4(F), CM7, STM8, ST7, AVR8, Win32/64

License

This project is licensed under the terms of MIT License (MIT).

About

Free, simple, extremely lightweight, stackless, cooperative, quasi operating system (OS) designed for deeply embedded applications

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • C 99.9%
  • Other 0.1%