Skip to content

Commit 2f094bd

Browse files
committed
zephyr: Re-enable wfi
1 parent f2b8bdb commit 2f094bd

3 files changed

Lines changed: 0 additions & 31 deletions

File tree

zephyr/soc/olofk/servant/CMakeLists.txt

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,6 @@
44
zephyr_sources(
55
soc_irq.S
66
vector.S
7-
cpu_idle.c
87
irq.c)
98

109
set(SOC_LINKER_SCRIPT ${ZEPHYR_BASE}/include/zephyr/arch/riscv/common/linker.ld CACHE INTERNAL "")

zephyr/soc/olofk/servant/Kconfig.defconfig

Lines changed: 0 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -19,14 +19,6 @@ config SERV_TIMER
1919
bool
2020
default y
2121

22-
config ARCH_HAS_CUSTOM_CPU_IDLE
23-
bool
24-
default y
25-
26-
config ARCH_HAS_CUSTOM_CPU_ATOMIC_IDLE
27-
bool
28-
default y
29-
3022
config RISCV_SOC_EXCEPTION_FROM_IRQ
3123
bool
3224
default y

zephyr/soc/olofk/servant/cpu_idle.c

Lines changed: 0 additions & 22 deletions
This file was deleted.

0 commit comments

Comments
 (0)