TOP Contributors

  1. MIKROE (2655 codes)
  2. Alcides Ramos (353 codes)
  3. Shawon Shahryiar (307 codes)
  4. jm_palomino (112 codes)
  5. Chisanga Mumba (90 codes)
  6. S P (73 codes)
  7. dany (71 codes)
  8. MikroBUS.NET Team (35 codes)
  9. NART SCHINACKOW (34 codes)
  10. Armstrong Subero (27 codes)

Most Downloaded

  1. Timer Calculator (136771 times)
  2. FAT32 Library (69976 times)
  3. Network Ethernet Library (55945 times)
  4. USB Device Library (46270 times)
  5. Network WiFi Library (41888 times)
  6. FT800 Library (41183 times)
  7. GSM click (28987 times)
  8. PID Library (26415 times)
  9. mikroSDK (26372 times)
  10. microSD click (25381 times)
Libstock prefers package manager

Package Manager

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]

< Back
Library

TechRTOS - PIC18

Rating:

0

Author: Alex Monte

Last Updated: 2014-03-20

Package Version: 1.0.0.0

Category: Timers (Real time clock)

Downloaded: 832 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.

No Abuse Reported

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".

  • Information
  • Comments (0)
DOWNLOAD LINK RELATED COMPILER CONTAINS
mikroC PRO for PIC
  • lib
  • src
  • exa
  • hlp
  • hex
  • sch
  • pcb
  • doc

Library Blog

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:

  • Time
  • C_String
  • MemManager

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.

ALSO FROM THIS AUTHOR

Nokia 6100 LCD

0

This driver works for the PIC18X series. Still in beta as it has been tested only with proteus simulator. You can render bitmap images, circles, rectangles, triangles and lines. Please check bmp2c repository if you need to generate your image headers.

[Learn More]