summaryrefslogtreecommitdiffstats
path: root/lib/libgpio
Commit message (Collapse)AuthorAgeFilesLines
* Use GPIOTOGGLE to toggle the pin state instead of read, modify and write.loos2016-04-191-5/+5
|
* MFHgjb2016-03-021-2/+0
|\ | | | | | | Sponsored by: The FreeBSD Foundation
| * Remove WARNS inherited fine by ../Makefile.inc.bdrewery2016-02-261-2/+0
| | | | | | | | Sponsored by: EMC / Isilon Storage Division
* | First pass through library packaging.gjb2016-02-041-0/+1
|/ | | | Sponsored by: The FreeBSD Foundation
* META MODE: Prefer INSTALL=tools/install.sh to lessen the need for xinstall.host.bdrewery2015-11-251-1/+0
| | | | | | | | This both avoids some dependencies on xinstall.host and allows bootstrapping on older releases to work due to lack of at least 'install -l' support. Sponsored by: EMC / Isilon Storage Division
* Bump .Dd for the example code update.brueffer2015-07-011-1/+1
| | | | Submitted by: loos
* Make the example code actually work.brueffer2015-07-011-1/+3
| | | | | | | PR: 199440 Submitted by: waitman@waitman.net Reviewed by: loos MFC after: 1 week
* Add META_MODE support.sjg2015-06-131-0/+19
|\ | | | | | | | | | | | | | | | | | | | | Off by default, build behaves normally. WITH_META_MODE we get auto objdir creation, the ability to start build from anywhere in the tree. Still need to add real targets under targets/ to build packages. Differential Revision: D2796 Reviewed by: brooks imp
| * dirdeps.mk now sets DEP_RELDIRsjg2015-06-081-2/+0
| |
| * Merge sync of headsjg2015-05-271-0/+20
|/
* Add the missing manual page link to the recently added function.loos2015-03-201-0/+1
|
* Fix contraction and unnecessary commas in function arguments.loos2015-03-081-21/+21
| | | | Found with mandoc and igor.
* Add a new ioctl to allow the setting of GPIO pin names.loos2015-03-083-2/+29
| | | | | | | | | | | | | When a gpiobus child is added, use its name to identify the mapped pin names. Make the respective changes to libgpio. Add a new '-n' flag to gpioctl(8) to set the pin name. Differential Revision: https://reviews.freebsd.org/D2002 Reviewed by: rpaulo Requested by: many
* Fix an off-by-one in gpio_pin_list().rpaulo2014-12-021-1/+1
| | | | Coverity CID: 1256495
* Import libgpio.rpaulo2014-11-244-0/+594
This is a thin wrapper around the kernel interface which should make it easier to write GPIO applications. gpioctl(8) will be converted to use this library in a separate commit. Differential Revision: https://reviews.freebsd.org/D1183 Reviewed by: adrian, loos Discussed on: arm@, embedded@ Relnotes: yes
OpenPOWER on IntegriCloud