-
Notifications
You must be signed in to change notification settings - Fork 6.8k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
tests/drivers/gpio/gpio_basic_api failed on multiple ARM platforms #22622
Comments
This is a documentation issue: people running the tests need to know that for the test to work on a given platform there must be a devicetree overlay for that platform in the
There is no overlay for I'll prepare a README for this test to explain all this, unless somebody else does it first. |
@pabigot Can we use the testcase.yml to exclude those unsupported boards? because we use the sanitycheck to run all tests in testing system, if we modify the README file, for each board, when running sanitycheck command, we have to use the sanitycheck's option to exclude this test. |
Does it work if you short the input pin to the output pin, as directed in the README? Because the test simply cannot pass on a board that doesn't have the test configuration. There's nothing I can do about that. |
@chen-png please follow up |
@pabigot for sam_e70_xplained, according to the board's overlay, i connected portd 21 and portd 20, then this test passed. |
For The same two pins are used on the arduino header of mimxrt10x0_evk. The header on the 1060 is next to the 20-pin JTAG header. |
@pabigot thanks for your information. |
Describe the bug
tests/drivers/gpio/gpio_basic_api failed on reel_board, frdm_k64f, sam_e70_xplained and mimxrt1050_evk boards.
To Reproduce
Steps to reproduce the behavior:
Screenshots or console output
Booting Zephyr OS build zephyr-v2.1.0-2179-g55eb4a11cdb1
Running test suite gpio_basic_test
starting test - test_gpio_port
Validate device GPIO_0
Check GPIO_0 output 2 connected to input 3
FATAL output pin not wired to input pin? (out high => in low)
Environment (please complete the following information):
The text was updated successfully, but these errors were encountered: