aboutsummaryrefslogtreecommitdiffstats
path: root/low-can-binding/utils/converter.cpp
AgeCommit message (Expand)AuthorFilesLines
2020-01-09message: move bit position flag and actionRomain Forlot1-31/+1
2020-01-09converter : Add "0x" for hex dataArthur Guyader1-0/+1
2020-01-09converter: Improve the continental bit calculRomain Forlot1-1/+1
2020-01-09decoder: Add new decoders: ascii, date, timeArthur Guyader1-2/+17
2020-01-09converter: Improve bit_position computationRomain Forlot1-30/+20
2020-01-09decoder: rework how to swap frame layout.Romain Forlot1-8/+12
2020-01-09all: format typoRomain Forlot1-3/+3
2020-01-09converter: Fix to_hex conversionCorentin Le Gall1-1/+1
2020-01-09converter: Use unsigned int whenever it's possibleRomain Forlot1-1/+1
2020-01-09decoder: Fix bit_position swappingCorentin Le Gall1-0/+7
2020-01-09can: Add big endian CAN frame layout handleCorentin Le Gall1-0/+30
2020-01-08all: Format one line 'if' or 'for' statement.Romain Forlot1-4/+3
2019-08-29Add file converter to manage all conversionsArthur Guyader1-0/+58