C++ RTOS & TCP/IP stack
This is an RTOS written in C++. The RTOS is not fully tested so use it with care.
The OS objects now presents are:
OSCore: RTOS kernel
OSTask: Task object (can be used as an interface or to call an external function)
OSTimer: Timer implementation (can be used as an interface or to call an external function)
OSSemaphore: Counting semaphore implementation
OSMessageBox: Message box implementation
OSHeap: Provides dynamic memory managment
OSLibUart: Object providing uart functions
The projects can download/debug using the included openOCD.
The updated eclipse/codesourceryLite workspace here.
Post edited by: ravaz, at: 2008/10/20 06:15
login or register to reply
|