1
0
Fork 0
Commit graph

26 commits

Author SHA1 Message Date
Håkon Bårsaune
f1348d4072
Reorder options and device name in usage text. (#26) 2025-08-18 07:05:54 +02:00
Janez
064b4c4e70 Update CANopenNode & CO_gateway_ascii: "log" inquiry now works. 2025-08-04 18:08:10 +02:00
Sam Van Den Berge
52ffe7acb0
Add missing #ifndef checks (#24)
Commit 2854ea4a introduced "#define CO_CONFIG_GFC ..." and "#define
CO_CONFIG_SRDO ..." without surrounding it around #ifndef.

As a result, when e.g. CO_CONFIG_GFC or CO_CONFIG_SRDO is defined in a
Makefile, the compiler will complain about redefining that variable.

Signed-off-by: Sam Van Den Berge <sam.van.den.berge@gmail.com>
2025-03-01 18:29:44 +01:00
Janez
e5655d1ce0 CANopenNode update. 2024-10-19 12:43:44 +02:00
Janez
ef12016a55 Fix example/CO_storageLinux.c.
CO_LOCK_OD(CANmodule) must not be used, because lock is already
applied by SDO server.
2024-10-10 16:12:04 +02:00
Janez
059c6b5038 Update doxygen documentation. 2024-08-07 00:27:28 +02:00
Janez
025ec339cf Merge branch 'master' of https://github.com/CANopenNode/CANopenLinux
# Conflicts:
#	CO_epoll_interface.c
2024-07-13 19:24:28 +02:00
Janez
b4aafb0ad3 CANopenNode update 2024-07-13 19:11:29 +02:00
Janez
4c9505083c Format the .h files using clang-format v15. 2024-07-09 01:29:26 +02:00
Janez
e3b61c3630 Format the .c files using clang-format v15. 2024-07-09 01:02:26 +02:00
Janez
2854ea4a44 Format some comments including license information. 2024-07-09 00:49:52 +02:00
Janez
90e266ce89 Update CANopenNode, format the license information in files. 2024-07-09 00:48:41 +02:00
Janez
b99ab16ad5
Merge pull request #22 from zfxsss/typo-socetAcceptEnableForEpoll-
typo "socetAcceptEnableForEpoll" fix
2024-06-22 16:20:59 +02:00
zhefengxu-eaton
1a509fb77d typo "socetAcceptEnableForEpoll" fix 2024-06-20 09:11:23 -04:00
Janez
ebcc3c8f01 Update CANopenNode. CO_driver.c: use flags with CAN ID (RTR, ERR, EFF) 2023-09-07 17:08:02 +02:00
Janez
47044b10f3 CANopenNode update 2023-03-20 10:30:25 +01:00
Janez
a4a0172b31 Add Python example for cocomm 2023-03-18 17:59:34 +01:00
Janez
bf94f78ce2 Fixed static analyzer warnings: [-Wanalyzer-double-free] 2023-03-17 13:50:31 +01:00
Janez
c849a378bd
Merge pull request #3 from boston-engineering/rac_valgrind
Fixed issue where CO_driver and CO_epoll_interface produce valgrind error
2021-08-13 07:37:01 +02:00
Rene Colato
a2d7e89a45 Fixed issue where CO_driver and CO_epoll_interface produce valgrind error because epoll_event is passed into epoll_ctl uninitialized. 2021-08-12 11:34:35 -04:00
Janez
b4c6ba0e13 Make persistent file size oversize more correct #2 2021-07-22 15:27:20 +02:00
Janez
77cc1eea33 Merge branch 'master' of https://github.com/CANopenNode/CANopenLinux 2021-07-05 16:54:03 +02:00
Janez
18a9ef3479 Update: CANopenNode, doxyfile, add example for CO_MULTIPLE_OD. 2021-07-05 16:53:13 +02:00
Janez
32a9029141
Create FUNDING.yml 2021-05-17 18:47:26 +02:00
Janez
21e11a3bf1 Update documentation, add CO_application.h, other updates
- add Doxfile
- add install to makefile
- fix in cocomm
2021-05-17 13:58:16 +02:00
Janez
87cfbac52b Initial commit, code from CANopenNode/socketCAN and CANopenSocket/cocomm
- Linux driver files copied from 76b43c88ef/socketCAN
- cocomm copied from 71f21e41fd/cocomm
- Submodule CANopenNode added.
- Few adjustments and documentation written.
2021-05-06 17:29:31 +02:00