aboutsummaryrefslogtreecommitdiffstats
path: root/low-can-binding
AgeCommit message (Expand)AuthorFilesLines
2019-12-03ini-config: remove ini-config libsandbox/claneys/modular-low-canRomain Forlot1-2/+0
2019-12-03all: format typoRomain Forlot5-9/+7
2019-12-03init: Improve error message when not finding config fileRomain Forlot1-1/+1
2019-12-03low-can: Fix init failing when using without J1939Romain Forlot1-1/+1
2019-12-03converter: Fix to_hex conversionCorentin Le Gall1-1/+1
2019-12-03apidef: fix no preinit defined.Romain Forlot1-1/+1
2019-12-03cmake: fix lib not populated and RPATH usageRomain Forlot1-0/+7
2019-12-03message-def: Fix code to avoid warningsCorentin Le Gall1-2/+2
2019-12-03socketcan-bcm: Fix wrongly opened socketRomain Forlot1-0/+1
2019-12-03init: Fix wrong diagnostic bus name returned.Romain Forlot1-1/+1
2019-12-03all: formatRomain Forlot5-60/+20
2019-12-03decoder/encoder: typoRomain Forlot2-2/+2
2019-12-03converter: Use unsigned int whenever it's possibleRomain Forlot2-3/+9
2019-12-03decoder/encoder: simplification of code.Romain Forlot2-155/+53
2019-12-03encoder: use switch case to handle CAN protocolsRomain Forlot1-49/+62
2019-12-03message: Correctly detect extended CAN id.Romain Forlot1-3/+1
2019-12-03socket: Raise an error if open function failed.Romain Forlot2-0/+5
2019-12-03low-can-hat: improve formatRomain Forlot1-2/+2
2019-12-03low-can-cb: Fix add a missing include.Romain Forlot1-0/+1
2019-12-03low-can-cb: improve readabilityRomain Forlot1-10/+6
2019-12-03can-bus: Use configuration from JSON fileRomain Forlot7-139/+37
2019-12-03message: More explicit define about CAN protocols.Romain Forlot4-13/+13
2019-12-03decoder: fix left behind characterRomain Forlot2-2/+1
2019-12-03low-can-cb: Mark the end of the CtlSections arrayRomain Forlot1-1/+4
2019-12-03converter: littles improvements.Romain Forlot2-2/+2
2019-11-15cmake: separate binding into lib+binding+pluginsRomain Forlot1-23/+36
2019-12-03Fix bit_position swappingCorentin Le Gall4-1/+25
2019-11-15sign: handle decode methods sign from can valueClément Bénier4-9/+91
2019-11-14can: Add big endian CAN frame layout handleCorentin Le Gall7-3/+56
2019-11-14application: Add dedicated function to set parentsRomain Forlot2-15/+18
2019-11-14low-can-cb: Retrieve application from external controller dataRomain Forlot1-5/+4
2019-11-12message_set: Remove build warning using C++ stringRomain Forlot1-2/+2
2019-11-10can_message: add missing signature due to conflictRomain Forlot1-0/+3
2019-11-10hat: Move some binding functions into the hatRomain Forlot2-1/+89
2019-11-10messsage_definition: add name getter methodRomain Forlot2-0/+5
2019-11-10message_set: New methods to add messages at initRomain Forlot2-0/+41
2019-11-09binding: add preinit function to load the configRomain Forlot2-69/+85
2019-11-09All: Make format coherent with the whole projectRomain Forlot21-103/+118
2019-11-09diag-mng: Change way to initialize the diag busRomain Forlot4-13/+15
2019-11-09all: Copyright updateRomain Forlot12-12/+12
2019-11-07message_set: typedef long type signatureRomain Forlot3-5/+5
2019-11-07controller:initialize an empty message_set to fillRomain Forlot2-0/+43
2019-11-07controller: Prepare project ot use the ControllerArthur Guyader1-2/+2
2019-11-07write: Add feature to build messages and fix some functionsArthur Guyader10-11/+153
2019-11-06examples: update examples and can_samplesArthur Guyader1-1/+0
2019-11-06j1939: don't process signals using same busRomain Forlot1-6/+8
2019-11-06j1939: update using latest commits in linux-nextRomain Forlot2-8/+6
2019-11-06converter: decoder: use appropriate int typesRomain Forlot4-49/+19
2019-11-05all: Format one line 'if' or 'for' statement.Romain Forlot10-161/+47
2019-11-05subscription: Optimizing opening socketsRomain Forlot3-300/+24