Skip to content

Commit

Permalink
[docs] - add to README
Browse files Browse the repository at this point in the history
  • Loading branch information
Richard Neill committed Jan 19, 2011
1 parent 2e5a31f commit 92b2958
Showing 1 changed file with 18 additions and 7 deletions.
25 changes: 18 additions & 7 deletions README.txt
@@ -1,23 +1,34 @@
INTRO
-----
PulseBlaster device driver. /sys interface ( /sys/class/pulseblaster/ ), containing:
PulseBlaster device driver, /sys interface ( /sys/class/pulseblaster/ ), containing:

program - write a pulseblaster binary to this
start, stop, arm, continue - echo "1" to these to make this happen.


USERSPACE
---------

pbctl, or pb_utils


COMPILE
-------

cd kernel
make -C /lib/modules/`uname -r`/build M=`pwd`


MODULE
------

insmod ./pulseblaster.ko
rmmod pulseblaster

Loading the module will create entries within /sys/class/pulseblaster,
typically /sys/class/pulseblaster/pulseblaster0


USERSPACE
---------

Use either pbctl, or pb_utils


QUIRKS
------

Expand Down

0 comments on commit 92b2958

Please sign in to comment.