OpenGrok
Cross Reference: Makefile
xref
: /
src
/
tests
/
net
/
can
/
Makefile
Home
|
History
|
Annotate
|
Download
|
only in
can
History log of
/src/tests/net/can/Makefile
Revision
Date
Author
Comments
1.4
11-Dec-2024
andvar
s/inclued/included/ in comment.
1.3
01-Mar-2020
christos
branches: 1.3.10;
Centralize the base rump libraries into a variable used by all the other
Makefiles so that we can make changes to it centrally as needed and have
less mess. Fixes the sun2 build that needs rumpvfs after librump after
the latest changes.
1.2
27-May-2017
bouyer
branches: 1.2.10;
merge the bouyer-socketcan branch to HEAD.
CAN stands for Controller Area Network, a broadcast network used
in automation and automotive fields. For example, the NMEA2000 standard
developped for marine devices uses a CAN network as the link layer.
This is an implementation of the linux socketcan API:
https://www.kernel.org/doc/Documentation/networking/can.txt
you can also see can(4).
This adds a new socket family (AF_CAN) and protocol (PF_CAN),
as well as the canconfig(8) utility, used to set timing parameter of
CAN hardware. Also inclued is a driver for the CAN controller
found in the allwinner A20 SoC (I tested it with an Olimex lime2 board,
connected with PIC18-based CAN devices).
There is also the canloop(4) pseudo-device, which allows to use
the socketcan API without CAN hardware.
At this time the CANFD part of the linux socketcan API is not implemented.
Error frames are not implemented either. But I could get the cansend and
canreceive utilities from the canutils package to build and run with minimal
changes. tcpudmp(8) can also be used to record frames, which can be
decoded with etherreal.
1.1
15-Jan-2017
bouyer
branches: 1.1.2;
file Makefile was initially added on branch bouyer-socketcan.
1.1.2.3
05-Feb-2017
bouyer
Implement CAN_RAW_FILTER socket option, and add tests for it.
1.1.2.2
04-Feb-2017
bouyer
Factor out reading from a can socket, and move to a helper file.
1.1.2.1
15-Jan-2017
bouyer
Basic tests for our SocketCAN implementation (using rump)
1.2.10.1
08-Apr-2020
martin
Merge changes from current as of 20200406
1.3.10.1
02-Aug-2025
perseant
Sync with HEAD
Indexes created Thu Sep 03 00:25:33 UTC 2026