Skip to content

Non-preemptive multitasking for embedded systems

License

Notifications You must be signed in to change notification settings

panicz/hubertos

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 

Repository files navigation

hubertos

Non-preemptive multitasking for embedded systems using setjmp/longjmp

The caveats are that the task functions should not use any automatic variables (that is, all variables should be either global or preferably static), and system calls (currently the "wait" macro) can only be used from within the tasks main functions.

About

Non-preemptive multitasking for embedded systems

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages