]> rtime.felk.cvut.cz Git - ortcan-www.git/commitdiff
List of supported harware/boards.
authorPavel Pisa <pisa@cmp.felk.cvut.cz>
Wed, 20 Oct 2010 14:07:12 +0000 (16:07 +0200)
committerPavel Pisa <pisa@cmp.felk.cvut.cz>
Wed, 20 Oct 2010 14:07:12 +0000 (16:07 +0200)
Signed-off-by: Pavel Pisa <pisa@cmp.felk.cvut.cz>
lincan/boards/index.mdwn [new file with mode: 0644]
lincan/index.mdwn

diff --git a/lincan/boards/index.mdwn b/lincan/boards/index.mdwn
new file mode 100644 (file)
index 0000000..06550b1
--- /dev/null
@@ -0,0 +1,44 @@
+[[!meta title="LinCAN Supported Harware/Boards"]]
+
+* pip5, for the PIP5 computer by MPL
+* pip6, for the PIP6 computer by MPL
+* pip7, for the PIP7 computer by MPL
+* pip8, for the PIP8 computer by MPL
+* pccan-q, for the PCcan-Q ISA card by KVASER
+* pccan-f, for the PCcan-F ISA card by KVASER
+* pccan-s, for the PCcan-S ISA card by KVASER
+* pccan-d, for the PCcan-D ISA card by KVASER
+* pcican-q, for the PCIcan-Q PCI card by KVASER (4x SJA1000)
+* pcican-d, for the PCIcan-Q PCI card by KVASER (2x SJA1000)
+* pcican-s, for the PCIcan-Q PCI card by KVASER (1x SJA1000)
+* smartcan for i82527 based card with indexed access
+* nsican, for the CAN104 PC/104 card by NSI
+* nsicanpci, for NSI CAN PCI card (2xi82527)
+* cc104, for the CAN104 PC/104 card by Contemporary Controls
+* aim104, for the AIM104CAN PC/104 card by Arcom Control Systems
+* pc-i03, for the PC-I03 ISA card by IXXAT
+* pcm3680, for the PCM-3680 PC/104 card by Advantech
+* m437, for the M436 PC/104 card by SECO
+* bfadcan for sja1000 CAN embedded card made by BFAD GmbH
+* gensja1000io for many sja1000 I/O mapped cards (PCAN-PC/104 for example).
+* gensja1000mm for ISA memory mapped sja1000 CAN cards
+  (for pikronisa card used by PiKRON Ltd. the clockfreq=24000 has to be specified)
+* pimx1 for MX1_DIS1 extension board for PiMX1 ARM based BCC
+* msmcan for MICROSPACE IO space indexed i82527
+* unican for Unicontrols PCAN card
+* unican-pci for Unicontrols PCAN-PCI card
+* unican-vme for Unicontrols VCAN card
+* ipci165 for IXXAT iPC-I 165 (PCI), requires CONFIG_OC_LINCAN_CARD_ipci165=y
+* ems_cpcpci for EMS CPC-PCI card
+* pcan_dongle for PEAK's printer port dongle addapter
+* oscar for SJA1000 based card connected to ARM LH7A400 SoC
+* eb8245 for Kontron EB8245 onboard CAN with SJA1000 controller
+* adlink7841 for ADLINK PCI-7841 dual SJA1000 based card
+* tscan1 for Technologic Systems' TS-CAN1 single SJA1000 based board
+* ts7kv for Technologic Systems' TS-7KV Multi-function board with SJA1000
+   both these cards require CONFIG_OC_LINCAN_CARD_tscan1=y
+* pcan_pci for PEAK System PCAN-PCI single, double or quad SJA1000 based board
+* esdpci200 for the CAN/PCI-200 card by ESD Electronics
+* esdpci266 for the ESD PCI/PMC 266 card by ESD Electronics
+* template, for yet unsupported hardware (you need to edit src/template.c)
+* virtual, CAN channel for testing of software and driver without CAN hardware
index c0cef52f73db62d18234c17a8018a0b10b4c559c..9a8ab2187b51c60a28f3e70235c45c02b1d86f61 100644 (file)
@@ -2,5 +2,5 @@
 
 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.
 
-The list of supported hardware/boards
+[[The list of supported hardware/boards|boards]]