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
/
src
Age
Commit message (
Expand
)
Author
Files
Lines
2017-03-02
Clean and imrove log messages.
Romain Forlot
2
-6
/
+3
2017-03-02
Tests with CmakeTools extension for VSCode. Can install on target
Romain Forlot
1
-3
/
+15
2017-03-01
Change id to an hexadecimal value.
Romain Forlot
1
-5
/
+2
2017-03-01
Fix: subscription and improve code readabilty
Romain Forlot
1
-16
/
+12
2017-03-01
New way to return canfd_frame with now number of read bytes.
Romain Forlot
4
-24
/
+23
2017-03-01
Fix: wrong format to display can_message_t information
Romain Forlot
1
-1
/
+1
2017-03-01
Wrong call to thread.join cause deadlock and thread termination.
Romain Forlot
1
-3
/
+0
2017-03-01
Fix: miss 'if' brackets to get incomplete CAN frames correctly
Romain Forlot
2
-7
/
+8
2017-03-01
Change data_ member of can_message_t object
Romain Forlot
2
-8
/
+11
2017-03-01
Fix: improve can_message read
Romain Forlot
4
-51
/
+143
2017-03-01
Delete for good obsolete code
Romain Forlot
2
-1
/
+2
2017-03-01
tbf
Romain Forlot
2
-27
/
+21
2017-02-28
Implement a new method returning the can device
Romain Forlot
2
-31
/
+18
2017-02-28
Fix: can bus object life is now expanded and don't
Romain Forlot
3
-31
/
+36
2017-02-28
Fix: wrong argument passed to start_reading().
Romain Forlot
1
-1
/
+1
2017-02-28
Added debugging messages.
Romain Forlot
1
-3
/
+8
2017-02-28
Make the thread function members of can_bus_t and can_bus_dev_t objects.
Romain Forlot
9
-294
/
+171
2017-02-28
Re-arranging objects splitting all objects over
Romain Forlot
14
-764
/
+833
2017-02-28
Fix: start reading the can bus if it was correctly
Romain Forlot
2
-174
/
+4
2017-02-27
Added some DEBUG log messages around reading conf
Romain Forlot
1
-1
/
+7
2017-02-27
Fix: wrong conf file name specified
Romain Forlot
1
-3
/
+3
2017-02-27
Fix: mismatch function signature and implementation
Romain Forlot
1
-1
/
+1
2017-02-27
Fix decoder_t methods to get it compile
Romain Forlot
4
-45
/
+55
2017-02-27
Added missing pthread lib
Romain Forlot
1
-2
/
+4
2017-02-27
Fix wrong returned value about getCanBuses.
Romain Forlot
1
-1
/
+1
2017-02-27
In class mutex and condition variable except for subscribed_signals map
Romain Forlot
10
-34
/
+59
2017-02-27
Removed static libraries deployed by mistake
Romain Forlot
1
-4
/
+0
2017-02-27
Changed the decoding function
Romain Forlot
4
-43
/
+80
2017-02-27
Change content target and use a testing
Romain Forlot
2
-1
/
+4
2017-02-27
Build and link statically external libraries
Romain Forlot
1
-13
/
+36
2017-02-24
Improve mutex lock logic.
Romain Forlot
9
-52
/
+101
2017-02-24
Remove socket read management by systemd event
Romain Forlot
6
-83
/
+62
2017-02-24
Improve subscription/unsubscription operation.
Romain Forlot
1
-32
/
+44
2017-02-24
Fix: wrong if...else atomic expression
Romain Forlot
1
-1
/
+4
2017-02-24
Add comment
Romain Forlot
1
-0
/
+3
2017-02-24
Fix mutex about can_frame. Wrong location about
Romain Forlot
2
-5
/
+8
2017-02-23
First draft about lock/wait thread management.
Romain Forlot
12
-204
/
+343
2017-02-23
Make binder_interface global variable rather than
Romain Forlot
8
-63
/
+54
2017-02-23
Cleaning, improve comments
Romain Forlot
4
-57
/
+50
2017-02-22
Header include spring cleaning
Romain Forlot
1
-36
/
+15
2017-02-22
make binder_interface global
José Bollo
2
-79
/
+52
2017-02-22
Improve doxygen comments
Romain Forlot
2
-139
/
+175
2017-02-22
Enhance error handling about can_message_t class
Romain Forlot
2
-35
/
+145
2017-02-22
Change way to convert simplemessage into a json
Romain Forlot
5
-26
/
+100
2017-02-22
No more warning about not defined functions
Romain Forlot
16
-41
/
+75
2017-02-22
Resolve circular header files inclusion
Romain Forlot
6
-7
/
+7
2017-02-22
first draft to new subscribre unsubscibre method
Romain Forlot
1
-0
/
+113
2017-02-22
Fix: decoder_t class decodeSignal method signature
Romain Forlot
5
-33
/
+37
2017-02-22
All queue under can_bus_t class and reading thread
Romain Forlot
7
-123
/
+121
2017-02-22
Added separated header files
Romain Forlot
3
-0
/
+70
[next]