Commit graph

6 commits

Author SHA1 Message Date
Drew Fustini
713cafa28e Workaround test failure until TIMERn bug is fixed
Replace GPIO for test "TIMER6" with "P8_10" as TIMERn syntax
is not working on newer kernels such as 4.4.

This is a valid path:
/sys/devices/platform/ocp/ocp:P8_10_pinmux/state

while this path is invalid:
/sys/devices/platform/ocp/ocp:TIMER_pinmux/state

Originally discovered while testing Pull Request #152.
See issue #156 for details.
2017-08-23 07:59:56 +00:00
Matthew West
c459ff7751 Bring tests in line with Linux 4.1+ 2016-08-08 12:16:54 -07:00
Chris Desjardins
2d9b9b3d1d Add new test case for 3 digit gpio 2013-08-08 13:00:39 +02:00
Justin Cooper
ab6dab6519 fix tests, initial non-working spi, refactor loading device tree 2000-01-01 00:06:09 +00:00
Justin Cooper
9903992a5f add a few more tests for setup and output 2013-06-11 04:12:00 +00:00
Justin Cooper
1258c651cb Initial Commit 2013-06-10 20:16:39 +00:00