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
6380c961d1
zephyr
/
tests
/
drivers
/
gpio
/
gpio_nrf
/
prj.conf
4 lines
58 B
Plaintext
Raw
Normal View
History
Unescape
Escape
tests: drivers: Extend test coverage for NRF GPIO driver Add more test cases for NRF specific GPIO features Signed-off-by: Bartosz Miller <bartosz.miller@nordicsemi.no>
2024-04-12 20:31:51 +08:00
CONFIG_ZTEST=y
CONFIG_GPIO=y
tests: drivers: Verify NRF GPIO driver with GPIO_NRFX_INTERRUPT=n Verify NRF GPIO driver with NRFX interrupts disabled. Verify that driver handles properly 'get' and 'set' api methods. When calling interrupt enable driver should report 'function not implemented' error. Signed-off-by: Bartosz Miller <bartosz.miller@nordicsemi.no>
2024-08-28 17:06:25 +08:00
CONFIG_GPIO_NRFX_INTERRUPT=n