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
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
low-can-binding
/
can
Age
Commit message (
Expand
)
Author
Files
Lines
2020-01-09
message: move bit position flag and action
Romain Forlot
2
-33
/
+1
2020-01-09
message: Fix copying all bytes but the last one
Romain Forlot
3
-64
/
+18
2020-01-09
can-bus: process signal rework to subscribe message
Arthur Guyader
1
-5
/
+27
2020-01-09
can_decoder : Move frame swap to only do it one time
Arthur Guyader
1
-11
/
+11
2020-01-09
signal_t : Remove attribute is_big_endian
Arthur Guyader
2
-10
/
+0
2020-01-09
Update flag FRAME_LAYOUT_IS_BIGENDIAN to BYTE_FRAME_IS_BIG_ENDIAN
Arthur Guyader
3
-3
/
+3
2020-01-09
format: remove uneeded brackets.
Romain Forlot
1
-16
/
+3
2020-01-09
decoder: Add new decoders: ascii, date, time
Arthur Guyader
2
-0
/
+64
2020-01-09
can_bus: Add unit in the json that low-can emits
Arthur Guyader
1
-1
/
+1
2020-01-09
msg_def: returns pgn if j1939 used
Arthur GUYADER
1
-1
/
+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
1
-3
/
+4
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
decoder: rework how to swap frame layout.
Romain Forlot
5
-22
/
+21
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
2
-2
/
+2
2020-01-09
all: format typo
Romain Forlot
2
-3
/
+1
2020-01-09
message-def: Fix code to avoid warnings
Corentin Le Gall
1
-2
/
+2
2020-01-09
all: format
Romain Forlot
2
-34
/
+28
2020-01-09
decoder/encoder: typo
Romain Forlot
2
-2
/
+2
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
can-bus: Use configuration from JSON file
Romain Forlot
2
-26
/
+26
2020-01-09
message: More explicit define about CAN protocols.
Romain Forlot
2
-4
/
+4
2020-01-09
decoder: fix left behind character
Romain Forlot
1
-1
/
+1
2020-01-09
decoder: Fix bit_position swapping
Corentin Le Gall
3
-1
/
+18
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
4
-1
/
+20
2020-01-09
can_message: add missing signature due to conflict
Romain Forlot
1
-4
/
+3
2020-01-09
All: Make format coherent with the whole project
Romain Forlot
9
-32
/
+32
2020-01-09
all: Copyright update
Romain Forlot
4
-4
/
+4
2020-01-09
message_set: typedef long type signature
Romain Forlot
2
-4
/
+4
2020-01-09
controller: Prepare project ot use the Controller
Arthur Guyader
4
-0
/
+46
2020-01-08
all: Format one line 'if' or 'for' statement.
Romain Forlot
3
-51
/
+21
2020-01-08
can: Fix receiving and sending extended CAN frames
Romain Forlot
1
-2
/
+4
2020-01-08
can: Remove extended flags
Romain Forlot
2
-12
/
+8
2019-12-05
Fix filter bitmask generation
Scott Murray
1
-1
/
+1
2019-08-30
Remove in function convert_from_addr, the variable flags was not used
Arthur Guyader
1
-1
/
+0
2019-08-30
Add new decoders bytes for signal of long size
Arthur Guyader
2
-0
/
+92
2019-08-30
Change signature of decoders
Arthur Guyader
3
-53
/
+54
2019-08-30
Add some typedef to reduce the size of the lines
Arthur Guyader
6
-22
/
+26
2019-08-30
Update bit position and bit size in signal
Arthur Guyader
2
-14
/
+15
2019-08-30
Add feature ISO TP (multi frames and peer to peer)
Arthur Guyader
8
-7
/
+45
2019-08-30
Replace all enum types with masks
Arthur Guyader
9
-90
/
+69
2019-08-30
Change function get_bcm_msg to return a reference.
Arthur Guyader
2
-2
/
+2
2019-08-30
Move attributes flags and maxdlen
Arthur Guyader
5
-22
/
+41
[next]