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
Age
Commit message (
Expand
)
Author
Files
Lines
2019-12-03
all: format typo
Romain Forlot
5
-9
/
+7
2019-12-03
config: Fix wrong controller configuration file name
Romain Forlot
2
-0
/
+53
2019-12-03
Revert "config: Change default configuration file names"
Romain Forlot
3
-52
/
+4
2019-12-03
config: Change default configuration file names
Romain Forlot
3
-5
/
+29
2019-12-03
init: Improve error message when not finding config file
Romain Forlot
1
-1
/
+1
2019-12-03
low-can: Fix init failing when using without J1939
Romain Forlot
1
-1
/
+1
2019-12-03
cmake config: WIDGET ENTRY POINT FIX
Clément Bénier
1
-1
/
+1
2019-12-03
converter: Fix to_hex conversion
Corentin Le Gall
1
-1
/
+1
2019-12-03
plugins: Conditionnal building of the j1939 plugin
Romain Forlot
1
-0
/
+2
2019-12-03
apidef: fix no preinit defined.
Romain Forlot
1
-1
/
+1
2019-12-03
cmake: fix lib not populated and RPATH usage
Romain Forlot
2
-2
/
+7
2019-12-03
message-def: Fix code to avoid warnings
Corentin Le Gall
1
-2
/
+2
2019-12-03
socketcan-bcm: Fix wrongly opened socket
Romain Forlot
1
-0
/
+1
2019-12-03
init: Fix wrong diagnostic bus name returned.
Romain Forlot
1
-1
/
+1
2019-12-03
all: format
Romain Forlot
5
-60
/
+20
2019-12-03
decoder/encoder: typo
Romain Forlot
2
-2
/
+2
2019-12-03
converter: Use unsigned int whenever it's possible
Romain Forlot
2
-3
/
+9
2019-12-03
bitfield-c: use unsigned int instead of uint8_t
Romain Forlot
14
-131
/
+131
2019-12-03
decoder/encoder: simplification of code.
Romain Forlot
2
-155
/
+53
2019-12-03
encoder: use switch case to handle CAN protocols
Romain Forlot
1
-49
/
+62
2019-12-03
message: Correctly detect extended CAN id.
Romain Forlot
1
-3
/
+1
2019-12-03
socket: Raise an error if open function failed.
Romain Forlot
2
-0
/
+5
2019-12-03
low-can-hat: improve format
Romain Forlot
1
-2
/
+2
2019-12-03
low-can-cb: Fix add a missing include.
Romain Forlot
1
-0
/
+1
2019-12-03
low-can-cb: improve readability
Romain Forlot
1
-10
/
+6
2019-12-03
can-bus: Use configuration from JSON file
Romain Forlot
8
-139
/
+41
2019-12-03
message: More explicit define about CAN protocols.
Romain Forlot
4
-13
/
+13
2019-12-03
decoder: fix left behind character
Romain Forlot
2
-2
/
+1
2019-12-03
low-can-cb: Mark the end of the CtlSections array
Romain Forlot
1
-1
/
+4
2019-12-03
converter: littles improvements.
Romain Forlot
2
-2
/
+2
2019-12-03
examples: Update using new Generator
Romain Forlot
10
-329
/
+520
2019-12-03
plugins: Use agl-vcar plugin by default
Romain Forlot
3
-735
/
+744
2019-11-15
cmake: separate binding into lib+binding+plugins
Romain Forlot
3
-65
/
+82
2019-12-03
Fix bit_position swapping
Corentin Le Gall
4
-1
/
+25
2019-11-15
sign: handle decode methods sign from can value
Clément Bénier
4
-9
/
+91
2019-11-14
can: Add big endian CAN frame layout handle
Corentin Le Gall
7
-3
/
+56
2019-11-14
application: Add dedicated function to set parents
Romain Forlot
2
-15
/
+18
2019-11-14
low-can-cb: Retrieve application from external controller data
Romain Forlot
1
-5
/
+4
2019-11-12
message_set: Remove build warning using C++ string
Romain Forlot
1
-2
/
+2
2019-11-12
examples: updates
Romain Forlot
9
-42
/
+66780
2019-11-12
test: Update tests with new transport
Romain Forlot
3
-25
/
+25
2019-11-12
doc: Update documentation
Romain Forlot
3
-11
/
+11
2019-11-10
can_message: add missing signature due to conflict
Romain Forlot
1
-0
/
+3
2019-11-10
hat: Move some binding functions into the hat
Romain Forlot
2
-1
/
+89
2019-11-10
messsage_definition: add name getter method
Romain Forlot
2
-0
/
+5
2019-11-10
message_set: New methods to add messages at init
Romain Forlot
2
-0
/
+41
2019-11-09
binding: add preinit function to load the config
Romain Forlot
2
-69
/
+85
2019-11-09
All: Make format coherent with the whole project
Romain Forlot
21
-103
/
+118
2019-11-09
diag-mng: Change way to initialize the diag bus
Romain Forlot
4
-13
/
+15
2019-11-09
all: Copyright update
Romain Forlot
14
-14
/
+14
[next]