
3 Nov
2018
3 Nov
'18
7:07 a.m.
On 24 October 2018 at 06:10, Patrice Chotard patrice.chotard@st.com wrote:
Add pinmux test which test the following commands:
- pinmux list
- pinmux dev
- pinmux status
Signed-off-by: Patrice Chotard patrice.chotard@st.com
Changes in v4:
- Update sandbox_get_pin_muxing() due to get_pin_muxing() prototype changes
Changes in v3:
- Fix typo
Changes in v2: None
arch/sandbox/dts/test.dts | 4 +++ test/py/tests/test_pinmux.py | 62 ++++++++++++++++++++++++++++++++++++++++++++ 2 files changed, 66 insertions(+) create mode 100644 test/py/tests/test_pinmux.py
Reviewed-by: Simon Glass sjg@chromium.org
Nice!