Skip to content
Draft
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
5 changes: 5 additions & 0 deletions app/Kconfig
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,11 @@ config SCHED_CPU_MASK_PIN_ONLY
config SMP_BOOT_DELAY
default y if SMP

# Allow compiler to determine whether to generate FLIX instructions.
choice COMPILER_CODEGEN_VLIW
default COMPILER_CODEGEN_VLIW_AUTO if "$(ZEPHYR_TOOLCHAIN_VARIANT)" = "xt-clang"
endchoice

source "Kconfig.zephyr"

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

- name: zephyr
repo-path: zephyr
revision: c1a2b3be459d4f34d31ae54774fd57e96438d237
revision: 96d9db95de80ece9ae434cab1336fb5c07863cf5
remote: zephyrproject

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