Home !

User Page

Contributions from our users

The items on this page are created by our users who decided to make them available to you.

Disclaimer

Forest Electronic Developments does neither guarantee nor support any of these items. Please, post your support requests on the FEDPIC usergroup.


FreeRTOSTM

Author: Marcel van Lieshout
Tools: FedC and wizC
Target MCU: PIC18
Last update: 2005-06-30
Download:
FreeRTOS web site

FreeRTOS is a portable, open source, mini Real Time Kernel. A free to download and free to use RTOS. Marcel is listed here as the author but only developed the port of FreeRTOS to the FED PIC-compiler, not the RTOS itself. 


Malloc library

Author: Marcel van Lieshout
Tools: FedC and wizC
Target MCU: All PIC's
Last update: 2005-04-28
Download:
malloc.zip

A complete and functional dynamic memory allocation library with very low RAM overhead.
It is ansi compliant and contains several standard functions like malloc() and free().


C18 delays library

Author: Marcel van Lieshout
Tools: FedC and wizC
Target MCU: PIC18
Last update: 2005-04-28
Download:
delays.zip

A fully compatible implementation of the delays library as provided by Microchip with their C18 compiler. It is created to ease the porting of C18 sourcecode to the FED compilers.

 


ANSI headers

Author: Marcel van Lieshout
Tools: FedC and wizC
Target MCU: All PIC's
Last update: 2005-04-28
Download:
ansiheaders.zip

Nothing fancy: Just a few ANSI headers. Some are just wrappers around standard FED headers. Usefull when porting software to the FED compilers. The zip currently contains:

    Float.h
    Limits.h
    Math.h
    Stddef.h
    String.h


OneWire library

Author: Marcel van Lieshout
Tools: FedC and wizC
Target MCU: All PIC's
Last update: 2006-02-19
Download:
OneWire.zip

A complete port of the Maxim/Dallas OneWire public domain kit. For more information, visit the Maxim website.