commit | 0f5c08548adf421de89e5c6903c71ee725679b9a | [log] [tgz] |
---|---|---|
author | Michal Smola <michal.smola@nxp.com> | Mon Mar 11 12:13:12 2024 +0100 |
committer | Anas Nashif <anas.nashif@intel.com> | Fri Mar 22 15:59:21 2024 -0400 |
tree | 27763ea2dcbb4a323eee6f4b55b125b7c86cfc4b | |
parent | e2f38403800278a48bea67ab977aa557f80284ba [diff] |
twister: qemu: fix mps2_an521 on Windows tfm_integration samples fail on Windows on mps2_an521 platform, because output from ninja process running QEMU freezes in re-build phase. Fix it by implementing named pipes to read output from QEMU process directly using os.open and os.read methods. Signed-off-by: Michal Smola <michal.smola@nxp.com>