1
0
Fork 0
CANopenNode/stack/eCos
2015-07-26 19:15:21 +02:00
..
application.cpp Move and rename files. No file change. 2015-07-25 14:03:15 +02:00
CO_driver.c Cleanup in comments (no code changed). 2015-07-25 17:36:46 +02:00
CO_driver.h Specifiers CO_bool_t, CO_true and CO_false replaced with bool_t, true and false. 2015-07-26 19:15:21 +02:00
CO_Flash.c Cleanup in comments (no code changed). 2015-07-25 17:36:46 +02:00
CO_Flash.h Cleanup in comments (no code changed). 2015-07-25 17:36:46 +02:00
CO_OD.c Move and rename files. No file change. 2015-07-25 14:03:15 +02:00
CO_OD.h Move and rename files. No file change. 2015-07-25 14:03:15 +02:00
CO_PollingTimer.c Move and rename files. No file change. 2015-07-25 14:03:15 +02:00
CO_PollingTimer.h Move and rename files. No file change. 2015-07-25 14:03:15 +02:00
ecos_helper.cpp Move and rename files. No file change. 2015-07-25 14:03:15 +02:00
ecos_helper.h Move and rename files. No file change. 2015-07-25 14:03:15 +02:00
main.c Move and rename files. No file change. 2015-07-25 14:03:15 +02:00
Makefile Move and rename files. No file change. 2015-07-25 14:03:15 +02:00
readme.txt Cleanup in comments (no code changed). 2015-07-25 17:36:46 +02:00

CANopenNode driver for eCos CAN framework.

The driver supports any hardware that is supported by the eCos CAN framework.
See http://ecos.sourceware.org/

The driver was developed and tested with the Olimex LCP-E2294-1MB board:
https://www.olimex.com/Products/ARM/NXP/LPC-E2294-1MB/
and with the Olimex LPC-L2294-1MB board:
https://www.olimex.com/Products/ARM/NXP/LPC-L2294-1MB/

Contributed by Uwe Kindler
Date of contribution: 6.10.2013
See: http://sourceforge.net/p/canopennode/discussion/387151/thread/7603e3b5/

Status:
 - stable
 - Parameter storage via objects 0x1010 and 0x1011 (eCos generic flash support).