]>
git.feebdaed.xyz Git - 0xmirror/CANopenLinux.git/log
summary |
shortlog | log |
commit |
commitdiff |
tree
first ⋅ prev ⋅ next
Janez [Thu, 7 Sep 2023 15:08:02 +0000 (17:08 +0200)]
Update CANopenNode. CO_driver.c: use flags with CAN ID (RTR, ERR, EFF)
Janez [Mon, 20 Mar 2023 09:30:25 +0000 (10:30 +0100)]
CANopenNode update
Janez [Sat, 18 Mar 2023 16:59:34 +0000 (17:59 +0100)]
Add Python example for cocomm
Janez [Fri, 17 Mar 2023 12:50:31 +0000 (13:50 +0100)]
Fixed static analyzer warnings: [-Wanalyzer-double-free]
Janez [Fri, 13 Aug 2021 05:37:01 +0000 (07:37 +0200)]
Merge pull request #3 from boston-engineering/rac_valgrind
Fixed issue where CO_driver and CO_epoll_interface produce valgrind error
Rene Colato [Thu, 12 Aug 2021 15:34:35 +0000 (11:34 -0400)]
Fixed issue where CO_driver and CO_epoll_interface produce valgrind error because epoll_event is passed into epoll_ctl uninitialized.
Janez [Thu, 22 Jul 2021 13:27:20 +0000 (15:27 +0200)]
Make persistent file size oversize more correct #2
Janez [Mon, 5 Jul 2021 14:54:03 +0000 (16:54 +0200)]
Merge branch 'master' of https://github.com/CANopenNode/CANopenLinux
Janez [Mon, 5 Jul 2021 14:53:13 +0000 (16:53 +0200)]
Update: CANopenNode, doxyfile, add example for CO_MULTIPLE_OD.
Janez [Mon, 17 May 2021 16:47:26 +0000 (18:47 +0200)]
Create FUNDING.yml
Janez [Mon, 17 May 2021 11:58:16 +0000 (13:58 +0200)]
Update documentation, add CO_application.h, other updates
- add Doxfile
- add install to makefile
- fix in cocomm
Janez [Thu, 6 May 2021 15:29:31 +0000 (17:29 +0200)]
Initial commit, code from CANopenNode/socketCAN and CANopenSocket/cocomm
- Linux driver files copied from https://github.com/CANopenNode/CANopenNode/tree/
76b43c88ef6d5490cb2f1518e10646e8dcb45c76 /socketCAN
- cocomm copied from https://github.com/CANopenNode/CANopenSocket/tree/
71f21e41fd4527718d8b6161938b479386d2d03b /cocomm
- Submodule CANopenNode added.
- Few adjustments and documentation written.