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
main
zephyr
/
samples
/
boards
/
nordic
/
nrfx
/
prj.conf
5 lines
85 B
Plaintext
Raw
Permalink
Normal View
History
Unescape
Escape
samples: boards: nrf91: add nrfx sample Adds a sample that shows how to use nrfx drivers in Zephyr. Signed-off-by: Marcin Szymczyk <marcin.szymczyk@nordicsemi.no>
2019-09-30 20:15:20 +08:00
CONFIG_GPIO=n
CONFIG_LOG=y
CONFIG_LOG_PROCESS_THREAD_SLEEP_MS=100
modules: hal_nordic: add NRFX_GPPI config The nrfx_gppi module is an abstraction over nrfx_ppi and nrfx_dppi drivers. It now has a Kconfig option that is separate from nrfx_dppi and by default it enables all PPI/DPPI instances, if available. Signed-off-by: Rafał Kuźnia <rafal.kuznia@nordicsemi.no>
2024-10-23 06:35:45 +08:00
CONFIG_NRFX_GPPI=y