| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | bzero -> memset. No binary change. | 2015-12-26 | 1 | -8/+8 | |
| | | | | | ok tb@ | ||||
| * | add some missing .Cm macros and drop some redundant .Bk while here | 2015-09-11 | 1 | -13/+20 | |
| | | |||||
| * | +.An -nosplit | 2013-11-20 | 1 | -2/+3 | |
| | | |||||
| * | enable gpioctl(8) for armv7, and add associated devices on armv7/sunxi. | 2013-10-27 | 1 | -3/+4 | |
| | | | | | ok jasper@, patrick@, rapha@ | ||||
| * | use .Mt for email addresses; from Jan Stary <hans at stare dot cz>; ok jmc@ | 2013-07-16 | 1 | -4/+4 | |
| | | |||||
| * | - sync usage() and SYNOPSIS | 2011-10-04 | 2 | -24/+26 | |
| | | | | | | | | - document "flag", for I2C devices - "pin" is not optional ok matthieu | ||||
| * | Add a 'flag' locator to gpioiic(4), and define a first flag | 2011-10-03 | 2 | -13/+22 | |
| | | | | | | | value to swap the SDA and SCL pins assigment during attach. Mostly from work with mbalmer@NetBSD. ok miod@ | ||||
| * | do not use gcc -W options which you do not understand | 2010-07-20 | 1 | -2/+2 | |
| | | |||||
| * | build on amd64 also | 2009-08-10 | 1 | -3/+3 | |
| | | | | | ok deraadt@ | ||||
| * | need set argument now in this example; ok mbalmer@ | 2008-12-05 | 1 | -3/+3 | |
| | | |||||
| * | clarify GPIO device specification. with input from jmc; ok mbalmer@ jmc@ | 2008-12-03 | 1 | -1/+9 | |
| | | |||||
| * | delete unused prototype, from lint; ok mbalmer@ | 2008-12-03 | 1 | -2/+1 | |
| | | |||||
| * | there is no longer a default GPIO device; ok mbalmer@ jmc@ | 2008-12-03 | 1 | -8/+2 | |
| | | |||||
| * | Fix output. | 2008-11-30 | 1 | -2/+2 | |
| | | |||||
| * | Allow the words "on", "off", or "toggle" to be used instead of the | 2008-11-29 | 2 | -9/+29 | |
| | | | | | numerical values when writing to a pin; fix an error message. | ||||
| * | Reorder variables, add my copyright. | 2008-11-26 | 1 | -8/+6 | |
| | | |||||
| * | Use the new gpio(4) semantics and change the command line syntax to a | 2008-11-26 | 2 | -167/+203 | |
| | | | | | | | | | | | | more readable and straightforward format. Note that there is no longer a default GPIO device, but it has to be sepcified on the command line always (and as Theo mentioned, newfs also does not default to /dev/sd0a...) You must do a 'make includesi' in /usr/src before building this command or before your next system build. ok uwe@ | ||||
| * | - tweak previous | 2008-11-24 | 2 | -54/+51 | |
| | | | | | - kill .Tn | ||||
| * | Add and document -A and -D options to attach or detach devices at | 2008-11-24 | 2 | -6/+103 | |
| | | | | | | | runtime to a gpio bus. ok uwe, drahn | ||||
| * | GPIO pins can be programmed to invert input or output on some devices. | 2007-11-17 | 2 | -2/+8 | |
| | | | | | | | Introduce new flags, GPIO_PIN_INVIN and GPIO_PIN_INVOUT, for this. ok grange | ||||
| * | GPIO improvements: | 2007-11-17 | 1 | -5/+2 | |
| | | | | | | | | | | - make "man -k gpio" work - gpioctl(8) should not try to list all gpio devices (it's why we have man -k) - gpio devices should have "GPIO" in their .Nd, and cross-reference gpio(4) and gpioctl(8) second set of fixes for gpio(4) itself coming from mbalmer... | ||||
| * | pull-down (GPIO_PIN_PULLDOWN) is a valid flags for some GPIO devices, | 2007-11-17 | 2 | -3/+6 | |
| | | | | | | | e.g. the AMD Geode C5536 GPIO. ok grange | ||||
| * | convert to new .Dd format; | 2007-05-31 | 1 | -2/+2 | |
| | | |||||
| * | use strtonum() to avoid out of range values, way simpler than the | 2007-03-18 | 1 | -6/+7 | |
| | | | | | 12-line song and dance that standard functions need; bret.lambert@gmail | ||||
| * | for macppc too; from ghz@darkdata.org | 2006-11-29 | 1 | -2/+2 | |
| | | |||||
| * | amazing how far a typo of mine (CFLAGS vs CLFAGS) from early 2004 spread | 2006-07-25 | 1 | -2/+2 | |
| | | | | | | (and how long it went unnoticed) From: Alexey Dobriyan <adobriyan@gmail.com> | ||||
| * | Unbreak; noticed by evol@online.ptt.ru. | 2005-11-17 | 1 | -2/+2 | |
| | | |||||
| * | no need for -h, any illegal option is fine | 2005-11-16 | 2 | -11/+7 | |
| | | |||||
| * | move this page to a standard options list; | 2005-11-16 | 1 | -38/+37 | |
| | | | | | | requested by deraadt@ ok grange@ | ||||
| * | gpioctl can work on macppc too | 2005-11-16 | 1 | -2/+2 | |
| | | |||||
| * | tweaks from wiz@netbsd | 2005-09-27 | 1 | -4/+3 | |
| | | |||||
| * | Document -q and -h options, noticed by Matt Peterson <matt@eff.org>. | 2004-12-02 | 1 | -1/+10 | |
| | | | | | With a help from jmc@. | ||||
| * | Fix typo (termal -> thermal). From bob at cemetery dot homeunix dot org. | 2004-11-03 | 1 | -2/+2 | |
| | | |||||
| * | .Xr elansc(4) here too | 2004-09-21 | 1 | -1/+2 | |
| | | |||||
| * | spacing | 2004-08-08 | 1 | -4/+4 | |
| | | |||||
| * | various tweaks; | 2004-06-04 | 1 | -33/+37 | |
| | | | | | ok grange@ | ||||
| * | gpioctl -- program to control GPIO devices. | 2004-06-03 | 3 | -0/+413 | |
| The gpioctl program allows to manipulate GPIO devices pins Quick start for the Soekris net4801 users: # gpioctl -c 20 out pp # gpioctl 20 1 This will turn on the red error led. If you want to use JP5 I/O pins, just use the /dev/gpio1 device. Quick start for the PC Engines WRAP.1C users: # gpioctl 40 This will read the state of the button (0 means pressed). # gpioctl -c 2 pp out This will turn the first led on, to turn off write 1 to the pin, it's reversed. For the second and the third leds use pins 3 and 18. ok deraadt@ | |||||
