commit | dcaeb187e209ae5848aa559d560e18b395395876 | [log] [tgz] |
---|---|---|
author | Love Kumar <love.kumar@amd.com> | Fri Jan 19 11:08:34 2024 +0530 |
committer | Tom Rini <trini@konsulko.com> | Mon Jan 29 10:31:24 2024 -0500 |
tree | 4228b2c86ad8a64a574e15b1b33ad955834b7206 | |
parent | d899e025c8a98905f32be701aba81be965521bcd [diff] |
test/py: gpio: Add gpio pins generic test Add gpio pins generic test for the set of gpio pin list to test various gpio related functionality, such as the input, set, clear, and toggle, it also tests the input and output functionality for shorted gpio pins. This test depends on boardenv* configuration to define gpio pins names. Signed-off-by: Love Kumar <love.kumar@amd.com>