Readme - MicroC/OS-II Tutorial Software Example

Description:

There are five active tasks in the MicroC/OS-II Tutorial example.  
Task send_task fills up a message queue with incrementing data.  
Tasks receive_task1 and receive_task2 periodically pull messages out of the message queue.  
Tasks getsem_task1 and getsem_task2 compete over a shared resource that is protected by a semaphore. 
There are two additional tasks.  One of the tasks is used for initialization, 
and the other is used to print out status information.

Requirements:
  -Supported Example Hardware Platforms:
    Standard
    Full Featured

 -Supported Development Boards
    Nios Development Board, Stratix II Edition
    Nios Development Board, Stratix Professional Edition
    Nios Development Board, Stratix Edition
    Nios Development Board, Cyclone Edition

  -System Library settings:
    RTOS Type - MicroC/OS-II
    Period System Timer - SYS_CLK_TIMER

Peripherals Exercised:
  JTAG Uart
  SYS_CLK_TIMER
