zephyr/tests/boards
Andy Ross 5139d052d8 tests/intel_adsp/smoke: Revert WAIT_FOR breakage
The evolution of the original WAIT_FOR trick in this test, first to
move it to a generic spot and then to make it take a delay
paramatrization, have had the unfortunate side effect of breaking the
original usage.

And... it's really not following the design intent anyway.  The idea
here was to spin hard waiting on external hardware (a python script
running on the host) to deliver an interrupt.  Both of the new tricks
(suspending the thread with a sleep and hammering the HDA wall clock
for time) can affect interrupt delivery.

Just restore the original implementation (albeit with a new name,
"AWAIT", since the original was stolen) until someone has a chance to
make this work properly with the new API.  There's no reason it can't,
it just doesn't yet.

Fixes #43828

Signed-off-by: Andy Ross <andrew.j.ross@intel.com>
2022-06-07 18:58:00 +02:00
..
altera_max10 tests: migrate includes to <zephyr/...> 2022-05-06 20:02:14 +02:00
espressif_esp32/cache_coex tests: migrate includes to <zephyr/...> 2022-05-06 20:02:14 +02:00
intel_adsp tests/intel_adsp/smoke: Revert WAIT_FOR breakage 2022-06-07 18:58:00 +02:00
intel_s1000_crb tests: migrate includes to <zephyr/...> 2022-05-06 20:02:14 +02:00
mec15xxevb_assy6853 tests: migrate includes to <zephyr/...> 2022-05-06 20:02:14 +02:00
native_posix include: add more missing zephyr/ prefixes 2022-05-27 15:20:27 -07:00