aboutsummaryrefslogtreecommitdiffstats
path: root/low-can-binding/binding
AgeCommit message (Expand)AuthorFilesLines
2019-12-03all: formatRomain Forlot2-14/+3
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 Forlot2-1/+11
2019-12-03message: More explicit define about CAN protocols.Romain Forlot2-9/+9
2019-12-03low-can-cb: Mark the end of the CtlSections arrayRomain Forlot1-1/+4
2019-12-03converter: littles improvements.Romain Forlot1-1/+1
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-10hat: Move some binding functions into the hatRomain Forlot2-1/+89
2019-11-09binding: add preinit function to load the configRomain Forlot2-69/+85
2019-11-09All: Make format coherent with the whole projectRomain Forlot5-25/+23
2019-11-09diag-mng: Change way to initialize the diag busRomain Forlot2-3/+1
2019-11-07message_set: typedef long type signatureRomain Forlot1-1/+1
2019-11-07controller:initialize an empty message_set to fillRomain Forlot2-0/+43
2019-11-07write: Add feature to build messages and fix some functionsArthur Guyader2-2/+5
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-05all: Format one line 'if' or 'for' statement.Romain Forlot2-93/+26
2019-11-05subscription: Optimizing opening socketsRomain Forlot3-300/+24
2019-11-05can: clean and formatRomain Forlot1-48/+31
2019-11-20Add steering wheel LIN message signal definitionsicefish_8.99.1icefish/8.99.18.99.1Scott Murray1-995/+248
2019-09-09Update documentationArthur Guyader1-1/+1
2019-08-30Remove file socketcan-j1939 that was not removed beforeArthur Guyader3-2/+128
2019-08-30Remove in function rx_filter_can, the variable val was not usedArthur Guyader1-1/+0
2019-08-30Add some typedef to reduce the size of the linesArthur Guyader6-22/+25
2019-08-30Change vector to list to allow to remove signal.Arthur Guyader1-8/+24
2019-08-30Add feature ISO TP (multi frames and peer to peer)Arthur Guyader4-43/+382
2019-08-30Replace all enum types with masksArthur Guyader4-69/+72
2019-08-30Update function tx_send for multi frame previsionArthur Guyader1-7/+30
2019-08-30Only defined signals can be writtenArthur Guyader1-26/+59
2019-08-30Update function rx_filter_can for multi frame prevision.Arthur Guyader2-12/+46
2019-08-30Add function remove last bcm frameArthur Guyader2-0/+12
2019-08-30Add many frames in a subscription in the function tx_send.Arthur Guyader1-3/+6
2019-08-29Update function to encode and decode messageArthur Guyader1-1/+1
2019-08-29Uniform indentation with tabulationArthur Guyader3-214/+213
2019-08-13Fix: only one subscription could be madeRomain Forlot2-4/+8
2019-08-12Integrate the J1939 features : address claiming and write.Arthur Guyader5-48/+202
2019-08-12Add feature to build messages and fix some functionsArthur Guyader3-43/+149
2019-08-12Update examples and can_samplesArthur Guyader1-48/+1017
2019-07-03signals.cpp: Make an insensitive string comparisonhalibut_8.0.2halibut_8.0.1halibut_8.0.0halibut_7.99.3halibut/8.0.2halibut/8.0.1halibut/8.0.0halibut/7.99.38.0.28.0.18.0.07.99.3Romain Forlot1-0/+10
2019-06-27Fix spellinghalibut_7.99.2halibut/7.99.27.99.2Sebastien Douheret1-1/+1
2019-06-27Minor improvementsRomain Forlot2-7/+7
2019-06-27Updating application-generated.cpp.Romain Forlot1-514/+396
2019-06-26Small fixes (include and pointer)Romain Forlot3-3/+5
2019-06-26Modify function to open socket j1939Romain Forlot2-21/+59
2019-06-26Add the possibility to subscribe an id or a pgnArthur Guyader3-22/+106
2019-06-26Rename some of the classes removing can- prefixRomain Forlot6-112/+112
2019-06-26Change can_message_t class usage for new j1939Romain Forlot3-54/+101