commit | 074bd00bcbae8adfc4653696a699ae3b5946b5b2 | [log] [tgz] |
---|---|---|
author | Lixin Guo <lixinx.guo@intel.com> | Fri Oct 22 16:00:18 2021 +0800 |
committer | Anas Nashif <anas.nashif@intel.com> | Fri Oct 22 18:09:15 2021 -0400 |
tree | 13f24af62048da489669438dc4d3b8601eadc58a | |
parent | f8f3c00d077fac726d0be990bebe359deb74c6e8 [diff] |
soc: intel_adsp: Change loop time in adsplog.py When build and run the tests manually with west, we could build successfully, but can not get output after flashing. It should rely on adsplog.py to get output, and the cause is loop time too short to get output. So, we change the loop time back to 1. Signed-off-by: Lixin Guo <lixinx.guo@intel.com>