Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[imx-stable-v2.7] Update west.yml for imx-stable-v2.7 to point to zephyr v.3.5 rc2 #8317

Merged
merged 2 commits into from
Oct 12, 2023
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 1 addition & 2 deletions src/schedule/zephyr_domain.c
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,6 @@

#include <zephyr/kernel.h>
#include <zephyr/sys_clock.h>
#include <zephyr/timeout_q.h>

LOG_MODULE_DECLARE(ll_schedule, CONFIG_SOF_LOG_LEVEL);

Expand Down Expand Up @@ -112,7 +111,7 @@ static void zephyr_domain_timer_fn(struct k_timer *timer)
* registered again next time.
*/
if (!zephyr_domain) {
z_abort_timeout(&timer->timeout);
k_timer_stop(timer);
return;
}

Expand Down
2 changes: 1 addition & 1 deletion west.yml
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ manifest:

- name: zephyr
repo-path: zephyr
revision: 5689916a70ad5c363bd7d5511b772ada90067d51
revision: c1b1dd78e2a83285f6cf5780fa1fcf4089e0367b
remote: zephyrproject

# Import some projects listed in zephyr/west.yml@revision
Expand Down
Loading