Linux Foundation Collaborative Projects
index
:
agl-service-can-low-level
dab
eel
flounder
guppy
halibut
icefish
jellyfish
koi
lamprey
marlin
master
needlefish
next
octopus
pike
quillback
ricefish
sandbox/DDTLK/autobuild
sandbox/DDTLK/fix-tests
sandbox/claneys/SPEC-3204
sandbox/claneys/modular-low-can
sandbox/excale/wip
sandbox/walzert/agl-service-can-low-level
sandbox/walzert/can_build_icefish
sandbox/ydimitrov/revised_comments
sandbox/zheng_wenlong/als2019
Low level CAN service made to decode and write on CAN bus.
Grokmirror user
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
low-can-binding
Age
Commit message (
Expand
)
Author
Files
Lines
2020-01-09
socket-j1939: Function add_filter return int to check error
Arthur GUYADER
2
-3
/
+5
2020-01-09
msg_def: returns pgn if j1939 used
Arthur GUYADER
1
-1
/
+2
2020-01-09
diag_mngr: No diagnostic msg if no diagnostic_bus
Romain Forlot
2
-4
/
+7
2020-01-09
low-can-cb: Little opti
Romain Forlot
1
-4
/
+2
2020-01-09
message: Rework message flags
Romain Forlot
2
-13
/
+17
2020-01-09
encoder: use contructor to initialize the vector
Romain Forlot
1
-5
/
+3
2020-01-09
converter: Improve bit_position computation
Romain Forlot
3
-33
/
+27
2020-01-09
decoder: reformat function to parse the bitfield
Romain Forlot
1
-8
/
+10
2020-01-09
message: Default frame layout as little endian.
Romain Forlot
4
-5
/
+5
2020-01-09
diag-mngr: Fix sending and change init
Romain Forlot
3
-17
/
+24
2020-01-09
socket-bcm: Format, simplification of open socket
Romain Forlot
1
-12
/
+10
2020-01-09
decoder: rework how to swap frame layout.
Romain Forlot
7
-31
/
+35
2020-01-09
message: optimize getting subpart of a vector
Romain Forlot
1
-19
/
+7
2020-01-09
msg_definition: integrate frame layout as a flag
Romain Forlot
3
-9
/
+2
2020-01-09
misc: Some cleanup and fixes about signatures.
Romain Forlot
4
-3
/
+14
2020-01-09
ini-config: remove ini-config lib
Romain Forlot
1
-2
/
+0
2020-01-09
all: format typo
Romain Forlot
5
-9
/
+7
2020-01-09
init: Improve error message when not finding config file
Romain Forlot
1
-1
/
+1
2020-01-09
low-can: Fix init failing when using without J1939
Romain Forlot
1
-1
/
+1
2020-01-09
converter: Fix to_hex conversion
Corentin Le Gall
1
-1
/
+1
2020-01-09
apidef: fix no preinit defined.
Romain Forlot
1
-1
/
+1
2020-01-09
cmake: fix lib not populated and RPATH usage
Romain Forlot
1
-0
/
+7
2020-01-09
message-def: Fix code to avoid warnings
Corentin Le Gall
1
-2
/
+2
2020-01-09
socketcan-bcm: Fix wrongly opened socket
Romain Forlot
1
-0
/
+1
2020-01-09
init: Fix wrong diagnostic bus name returned.
Romain Forlot
1
-1
/
+1
2020-01-09
all: format
Romain Forlot
4
-45
/
+30
2020-01-09
decoder/encoder: typo
Romain Forlot
2
-2
/
+2
2020-01-09
converter: Use unsigned int whenever it's possible
Romain Forlot
2
-3
/
+9
2020-01-09
decoder/encoder: simplification of code.
Romain Forlot
2
-120
/
+36
2020-01-09
encoder: use switch case to handle CAN protocols
Romain Forlot
1
-31
/
+37
2020-01-09
message: Correctly detect extended CAN id.
Romain Forlot
1
-3
/
+1
2020-01-09
socket: Raise an error if open function failed.
Romain Forlot
2
-0
/
+5
2020-01-09
low-can-hat: improve format
Romain Forlot
1
-2
/
+2
2020-01-09
low-can-cb: improve readability
Romain Forlot
1
-11
/
+6
2020-01-09
can-bus: Use configuration from JSON file
Romain Forlot
7
-139
/
+38
2020-01-09
fix: missing include to find find_if function
Romain Forlot
1
-0
/
+1
2020-01-09
message: More explicit define about CAN protocols.
Romain Forlot
4
-13
/
+13
2020-01-09
decoder: fix left behind character
Romain Forlot
1
-1
/
+1
2020-01-09
low-can-cb: Mark the end of the CtlSections array
Romain Forlot
1
-1
/
+4
2020-01-09
converter: littles improvements.
Romain Forlot
1
-1
/
+1
2020-01-09
cmake: cleaning and set RPATH for binding
Romain Forlot
1
-21
/
+36
2020-01-09
decoder: Fix bit_position swapping
Corentin Le Gall
4
-1
/
+25
2020-01-09
sign: handle decode methods sign from can value
Clément Bénier
4
-14
/
+92
2020-01-09
can: Add big endian CAN frame layout handle
Corentin Le Gall
6
-1
/
+51
2020-01-09
application: Add dedicated function to set parents
Romain Forlot
2
-15
/
+18
2020-01-09
low-can-cb: Retrieve application from external controller data
Romain Forlot
1
-5
/
+4
2020-01-09
can_message: add missing signature due to conflict
Romain Forlot
1
-4
/
+3
2020-01-09
hat: Move some binding functions into the hat
Romain Forlot
2
-1
/
+89
2020-01-09
binding: add preinit function to load the config
Romain Forlot
6
-82
/
+100
2020-01-09
All: Make format coherent with the whole project
Romain Forlot
21
-94
/
+94
[next]