1
0
Fork 0
CANopenNode/301
Janez 88558203a0 Linux socketCAN driver, fix CANsend().
There was a problem with block transfer, when transmitting sequence of
data. If CANsend() failed (socket buffer full), message was dropped.
Now dropped message is marked with bufferFull flag and then it is
re-transmitted later by the driver, as is in the original behaviour of
CANopenNode. Same as commit acd719e27 in v2.0.
2021-02-08 17:01:55 +01:00
..
CO_config.h Heartbeat consumer updated to newOD 2021-01-30 14:40:27 +01:00
CO_driver.h Simplify Data Storage 2021-02-01 15:24:37 +01:00
CO_Emergency.c Heartbeat consumer updated to newOD 2021-01-30 14:40:27 +01:00
CO_Emergency.h CO_config.h: use global macros for common definitions 2021-01-25 21:32:51 +01:00
CO_fifo.c Replace type char with uint8_t or int8_t, where appropriate 2021-01-05 09:22:19 +01:00
CO_fifo.h Replace type char with uint8_t or int8_t, where appropriate 2021-01-05 09:22:19 +01:00
CO_HBconsumer.c Heartbeat consumer updated to newOD 2021-01-30 14:40:27 +01:00
CO_HBconsumer.h Heartbeat consumer updated to newOD 2021-01-30 14:40:27 +01:00
CO_NMT_Heartbeat.c Add data storage, common and Linux specific functions, tested in Linux. 2021-01-25 12:42:10 +01:00
CO_NMT_Heartbeat.h CO_config.h: use global macros for common definitions 2021-01-25 21:32:51 +01:00
CO_ODinterface.c OD_interface, getter and setter helper functions simplified, #162 2021-01-07 08:36:45 +01:00
CO_ODinterface.h Add data storage, common and Linux specific functions, tested in Linux. 2021-01-25 12:42:10 +01:00
CO_PDO.c CANopenNode V2.0 pre-release 2020-10-07 17:50:25 +02:00
CO_PDO.h CO_config.h: use global macros for common definitions 2021-01-25 21:32:51 +01:00
CO_SDOclient.c Linux socketCAN driver, fix CANsend(). 2021-02-08 17:01:55 +01:00
CO_SDOclient.h Remove CO_errinfo() from driver and put errInfo into CO_CANopenInit() as arg 2021-01-20 12:49:20 +01:00
CO_SDOserver.c Linux socketCAN driver, fix CANsend(). 2021-02-08 17:01:55 +01:00
CO_SDOserver.h CO_config.h: use global macros for common definitions 2021-01-25 21:32:51 +01:00
CO_storage.c Simplify Data Storage 2021-02-01 15:24:37 +01:00
CO_storage.h Simplify Data Storage 2021-02-01 15:24:37 +01:00
CO_SYNC.c small fix 2020-09-29 12:26:26 +02:00
CO_SYNC.h CO_config.h: use global macros for common definitions 2021-01-25 21:32:51 +01:00
CO_TIME.c 301/CO_time.c updated to newOD. Some principles changed. 2021-01-25 12:52:52 +01:00
CO_TIME.h CO_config.h: use global macros for common definitions 2021-01-25 21:32:51 +01:00
crc16-ccitt.c Better organised configuration macros (CO_config.h): 2020-09-14 15:50:21 +02:00
crc16-ccitt.h Better organised configuration macros (CO_config.h): 2020-09-14 15:50:21 +02:00