summaryrefslogtreecommitdiffstats
path: root/low-can-binding
AgeCommit message (Expand)AuthorFilesLines
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
2019-08-30Move attributes flags and maxdlenArthur Guyader5-22/+41
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-29Add function to convert vector to canfd or can frame.Arthur Guyader2-1/+64
2019-08-29Add function get_data_vector with indexArthur Guyader2-0/+35
2019-08-29Update function to encode and decode messageArthur Guyader4-91/+165
2019-08-29Update j1939 decode with function to_hexArthur Guyader1-19/+2
2019-08-29Add file converter to manage all conversionsArthur Guyader3-0/+86
2019-08-29Uniform indentation with tabulationArthur Guyader12-450/+448
2019-08-13Fix: only one subscription could be madeRomain Forlot2-4/+8
2019-08-12Integrate the J1939 features : address claiming and write.Arthur Guyader17-112/+1192