aboutsummaryrefslogtreecommitdiff
path: root/lib/libgpio
Commit message (Collapse)AuthorAgeFilesLines
* Update Makefile.depend filesSimon J. Gerraty2019-12-111-1/+0
| | | | | | | | | | | | | Update a bunch of Makefile.depend files as a result of adding Makefile.depend.options files Reviewed by: bdrewery MFC after: 1 week Sponsored by: Juniper Networks Differential Revision: https://reviews.freebsd.org/D22494 Notes: svn path=/head/; revision=355617
* pkgbase: Create a FreeBSD-utilities package and make it the default oneEmmanuel Vadot2019-09-051-1/+0
| | | | | | | | | | | | | The default package use to be FreeBSD-runtime but it should only contain binaries and libs enough to boot to single user and repair the system, it is also very handy to have a package that can be tranform to a small mfsroot. So create a new package named FreeBSD-utilities and make it the default one. Also move a few binaries and lib into this package when it make sense. Reviewed by: bapt, gjb Differential Revision: https://reviews.freebsd.org/D21506 Notes: svn path=/head/; revision=351858
* DIRDEPS_BUILD: Update dependencies.Bryan Drewery2017-10-311-1/+0
| | | | | | | Sponsored by: Dell EMC Isilon Notes: svn path=/head/; revision=325188
* Use GPIOTOGGLE to toggle the pin state instead of read, modify and write.Luiz Otavio O Souza2016-04-191-5/+5
| | | | Notes: svn path=/head/; revision=298272
* MFHGlen Barber2016-03-021-2/+0
|\ | | | | | | | | | | | | Sponsored by: The FreeBSD Foundation Notes: svn path=/projects/release-pkg/; revision=296318
| * Remove WARNS inherited fine by ../Makefile.inc.Bryan Drewery2016-02-261-2/+0
| | | | | | | | | | | | | | Sponsored by: EMC / Isilon Storage Division Notes: svn path=/head/; revision=296129
* | First pass through library packaging.Glen Barber2016-02-041-0/+1
|/ | | | | | | Sponsored by: The FreeBSD Foundation Notes: svn path=/projects/release-pkg/; revision=295278
* META MODE: Prefer INSTALL=tools/install.sh to lessen the need for xinstall.host.Bryan Drewery2015-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 Notes: svn path=/head/; revision=291307
* Bump .Dd for the example code update.Christian Brueffer2015-07-011-1/+1
| | | | | | | Submitted by: loos Notes: svn path=/head/; revision=285012
* Make the example code actually work.Christian Brueffer2015-07-011-1/+3
| | | | | | | | | | PR: 199440 Submitted by: waitman@waitman.net Reviewed by: loos MFC after: 1 week Notes: svn path=/head/; revision=284997
* Add META_MODE support.Simon J. Gerraty2015-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 Notes: svn path=/head/; revision=284345
| * dirdeps.mk now sets DEP_RELDIRSimon J. Gerraty2015-06-081-2/+0
| | | | | | | | Notes: svn path=/projects/bmake/; revision=284172
| * Merge sync of headSimon J. Gerraty2015-05-271-0/+20
|/ | | | Notes: svn path=/projects/bmake/; revision=283595
* Add the missing manual page link to the recently added function.Luiz Otavio O Souza2015-03-201-0/+1
| | | | Notes: svn path=/head/; revision=280298
* Fix contraction and unnecessary commas in function arguments.Luiz Otavio O Souza2015-03-081-21/+21
| | | | | | | Found with mandoc and igor. Notes: svn path=/head/; revision=279788
* Add a new ioctl to allow the setting of GPIO pin names.Luiz Otavio O Souza2015-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 Notes: svn path=/head/; revision=279761
* Fix an off-by-one in gpio_pin_list().Rui Paulo2014-12-021-1/+1
| | | | | | | Coverity CID: 1256495 Notes: svn path=/head/; revision=275396
* Import libgpio.Rui Paulo2014-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 Notes: svn path=/head/; revision=274987