summaryrefslogtreecommitdiffstats
path: root/low-can-binding
AgeCommit message (Expand)AuthorFilesLines
2020-01-09socket: Raise an error if open function failed.Romain Forlot2-0/+5
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 Forlot7-139/+38
2020-01-09fix: missing include to find find_if functionRomain Forlot1-0/+1
2020-01-09message: More explicit define about CAN protocols.Romain Forlot4-13/+13
2020-01-09decoder: fix left behind characterRomain Forlot1-1/+1
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-09cmake: cleaning and set RPATH for bindingRomain Forlot1-21/+36
2020-01-09decoder: Fix bit_position swappingCorentin Le Gall4-1/+25
2020-01-09sign: handle decode methods sign from can valueClément Bénier4-14/+92
2020-01-09can: Add big endian CAN frame layout handleCorentin Le Gall6-1/+51
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-09can_message: add missing signature due to conflictRomain Forlot1-4/+3
2020-01-09hat: Move some binding functions into the hatRomain Forlot2-1/+89
2020-01-09binding: add preinit function to load the configRomain Forlot6-82/+100
2020-01-09All: Make format coherent with the whole projectRomain Forlot21-94/+94
2020-01-09all: Copyright updateRomain Forlot12-12/+12
2020-01-09message_set: typedef long type signatureRomain Forlot3-5/+5
2020-01-09controller: Prepare project ot use the ControllerArthur Guyader8-867/+90
2020-01-08j1939: don't process signals using same busRomain Forlot1-6/+8
2020-01-08all: Format one line 'if' or 'for' statement.Romain Forlot13-209/+65
2020-01-08app-generated: update for generated steering wheelRomain Forlot1-276/+2
2020-01-08subscription: Optimizing opening socketsRomain Forlot2-30/+22
2020-01-08socketcan-j1939: format how to define_opt()Romain Forlot1-7/+4
2020-01-08can: clean and formatRomain Forlot1-48/+31
2020-01-08can: Fix receiving and sending extended CAN framesRomain Forlot1-2/+4
2020-01-08can: Remove extended flagsRomain Forlot3-13/+9
2020-01-08j1939: Following kernel updatesRomain Forlot2-2/+2
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-05Fix filter bitmask generationScott 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 Guyader4-197/+128
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 Guyader4-1/+146
2019-08-30Change signature of decodersArthur Guyader3-53/+54
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
2019-08-30Add feature ISO TP (multi frames and peer to peer)Arthur Guyader16-53/+667
2019-08-30Replace all enum types with masksArthur Guyader16-172/+143
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-30Change function get_bcm_msg to return a reference.Arthur Guyader2-2/+2