summaryrefslogtreecommitdiff
path: root/lib/libgpio
AgeCommit message (Expand)Author
2025-09-03libgpio: Add and document gpio interrupt utility functionsEvgenii Ivanov
2024-07-15Remove residual blank line at start of MakefileWarner Losh
2023-11-14libgpio: Fix type mismatch for gpio_pin_[gs]etJohn Baldwin
2023-08-16Remove $FreeBSD$: two-line nroff patternWarner Losh
2023-08-16Remove $FreeBSD$: one-line sh patternWarner Losh
2023-08-16Remove $FreeBSD$: two-line .h patternWarner Losh
2019-12-11Update Makefile.depend filesSimon J. Gerraty
2019-09-05pkgbase: Create a FreeBSD-utilities package and make it the default oneEmmanuel Vadot
2017-10-31DIRDEPS_BUILD: Update dependencies.Bryan Drewery
2016-04-19Use GPIOTOGGLE to toggle the pin state instead of read, modify and write.Luiz Otavio O Souza
2016-03-02MFHGlen Barber
2016-02-26Remove WARNS inherited fine by ../Makefile.inc.Bryan Drewery
2016-02-04First pass through library packaging.Glen Barber
2015-11-25META MODE: Prefer INSTALL=tools/install.sh to lessen the need for xinstall.host.Bryan Drewery
2015-07-01Bump .Dd for the example code update.Christian Brueffer
2015-07-01Make the example code actually work.Christian Brueffer
2015-06-13Add META_MODE support.Simon J. Gerraty
2015-06-08dirdeps.mk now sets DEP_RELDIRSimon J. Gerraty
2015-05-27Merge sync of headSimon J. Gerraty
2015-03-20Add the missing manual page link to the recently added function.Luiz Otavio O Souza
2015-03-08Fix contraction and unnecessary commas in function arguments.Luiz Otavio O Souza
2015-03-08Add a new ioctl to allow the setting of GPIO pin names.Luiz Otavio O Souza
2014-12-02Fix an off-by-one in gpio_pin_list().Rui Paulo
2014-11-24Import libgpio.Rui Paulo