Linux-CAN / SocketCAN user space applications
 
 
 
 
Go to file
Marc Kleine-Budde b9f9cd0c62 can-calc-bit-timing: calculate bit timings for all known controllers by default
When testing or improving the bit timing algorithm, you're probably
interested in the values of all can controllers. Further you might not
know the all reference clocks of the controllers.

This patch add a "ref_clock" member to the "struct can_bittiming_const"
that holds the reference clock of the controller in Hz.

By default now the bit timing is calculated for all known can
controllers with the default ref_clock defined in "can_bittiming_const".

It's still possible to overwrite the ref clock with the command line
option "-c".

Signed-off-by: Marc Kleine-Budde <mkl@pengutronix.de>
2010-07-20 13:43:16 +00:00
config/m4 add autotools infrastructure 2010-04-19 12:12:18 +00:00
.gitignore add can-calc-bit-timing to Makefiles + gitignore 2010-07-20 13:43:01 +00:00
GNUmakefile.am add can-calc-bit-timing to Makefiles + gitignore 2010-07-20 13:43:01 +00:00
Makefile add can-calc-bit-timing to Makefiles + gitignore 2010-07-20 13:43:01 +00:00
asc2log.c Allow to have 4, 5 or 6 decimal places instead of only 4 & 6. 2010-05-11 10:01:49 +00:00
autogen.sh add autotools infrastructure 2010-04-19 12:12:18 +00:00
bcmserver.c Move BCM server into can-utils as it is not test application anymore. 2009-09-10 07:39:33 +00:00
can-calc-bit-timing.c can-calc-bit-timing: calculate bit timings for all known controllers by default 2010-07-20 13:43:16 +00:00
canbusload.c Remove compiler warning : 2010-05-14 12:50:17 +00:00
candump.c Try to ignore the usual value restrictions of sockopt SO_RCVBUF when running 2010-01-15 19:15:08 +00:00
canfdtest.c can-utils: canfdtest, a full duplex test to find out-of-order messages 2009-11-25 11:18:22 +00:00
cangen.c When sending a sequence, we need to resend the same frame when poll() returns. 2010-02-26 08:38:47 +00:00
cangw.c cangw: replace obsolete bzero by memset 2010-04-19 12:11:49 +00:00
canlogserver.c Whitespace fixes. Indented the code following Linux styleguide to fix 2008-06-03 08:46:57 +00:00
canplayer.c Remove compiler warning : 2010-05-14 12:50:17 +00:00
cansend.c Whitespace fixes. Indented the code following Linux styleguide to fix 2008-06-03 08:46:57 +00:00
cansniffer.c Consistencely allow '-?' to get a help text. 2009-01-13 09:32:45 +00:00
configure.ac add autotools infrastructure 2010-04-19 12:12:18 +00:00
isotpdump.c Consistencely allow '-?' to get a help text. 2009-01-13 09:32:45 +00:00
isotprecv.c Consistencely allow '-?' to get a help text. 2009-01-13 09:32:45 +00:00
isotpsend.c Consistencely allow '-?' to get a help text. 2009-01-13 09:32:45 +00:00
isotpserver.c Added tiny ip server to send ISO 15765-2 PDUs via internetsockets to the CAN bus and vice versa. 2010-05-14 12:03:32 +00:00
isotpsniffer.c Consistencely allow '-?' to get a help text. 2009-01-13 09:32:45 +00:00
isotptun.c Allow to specify the name of the IP tunnel netdevice via commandline option '-n <name>' 2009-11-25 17:15:09 +00:00
lib.c Fixed parse_canframe() with reordering the checks for the can_id 2008-11-28 21:50:24 +00:00
lib.h Added support for swapped byte order representation. 2008-10-29 09:23:48 +00:00
log2asc.c Consistencely allow '-?' to get a help text. 2009-01-13 09:32:45 +00:00
log2long.c Whitespace fixes. Indented the code following Linux styleguide to fix 2008-06-03 08:46:57 +00:00
slcan_attach.c Consistencely allow '-?' to get a help text. 2009-01-13 09:32:45 +00:00
slcand.c Added slcand daemon contributed by Robert Haddon <robert.haddon@verari.com> 2009-05-05 09:40:10 +00:00
slcanpty.c Spagetti code cleanup: 2009-02-15 17:40:32 +00:00
terminal.h Fixed contradiction in Sourcecode discalimer. 2007-09-27 12:29:32 +00:00