Skip to content
Open
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
2 changes: 1 addition & 1 deletion src/schedule/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ if (CONFIG_SOC_ACP_6_0)
)
else()
zephyr_library_sources(
ll_schedule.c
ll_schedule_xtos.c
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Both "xtos" and "legacy" are fine to use, although "xtos" is more common here.

But I'm not sure if building the xtos version from the main branch is still possible? Even build scripts like xtensa-build-all.sh were removed.

)
endif()
else()
Expand Down
File renamed without changes.
Loading