Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
zephyr: rtos: implement wait_delay variants with k_busy_wait
Implement wait_delay*() variants with k_busy_wait(). If some target requires to customize the busy wait implementation, this can be done with Zephyr CONFIG_ARCH_HAS_CUSTOM_BUSY_WAIT. Remove idelay() as this is no longer used in generic SOF code. Signed-off-by: Kai Vehmanen <[email protected]>
- Loading branch information