]> rtime.felk.cvut.cz Git - ortcan-www.git/commitdiff
Some initial LinCAN page.
authorPavel Pisa <pisa@cmp.felk.cvut.cz>
Wed, 20 Oct 2010 13:43:34 +0000 (15:43 +0200)
committerPavel Pisa <pisa@cmp.felk.cvut.cz>
Wed, 20 Oct 2010 13:43:34 +0000 (15:43 +0200)
Signed-off-by: Pavel Pisa <pisa@cmp.felk.cvut.cz>
lincan/index.mdwn [new file with mode: 0644]

diff --git a/lincan/index.mdwn b/lincan/index.mdwn
new file mode 100644 (file)
index 0000000..3a10152
--- /dev/null
@@ -0,0 +1,3 @@
+[[!meta title="LinCAN (CAN bus driver)"]]
+
+LinCAN is a Linux kernel module that implements a CAN driver capable of working with multiple cards, even with different chips and IO methods. Each communication object can be accessed from multiple applications concurrently. It supports RT-Linux, 2.2, 2.4, and 2.6 with fully implemented select, poll, fasync, O_NONBLOCK, and O_SYNC semantics and multithreaded read/write capabilities. It works with the common Intel i82527, Philips 82c200, and Philips SJA1000 (in standard and PeliCAN mode) CAN controllers. It is part of a set of CAN/CANopen related components originally developed as part of OCERA framework. The CAN related components have been separated into its own OrtCAN repository.
\ No newline at end of file