From 745f9885e549c263a5581eaed250c2a8732c1808 Mon Sep 17 00:00:00 2001
From: Rafael Zurita There are several short and quick examples applications for getting started with multi-tasking embedded system programming using Xinu OS (some of them come from the
Comer's Book).
-These are easy to understand, just follow the few steps in the README file of each one. Check them here: Xinu examples apps source code.Basic examples
Note: the only requirement for proper concurrent programming is to understand basic OS topics, like multi-task programming (priorities, processes states, etc), syncronization between processes, semaphores and mutexes. If you not, don't worry, you can play with the examples for a while while reading about those topics in some OS book.