aboutsummaryrefslogtreecommitdiffstats
AgeCommit message (Expand)AuthorFilesLines
2019-12-03can-bus: Use configuration from JSON fileRomain Forlot8-139/+41
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-12-03examples: Update using new GeneratorRomain Forlot10-329/+520
2019-12-03plugins: Use agl-vcar plugin by defaultRomain Forlot3-735/+744
2019-11-15cmake: separate binding into lib+binding+pluginsRomain Forlot3-65/+82
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-12examples: updatesRomain Forlot9-42/+66780
2019-11-12test: Update tests with new transportRomain Forlot3-25/+25
2019-11-12doc: Update documentationRomain Forlot3-11/+11
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 Forlot14-14/+14
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 Guyader12-3/+912
2019-11-07write: Add feature to build messages and fix some functionsArthur Guyader10-11/+153
2019-11-06examples: update examples and can_samplesArthur Guyader2-7/+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
2019-11-05can: clean and formatRomain Forlot1-48/+31
2019-11-05can: Fix receiving and sending extended CAN framesRomain Forlot1-2/+4
2019-11-04can: Remove extended flagsRomain Forlot3-13/+9
2019-11-04cmake: Remove build warningsRomain Forlot1-1/+0
2019-11-20Add steering wheel LIN message signal definitionsicefish_8.99.1icefish/8.99.18.99.1Scott Murray3-1036/+856
2019-09-10refactor(config.xml.in):Replace required api with required bindingnextLi Xiaoming1-1/+1
2019-09-09Update documentationArthur Guyader1-1/+1
2019-08-30Remove file socketcan-j1939 that was not removed beforeArthur Guyader7-200/+191
2019-08-30Remove in function convert_from_addr, the variable flags was not usedArthur Guyader1-1/+0
2019-08-30Remove in function rx_filter_can, the variable val was not usedArthur Guyader1-1/+0
2019-08-30Add new decoders bytes for signal of long sizeArthur Guyader5-2/+153
2019-08-30Change signature of decodersArthur Guyader11-53/+62
2019-08-30Add some typedef to reduce the size of the linesArthur Guyader14-51/+61
2019-08-30Change vector to list to allow to remove signal.Arthur Guyader2-12/+29
2019-08-30Update bit position and bit size in signalArthur Guyader2-14/+15