-
Notifications
You must be signed in to change notification settings - Fork 8.2k
Closed
Labels
area: GPIObugThe issue is a bug, or the PR is fixing a bugThe issue is a bug, or the PR is fixing a bugpriority: mediumMedium impact/importance bugMedium impact/importance bug
Description
* `gpio_api_1pin`: Failed all tested boards so far. Investigating this is my next task
There is one issue I've noticed just recently that may cause 1 pin testcase to fail. The testcases testing the new port functions attempt to verify that the driver doesn't change other pins than the one that was requested. But the test doesn't take into account that the LED0 pin it's using for testing may be on the same port as UART used for the console. When reading port values the pin serving as UART RX will introduce inconsistency to the port value the testcase is expecting. If you see failures in any of test_gpio_port_* tests please ignore it for now. I'll provide a fix.
Originally posted by @mnkp in #19579 (comment)
Metadata
Metadata
Assignees
Labels
area: GPIObugThe issue is a bug, or the PR is fixing a bugThe issue is a bug, or the PR is fixing a bugpriority: mediumMedium impact/importance bugMedium impact/importance bug