We strongly encourage users to use Package manager for sharing their code on Libstock website, because it boosts your efficiency and leaves the end user with no room for error. [more info]
Rating:
Author: Alex Monte
Last Updated: 2014-03-20
Package Version: 1.0.0.0
Category: Timers (Real time clock)
Downloaded: 844 times
Followed by: 1 user
License: MIT license
TechRTOS is a very simple cooperative RTOS for PIC18. It has a timersystem and also containers such as list and hashmap. This is a beta version that seems to be working well, but if you find any bug please report it. Be careful with reentrancies and avoid using local non-static variables.
Do you want to subscribe in order to receive notifications regarding "TechRTOS - PIC18" changes.
Do you want to unsubscribe in order to stop receiving notifications regarding "TechRTOS - PIC18" changes.
Do you want to report abuse regarding "TechRTOS - PIC18".
DOWNLOAD LINK | RELATED COMPILER | CONTAINS |
---|---|---|
1395311259_techrtos_mikroc_pic.zip [23KB] | mikroC PRO for PIC |
|
TechRTOS
TechRTOS is a very simple cooperative RTOS for PIC18. It has a timersystem and also containers such as list and hashmap. This is a beta version that seems to be working well, but if you find any bug please report it. Be careful with reentrancies and avoid using local non-static variables. The dependencies for compiling the RTOS are:
A sample can be found in the same repository. Documentation will be provided as soon as I have free time. In the meantime, I hope you find the sample helpful.