]> git.baikalelectronics.ru Git - uboot.git/commit
test: dm: add a test for class button
authorPhilippe Reynes <philippe.reynes@softathome.com>
Fri, 24 Jul 2020 16:19:52 +0000 (18:19 +0200)
committerSimon Glass <sjg@chromium.org>
Wed, 29 Jul 2020 01:30:39 +0000 (19:30 -0600)
commit4d395bb1422dc3fe00177accbce73b0f84a6bbaf
treeb30774acbb155914410a98777f82160e843aaea5
parenta6750a4e6c843c2599032511d75092b518bcd5ea
test: dm: add a test for class button

Add a test to confirm that we can read button state
using the button-gpio driver.

Signed-off-by: Philippe Reynes <philippe.reynes@softathome.com>
test/dm/Makefile
test/dm/button.c [new file with mode: 0644]