Home
last modified time | relevance | path

Searched refs:error_msg (Results 1 – 3 of 3) sorted by relevance

/Zephyr-latest/scripts/west_commands/runners/
Dbossac.py100 error_msg = "can't load devicetree; expected to find:" + str(edt_pickle)
102 raise RuntimeError(error_msg)
109 error_msg = "could not load devicetree, something may be wrong " \
111 raise RuntimeError(error_msg) from err
194 error_msg = 'The device tree zephyr,code-partition chosen' \
197 raise RuntimeError(error_msg)
205 error_msg = 'There is no CONFIG_USE_DT_CODE_PARTITION Kconfig' \
211 raise RuntimeError(error_msg)
/Zephyr-latest/drivers/sensor/ti/tmp1075/
Dtmp1075.c51 const char *error_msg) in set_threshold_attribute() argument
54 LOG_ERR("Failed to set %s attribute!", error_msg); in set_threshold_attribute()
86 const char *error_msg) in get_threshold_attribute() argument
91 LOG_ERR("Failed to get %s attribute!", error_msg); in get_threshold_attribute()
/Zephyr-latest/scripts/tests/twister/
Dtest_testplan.py947 error_msg, argument
963 assert str(err._excinfo[1]) == error_msg