Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/linux-sunxi/sunxi-tools.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/pio.c
AgeCommit message (Expand)Author
2018-07-09Fix two warnings about implicit fallthrough.Ian Campbell
2018-07-09pio: add missing return statementAndre Przywara
2018-07-09pio: fix typo in help messageAndre Przywara
2016-10-26Have a workaround for missing mmap() in fexc.c and pio.cBernhard Nortmann
2016-10-24Have programs display version information in their usage helpBernhard Nortmann
2016-05-04Get rid of two "unused parameter" warningsBernhard Nortmann
2016-05-03Makefile: Have portable_endian.h properly expose all functionsBernhard Nortmann
2016-04-20Replace endian_compat.h with portable_endian.hBernhard Nortmann
2015-09-13fix compiler warnings due to deprecated _BSD_SOURCEBernhard Nortmann
2014-01-29Fix bogus usage message in pio tool.Michal Suchanek
2013-04-12pio.c: Fix broken file I/OAngus Gratton
2013-01-21pio: Add mmap supportHenrik Nordstrom
2012-09-29pio: add missing copyright noteAlejandro Mery
2012-09-05pio: Fix Pxx= and Pxx? commandsHenrik Nordstrom
2012-09-05pio: Add = and ? pin commands for easier GPIO operationHenrik Nordstrom
2012-08-07move OSX compatible <endian.h> exception to a common "endian_compat.h" headerAlejandro Mery
2012-08-01pio: Correct drv_level settingHenrik Nordstrom
2012-08-01pio: Correct parsing of pin valuesHenrik Nordstrom
2012-08-01pio manipulation optionsHenrik Nordstrom
2012-07-31pio: clean offset pattern in pio_get() and pio_set()Alejandro Mery
2012-07-31pio: add pio_set() helperAlejandro Mery
2012-07-31pio: fix pio_get()'s data extractionAlejandro Mery
2012-07-31pio: add `pio print < PIO` to turn a PIO dump into human readableAlejandro Mery