|
4f370ee1b2
|
drop legacy logger
|
2021-03-17 14:58:45 +00:00 |
|
|
6411fc5ca7
|
warn about unused return values for *_{init,destroy}() functions
|
2020-09-10 17:41:29 +02:00 |
|
|
3c13f67930
|
refactor: struct node -> struct vnode
|
2020-09-10 17:40:36 +02:00 |
|
|
33eef47f97
|
can: align code to VILLASnode coding-style
|
2020-07-09 07:25:36 +02:00 |
|
|
06fc6ed6ed
|
can: reduce includes to the required minimum
|
2020-07-09 07:25:36 +02:00 |
|
|
5df815765a
|
can: fix authors
|
2020-07-09 07:25:36 +02:00 |
|
|
208fc1843a
|
can: remove unused callbacks
|
2020-07-09 07:25:36 +02:00 |
|
Niklas Eiling
|
c4b21e5f26
|
can: add to_raw conversion and fix data conversions in can_write
|
2020-07-09 07:25:35 +02:00 |
|
Niklas Eiling
|
e3e1ecda2d
|
can: add function that converts arbitrary sized can data to union signal_data
|
2020-07-09 07:25:35 +02:00 |
|
Niklas Eiling
|
0235cc1190
|
can: allow out configuration to not contain name field. Order signals as in the config file instead of searching by name
|
2020-07-09 07:25:35 +02:00 |
|
Niklas Eiling
|
f5e0efb1ef
|
add vim swp files (*.swp) to .gitignore
|
2020-07-09 07:25:35 +02:00 |
|
Niklas Eiling
|
dc247ec33b
|
can: properly set flags
|
2020-07-09 07:25:34 +02:00 |
|
Niklas Eiling
|
9fd6bae450
|
can: make can_read non-blockin using recv() instead of read()
|
2020-07-09 07:25:34 +02:00 |
|
Niklas Eiling
|
62d6ef56e1
|
can: fix can_write using the wrong signal sizes
|
2020-07-09 07:25:34 +02:00 |
|
Niklas Eiling
|
496daae78f
|
can: clean can_parse and test configuration parsing
|
2020-07-09 07:25:34 +02:00 |
|
Niklas Eiling
|
a174e06961
|
can: implement can_write
|
2020-07-09 07:25:34 +02:00 |
|
Niklas Eiling
|
bf337ec2a3
|
can: implement config parsing and reading from can bus
|
2020-07-09 07:25:33 +02:00 |
|
Niklas Eiling
|
707e0e5175
|
can: add basic functionality for socketcan nodetype
|
2020-07-09 07:25:33 +02:00 |
|
|
5b1cda7a89
|
can: inital code skeleton
|
2020-07-09 07:25:33 +02:00 |
|