]> git.sur5r.net Git - u-boot/commit
cmd: add ADC cli commands
authorNeil Armstrong <narmstrong@baylibre.com>
Fri, 27 Apr 2018 13:17:57 +0000 (15:17 +0200)
committerTom Rini <trini@konsulko.com>
Tue, 8 May 2018 22:50:23 +0000 (18:50 -0400)
commit051ebe322800c5d9d382e67db51d1982d94ac7b7
tree0dc9c9f06a6f46a6ca88fca5560d2cbf40c6b0f8
parente097ce4304056452704f54245e28a6badb59fe06
cmd: add ADC cli commands

Add an 'adc' cli command to get information from adc devices and to read
"single shot" data.

Signed-off-by: Neil Armstrong <narmstrong@baylibre.com>
cmd/Kconfig
cmd/Makefile
cmd/adc.c [new file with mode: 0644]