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
/
can
Age
Commit message (
Expand
)
Author
Files
Lines
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
2019-08-29
Add function to convert vector to canfd or can frame.
Arthur Guyader
2
-1
/
+64
2019-08-29
Add function get_data_vector with index
Arthur Guyader
2
-0
/
+35
2019-08-29
Update function to encode and decode message
Arthur Guyader
3
-90
/
+164
2019-08-29
Update j1939 decode with function to_hex
Arthur Guyader
1
-19
/
+2
2019-08-29
Uniform indentation with tabulation
Arthur Guyader
4
-152
/
+152
2019-08-12
Integrate the J1939 features : address claiming and write.
Arthur Guyader
4
-19
/
+66
2019-08-12
Add feature to build messages and fix some functions
Arthur Guyader
10
-48
/
+313
2019-07-03
signals.cpp: Make an insensitive string comparison
halibut_8.0.2
halibut_8.0.1
halibut_8.0.0
halibut_7.99.3
halibut/8.0.2
halibut/8.0.1
halibut/8.0.0
halibut/7.99.3
8.0.2
8.0.1
8.0.0
7.99.3
Romain Forlot
1
-1
/
+1
2019-06-27
Minor improvements
Romain Forlot
4
-9
/
+4
2019-06-26
Rename some of the classes removing can- prefix
Romain Forlot
19
-172
/
+267
2019-06-26
New constructor j1939 message definition
Romain Forlot
2
-0
/
+33
2019-06-26
Change can_message_t class usage for new j1939
Romain Forlot
16
-121
/
+507
2019-06-19
Modify to receive signal with bigger value than the number of states
Hiroki Koga
1
-1
/
+1
2018-12-14
Smalls improvements
Romain Forlot
1
-4
/
+4
2018-12-14
Cleaning the code for now unused functions
Romain Forlot
7
-151
/
+18
2018-12-14
CAN FD implementation
Romain Forlot
6
-132
/
+23
2018-11-22
Adjust "encoder" signature to fit cpp usage
Romain Forlot
1
-2
/
+2
2018-11-22
Code format and style changes
Romain Forlot
2
-7
/
+7
2018-07-06
Fix: correctly stop the binding.
Romain Forlot
2
-2
/
+13
2018-05-24
Fixing typos made in comments
ydimitrov
9
-27
/
+27
2018-03-15
Change subscribed signals search to check filters as well
Jonathan Aillet
1
-2
/
+2
2018-03-14
Delete obsolete references.
Jonathan Aillet
1
-5
/
+0
2018-01-02
Make low-can use afb-genskel by default
Romain Forlot
3
-3
/
+0
2017-11-30
Correctly reconstituting entire CAN frame
Romain Forlot
1
-5
/
+6
2017-11-08
Send entire CAN message rather than CAN signal.
Romain Forlot
1
-7
/
+13
2017-11-08
Fix wrong filter condition (Thanks Parai Wang)
Romain Forlot
1
-1
/
+1
2017-09-28
Add timestamp to diagnostic message event too
Romain Forlot
1
-0
/
+2
2017-09-13
Add timestamp val to returned json object on event
Romain Forlot
1
-3
/
+1
2017-07-21
Examples reorganization
Romain Forlot
1
-0
/
+65
2017-07-21
Format
Romain Forlot
3
-3
/
+3
2017-07-21
Fix: encoding value method has wrong signature.
Romain Forlot
2
-7
/
+7
2017-07-21
Be able to write raw frame & encode value to sent
Romain Forlot
4
-0
/
+207
2017-07-21
Cleaning and renaming.
Romain Forlot
6
-78
/
+54
2017-07-10
Different errors between no file and wrong content
Romain Forlot
1
-5
/
+8
2017-07-05
Fix: uninitialized variables.
Romain Forlot
1
-2
/
+2
2017-07-04
DAB RC3 Fixes follows appfw API break.
Romain Forlot
3
-18
/
+18
2017-06-20
Separation Generator to a dedicated repo
Romain Forlot
13
-0
/
+1882
2017-04-14
Change directory architecture to use 2 separated projects.
Romain Forlot
15
-2028
/
+0
[next]