1
0
Fork 0
CANopenNode/stack
Martin Wagner f6fb0894f6
Merge pull request #128 from wilkinsw/sync-optional
change SYNC module to be optional
2019-12-20 07:34:46 +01:00
..
drvTemplate Single project-wide header for driver functions 2019-11-13 13:28:21 +01:00
dsPIC30F Single project-wide header for driver functions 2019-11-13 13:28:21 +01:00
eCos Single project-wide header for driver functions 2019-11-13 13:28:21 +01:00
LPC177x_8x Merge branch 'common-header-for-drivers' of https://github.com/odesenfans/CANopenNode into odesenfans-common-header-for-drivers 2019-12-18 08:21:13 +01:00
LPC1768 Single project-wide header for driver functions 2019-11-13 13:28:21 +01:00
MCF5282 Single project-wide header for driver functions 2019-11-13 13:28:21 +01:00
neuberger-socketCAN Merge pull request #128 from wilkinsw/sync-optional 2019-12-20 07:34:46 +01:00
PIC24_dsPIC33 Merge branch 'common-header-for-drivers' of https://github.com/odesenfans/CANopenNode into odesenfans-common-header-for-drivers 2019-12-18 08:21:13 +01:00
PIC32 Merge pull request #128 from wilkinsw/sync-optional 2019-12-20 07:34:46 +01:00
SAM3X Single project-wide header for driver functions 2019-11-13 13:28:21 +01:00
socketCAN Merge pull request #128 from wilkinsw/sync-optional 2019-12-20 07:34:46 +01:00
STM32 Merge branch 'common-header-for-drivers' of https://github.com/odesenfans/CANopenNode into odesenfans-common-header-for-drivers 2019-12-18 08:21:13 +01:00
STM32F3 Single project-wide header for driver functions 2019-11-13 13:28:21 +01:00
CO_Emergency.c Fixed direct use of msg->ident to use driver abstraction function instead, since not all drivers employ the same msg struct 2019-11-15 14:38:54 -08:00
CO_Emergency.h Merge pull request #110 from JuPrgn/FeatTimestamp 2019-12-09 08:23:16 +01:00
CO_HBconsumer.c heartbeat consumer: added callback for first received heartbeat 2018-12-14 09:06:39 +01:00
CO_HBconsumer.h heartbeat consumer: added callback for first received heartbeat 2018-12-14 09:06:39 +01:00
CO_LSS.h - changed unnamed struct CO_LSS_address_t 2018-05-02 12:55:44 +02:00
CO_LSSmaster.c lss master: Deselect all work in all states and cleans up the master state machine 2018-10-09 07:48:41 +02:00
CO_LSSmaster.h lss master: Deselect all work in all states and cleans up the master state machine 2018-10-09 07:48:41 +02:00
CO_LSSslave.c Fix bool equality checks 2019-11-11 16:36:55 +01:00
CO_LSSslave.h LSS slave: LSS startup did not confirm to CiA DSP 305 Figure 47 2018-12-14 09:04:49 +01:00
CO_NMT_Heartbeat.c Conditionally compile LED state code 2019-11-15 14:26:02 -08:00
CO_NMT_Heartbeat.h Conditionally compile LED state code 2019-11-15 14:26:02 -08:00
CO_PDO.c Merge pull request #128 from wilkinsw/sync-optional 2019-12-20 07:34:46 +01:00
CO_PDO.h change SYNC module to be optional 2019-12-10 16:33:21 -08:00
CO_SDO.c Fix inverted 1003 condition 2019-11-12 08:41:08 +01:00
CO_SDO.h Merge branch 'memory-sync' into neuberger-master 2018-09-05 08:33:11 +02:00
CO_SDOmaster.c sdo master: callback for local OD is not triggered by message rx, so trigger it manually 2018-10-01 15:13:33 +02:00
CO_SDOmaster.h sdo client: use SDO client parameter default entries as start values 2018-09-13 09:12:48 +02:00
CO_SYNC.c Fix useless comparison 2018-09-05 09:52:39 +02:00
CO_SYNC.h Added memory barrier to all objects 2017-09-01 13:45:34 +02:00
CO_TIME.c feat: Add TIME producer and refactor TIME consumer 2019-11-12 12:28:33 +01:00
CO_TIME.h doc: update TIME doc and add an example 2019-12-06 15:34:02 +01:00
CO_trace.c Merge pull request #106 from vestas-wind-systems/co_trace_format_specifiers 2019-10-09 17:11:12 +02:00
CO_trace.h Added guards for c++ compilation 2017-05-10 15:30:25 +02:00
crc16-ccitt.c Compiler switch enables providing own CRC16 implemetation. 2017-05-10 15:29:08 +02:00
crc16-ccitt.h Merge pull request #35 from martinwag/add-cpp-guards 2017-05-20 16:28:25 +02:00