This website requires JavaScript.
Explore
Help
Sign In
OrgZephyr
/
zephyr
mirror of
https://github.com/zephyrproject-rtos/zephyr.git
Watch
1
Star
0
Fork
You've already forked zephyr
0
Code
Issues
Releases
Wiki
Activity
ad5966a432
zephyr
/
tests
/
drivers
/
gpio
/
gpio_get_direction
/
prj.conf
5 lines
80 B
Plaintext
Raw
Normal View
History
Unescape
Escape
tests: drivers: gpio: tests for gpio_port_get_direction Tests for gpio_port_get_direction(), gpio_pin_is_input(), and gpio_pin_is_output(). Signed-off-by: Christopher Friedt <cfriedt@fb.com>
2022-06-17 23:07:02 +08:00
CONFIG_ZTEST=y
tests: drivers: gpio: direction: use new ztest api Adjust suite to use new ztest API. Signed-off-by: Christopher Friedt <cfriedt@fb.com>
2022-06-28 08:43:40 +08:00
CONFIG_ZTEST_NEW_API=y
tests: drivers: gpio: tests for gpio_port_get_direction Tests for gpio_port_get_direction(), gpio_pin_is_input(), and gpio_pin_is_output(). Signed-off-by: Christopher Friedt <cfriedt@fb.com>
2022-06-17 23:07:02 +08:00
CONFIG_GPIO=y
CONFIG_GPIO_GET_DIRECTION=y