Janez
|
e6b4c1f5b1
|
socketCAN now compiles and runs.
|
2020-03-12 08:38:58 +01:00 |
|
Janez
|
02e2cc5860
|
Stack configuration added do CO_driver.h
Change macro CO_USE_LEDS -> CO_CONFIG_NMT_LEDS 1
Change macro CO_SDO_BUFFER_SIZE -> CO_CONFIG_SDO_BUFFER_SIZE
|
2020-03-07 16:26:52 +01:00 |
|
Janez
|
b49907f133
|
Update docs
|
2020-03-06 11:34:30 +01:00 |
|
Janez
|
9d17b0d671
|
socketCAN driver:
- Always enable CANptr and timestamp info in CO_CANrx_t.
- Update documentation
|
2020-02-29 22:34:48 +01:00 |
|
Janez
|
78487ba89f
|
Clarify EM, SDOserver, SDOclient and LSSmaster callback functions.
callback functions called also from SDO_blockTransferInProgress.
Clarify timerNext_us parameter to CO_process() function.
|
2020-02-27 16:43:27 +01:00 |
|
Janez
|
3fc564b72f
|
Remove CO_CANopenInitCallback() from CANopen.h/.c (revert)
|
2020-02-27 15:25:59 +01:00 |
|
Janez
|
22e66b7bb4
|
socketCAN/CO_Linux_threads
- CANrx_threadTmr_init(uint16_t interval_in_milliseconds
(changed to) uint32_t interval_in_microseconds)
- other timing updated
|
2020-02-27 13:28:23 +01:00 |
|
Janez
|
8fb48173c6
|
Add CO_CANopenInitCallback() into CANopen.h/.c.
Change CO_*_initCallback() functions - add 'void *object' argument.
|
2020-02-27 13:09:48 +01:00 |
|
Janez
|
a513d84e45
|
Move Makefile into example/
Renamed to example/CO_driver_blank.c and example/main_blank.c
Copied socketCAN/main.c from CANopenSocket project.
|
2020-02-26 13:01:53 +01:00 |
|
Janez
|
e55674bf6f
|
Documentation updated, ChangeLog deviceSupport and gettingStarted added.
CANopen.h fixed.
|
2020-02-15 16:35:39 +01:00 |
|