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
8dd1d7a524
zephyr
/
tests
/
drivers
/
hwinfo
/
api
/
testcase.yaml
4 lines
46 B
YAML
Raw
Normal View
History
Unescape
Escape
tests: drivers: Add basic tests for hwinfo_get_device_id API This commit adds basic tests for device_uid_get API Signed-off-by: Alexander Wachter <alexander.wachter@student.tugraz.at>
2019-01-11 00:07:39 +08:00
tests
:
tests: drivers: hwinfo: Cleanup testcase.yaml The testcase.yaml had multiple tests defined but they didn't do anything different. Remove the duplication and rename to drivers.hwinfo.api. Signed-off-by: Kumar Gala <kumar.gala@linaro.org>
2021-06-11 22:34:18 +08:00
drivers.hwinfo.api
:
drivers: hwinfo: Add reset cause support Add `hwinfo_get_reset_cause` and `hwinfo_clear_reset_cause` to retrieve and to clear cause of system reset on supported platforms. Different platforms can provide different causes of reset, however there is a great deal of overlap. `enum reset_cause` can be expanded in the future to support additional reasons, as additional platforms are supported. Signed-off-by: Arvin Farahmand <arvinf@ip-logix.com>
2020-05-01 10:32:52 +08:00
tags
:
driver