commit | 1847b882a2ce6ecd413e23c649ca0c156e88c010 | [log] [tgz] |
---|---|---|
author | Hake Huang <hake.huang@nxp.com> | Wed Mar 19 16:40:54 2025 +0800 |
committer | Benjamin Cabé <kartben@gmail.com> | Tue Mar 25 22:14:20 2025 +0100 |
tree | a3bd7be2d9a37dee1d79aae09879c7e77ce5df5a | |
parent | e486a06f0ba9444031bda24c7212e4a991ab6952 [diff] |
tests: ztest: enable ztest_no_yield for all in PM if CONFIG_PM=y, board will enter low power, which will cause problem for debugger. So for ztest cases, we need enable this to avoid problem. This used to apply to soc/platform level, now remove them. Signed-off-by: Hake Huang <hake.huang@nxp.com>