Posted by : Boseji
Friday, July 6, 2012
We published out long time used and proven Circular Queue software. The is specifically targeted to be used in microcontroller with memory constrains. The Internal logic of the circular queue features some of the most needed features to make decoding of messages possible. In order to provide the multi-entry and thread safe functionality there is inherent go-no-go logic built into the queue data-structure.
This library can also be used with RTOS by providing the 'CRITICAL' section attributes where ever needed.
An PC based example is also provided to help understand the operation of the circular queue.
We would be publishing the UART example for this library soon.
This library can also be used with RTOS by providing the 'CRITICAL' section attributes where ever needed.
An PC based example is also provided to help understand the operation of the circular queue.
We would be publishing the UART example for this library soon.
Related Posts :
- Back to Home »
- open Source , software , tricks »
- Embedded Systems Circular Queue


Post a Comment