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
053e5f93ac
zephyr
/
samples
/
boards
/
nrf
/
nrf53_sync_rtc
/
net
/
prj.conf
7 lines
88 B
Plaintext
Raw
Normal View
History
Unescape
Escape
samples: boards: nrf: Add nrf53_sync_rtc sample Add sample which demonstrates how RTC clocks are synchronized between application and network core. Signed-off-by: Krzysztof Chruscinski <krzysztof.chruscinski@nordicsemi.no>
2021-09-13 19:06:52 +08:00
CONFIG_LOG=y
CONFIG_NRF53_SYNC_RTC=y
samples: nrf53_sync_rtc: drop IPM support Nordic platform utilizes mailbox so remove the IPM support from this sample. Signed-off-by: Kumar Gala <galak@kernel.org>
2022-08-04 20:51:51 +08:00
CONFIG_MBOX=y
CONFIG_MBOX_NRFX_IPC=y
CONFIG_IPM=n