aboutsummaryrefslogtreecommitdiffstats
path: root/low-can-binding/binding
AgeCommit message (Expand)AuthorFilesLines
2020-01-23low-can: fix aborting on can_data not being an json_type_arrayicefish_8.99.5icefish/8.99.58.99.5Matt Ranostay1-1/+3
2020-01-23low-can: fix returned event_t from generate_filter() uninitializedMatt Ranostay1-1/+1
2020-01-22low-can-apidef: Fix typo in permissionJose Bollo1-1/+1
2020-01-09get verb: add option idClément Bénier1-0/+61
2020-01-09can-bus: process signal rework to subscribe messageArthur Guyader1-8/+18
2020-01-09can_decoder : Move frame swap to only do it one timeArthur Guyader1-0/+4
2020-01-09low_can_subscription: Add msg_def and create_rx for messageArthur Guyader2-1/+43
2020-01-09format: remove uneeded brackets.Romain Forlot3-60/+5
2020-01-09j1939: Follow updates of the kernelArthur GUYADER3-8/+26
2020-01-09diag_mngr: No diagnostic msg if no diagnostic_busRomain Forlot2-4/+7
2020-01-09low-can-cb: Little optiRomain Forlot1-4/+2
2020-01-09diag-mngr: Fix sending and change initRomain Forlot1-17/+16
2020-01-09all: format typoRomain Forlot1-1/+3
2020-01-09init: Improve error message when not finding config fileRomain Forlot1-1/+1
2020-01-09low-can: Fix init failing when using without J1939Romain Forlot1-1/+1
2020-01-09apidef: fix no preinit defined.Romain Forlot1-1/+1
2020-01-09init: Fix wrong diagnostic bus name returned.Romain Forlot1-1/+1
2020-01-09all: formatRomain Forlot2-11/+2
2020-01-09low-can-hat: improve formatRomain Forlot1-2/+2
2020-01-09low-can-cb: improve readabilityRomain Forlot1-11/+6
2020-01-09can-bus: Use configuration from JSON fileRomain Forlot2-1/+12
2020-01-09fix: missing include to find find_if functionRomain Forlot1-0/+1
2020-01-09message: More explicit define about CAN protocols.Romain Forlot2-9/+9
2020-01-09low-can-cb: Mark the end of the CtlSections arrayRomain Forlot1-1/+4
2020-01-09converter: littles improvements.Romain Forlot1-1/+1
2020-01-09application: Add dedicated function to set parentsRomain Forlot2-15/+18
2020-01-09low-can-cb: Retrieve application from external controller dataRomain Forlot1-5/+4
2020-01-09hat: Move some binding functions into the hatRomain Forlot2-1/+89
2020-01-09binding: add preinit function to load the configRomain Forlot4-72/+86
2020-01-09All: Make format coherent with the whole projectRomain Forlot5-23/+23
2020-01-09message_set: typedef long type signatureRomain Forlot1-1/+1
2020-01-09controller: Prepare project ot use the ControllerArthur Guyader3-864/+43
2020-01-08j1939: don't process signals using same busRomain Forlot1-6/+8
2020-01-08all: Format one line 'if' or 'for' statement.Romain Forlot2-93/+26
2020-01-08app-generated: update for generated steering wheelRomain Forlot1-276/+2
2020-01-08subscription: Optimizing opening socketsRomain Forlot2-30/+22
2020-01-08can: clean and formatRomain Forlot1-48/+31
2019-12-06Change example message 0x3D9 back to non-FDicefish_8.99.4icefish_8.99.3icefish_8.99.2icefish/8.99.4icefish/8.99.3icefish/8.99.28.99.48.99.38.99.2Scott Murray1-1/+1
2019-12-03Update steering wheel LIN message definitionScott Murray1-1/+1
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