This discussion has been locked.
You can no longer post new replies to this discussion. If you have a question you can start a new discussion

XC16x: Work on EOS 2.0 is in progress

EOS is a open source real time kernel that was originally developed for the Infineon XC167 processor, and is freely available (version 1.1) at sourceforge.net/.../eos-xc167-rtos
The following features will be introduced in version 2.0:
* Enhanced performance due to code optimization and usage of faster data structures.
* A new bread of high-performance timers.
* Task stack snapshots.
* Stack space checks and possibly other advanced methods to prevent stack overruns.
* documentation for the priority based scheduling algorithm/general documentation.
* A new kernel events interface.
* System queues for general purpose usage.
* Additional features.

Work is expected to continue until mid December.

0