Wiki

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revisionPrevious revision
Next revision
Previous revision
Last revisionBoth sides next revision
resources:tools-software:linux-drivers:iio-gyroscope:adis16130 [30 Aug 2011 10:32] – [Driver testing] Michael Hennerichresources:tools-software:linux-drivers:iio-gyroscope:adis16130 [03 Jan 2013 20:42] – external edit
Line 3: Line 3:
 ===== Supported Devices ===== ===== Supported Devices =====
  
-This driver supports the\\ +  * [[adi>ADIS16130]]
-[[adi>ADIS16130]]\\+
  
 ===== Description ===== ===== Description =====
Line 17: Line 16:
  
 ^  Source  ^  Mainlined?  ^ ^  Source  ^  Mainlined?  ^
-| [[bfgit>linux-kernel?drivers/staging/iio/accel/adis16130_core.c|git]] |  [[git.linux.org>drivers/staging/iio/accel/adis16130_core.c|Yes]]  |+| [[git.linux.org>drivers/staging/iio/accel/adis16130_core.c|git]] |  [[git.linux.org>drivers/staging/iio/accel/adis16130_core.c|Yes]]  |
 ===== Files ===== ===== Files =====
  
Line 63: Line 62:
 "make qconfig") "make qconfig")
  
-<note>+<WRAP round help>
 The ADIS16130 Driver depends on **CONFIG_SPI** The ADIS16130 Driver depends on **CONFIG_SPI**
-</note>+</WRAP>
  
 <code> <code>
Line 93: Line 92:
 {{page>software:linux:docs:iio:iio_snippets#iio device files&noheader&firstseconly&noeditbtn}} {{page>software:linux:docs:iio:iio_snippets#iio device files&noheader&firstseconly&noeditbtn}}
  
-<box 100% green|shell prompt running on the target>+<WRAP box bggreen><wrap info>This specifies any shell prompt running on the target</wrap>
 <xterm> <xterm>
 root:/> **cd /sys/bus/iio/devices/** root:/> **cd /sys/bus/iio/devices/**
Line 110: Line 109:
 -rw-r--r--    1 root     root          4096 Jan  3 20:40 uevent -rw-r--r--    1 root     root          4096 Jan  3 20:40 uevent
 root:/sys/devices/platform/bfin-spi.0/spi0.1/iio:device0> root:/sys/devices/platform/bfin-spi.0/spi0.1/iio:device0>
-</xterm></box>+</xterm></WRAP>
  
 === Show device name === === Show device name ===
  
-<box 100% green|shell prompt running on the target>+<WRAP box bggreen><wrap info>This specifies any shell prompt running on the target</wrap>
 <xterm> <xterm>
 root:/sys/devices/platform/bfin-spi.0/spi0.1/iio:device0> **cat name** root:/sys/devices/platform/bfin-spi.0/spi0.1/iio:device0> **cat name**
 adis16130 adis16130
-</xterm></box>+</xterm></WRAP>
  
 === ADIS16130 device attributes === === ADIS16130 device attributes ===
resources/tools-software/linux-drivers/iio-gyroscope/adis16130.txt · Last modified: 11 Feb 2016 21:02 by Lars-Peter Clausen