Is there a reset control API in Zephyr? #38062
Unanswered
billy-tsai
asked this question in
Q&A
Replies: 2 comments 1 reply
-
It has a sys_reboot function, sys_reboot(SYS_REBOOT_COLD); You will need the CONFIG_REBOOT=y KConfig option set to be able to use it. https://docs.zephyrproject.org/latest/reference/kconfig/CONFIG_REBOOT.html |
Beta Was this translation helpful? Give feedback.
1 reply
-
I don't think there is a unified API for reset pins. The current (v2.7) standard way is to use GPIO, |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Hi,
I want to know that if the zephyr has a common API like Linux: reset to control the reset?
Beta Was this translation helpful? Give feedback.
All reactions