mirror of
https://github.com/linux-can/can-utils.git
synced 2026-08-04 22:09:57 +02:00
Added tiny tool cansend and a library to parse ASCII CAN frames (e.g. from
the command line) that are defined in one concatenated string. This is a requirement for the comming command line tool 'bcmsend' that allows to send more than one CAN frame at a time.
This commit is contained in:
@@ -43,7 +43,7 @@
|
||||
CFLAGS = -O2 -Wall -Wno-parentheses -I../kernel/2.6/include \
|
||||
-fno-strict-aliasing
|
||||
|
||||
PROGRAMS = candump can-sniffer
|
||||
PROGRAMS = candump can-sniffer cansend
|
||||
|
||||
all: $(PROGRAMS)
|
||||
|
||||
@@ -52,3 +52,7 @@ clean:
|
||||
|
||||
distclean:
|
||||
rm -f $(PROGRAMS) *~
|
||||
|
||||
cansend.o: lib.h
|
||||
|
||||
cansend: cansend.o lib.o
|
||||
Reference in New Issue
Block a user