aboutsummaryrefslogtreecommitdiffstats
AgeCommit message (Expand)AuthorFilesLines
2020-01-09cmake: cleaning and set RPATH for bindingRomain Forlot3-70/+61
2020-01-09decoder: Fix bit_position swappingCorentin Le Gall4-1/+25
2020-01-09sign: handle decode methods sign from can valueClément Bénier5-35/+132
2020-01-09can: Add big endian CAN frame layout handleCorentin Le Gall7-7/+57
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-09examples: updatesRomain Forlot9-42/+66780
2020-01-09test: Update tests with new transportRomain Forlot3-25/+25
2020-01-09doc: Update documentationRomain Forlot3-11/+11
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 Forlot14-14/+14
2020-01-09message_set: typedef long type signatureRomain Forlot3-5/+5
2020-01-09controller: Prepare project ot use the ControllerArthur Guyader19-868/+1000
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-08cmake: Remove build warningsRomain Forlot1-1/+0
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 Murray3-3/+3
2019-12-05Fix filter bitmask generationScott Murray1-1/+1
2019-12-03Update steering wheel LIN message definitionScott Murray3-2/+6
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
2019-08-30Add feature ISO TP (multi frames and peer to peer)Arthur Guyader19-54/+939
2019-08-30Replace all enum types with masksArthur Guyader20-354/+1315
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