zephyr/arch
Daniel Leung e6d8926857 xtensa: set no optimization for arch_cpu_idle() with xt-clang
xt-clang likes to remove any consecutive NOPs more than 8. So
we need to force the function to have no optimization to avoid
this behavior and to retain all those NOPs.

Signed-off-by: Daniel Leung <daniel.leung@intel.com>
2023-07-24 11:07:30 -04:00
..
arc kernel: spinlock: LOCKED -> K_SPINLOCK 2023-07-10 09:27:21 +02:00
arm arch: arm: cortex_m: fault: Improve handling of fault escalation on armv6-m 2023-07-13 09:22:46 +02:00
arm64 arm64: Keep the frame pointer in leaf functions 2023-07-17 10:14:18 +00:00
common arch/common: Fix moving location counter backwards when using LLD 2023-07-14 12:08:02 +02:00
mips include: types: remove ulong_t 2022-09-06 18:16:33 +02:00
nios2 arch: nios2: Remove unused absolute symbols 2023-04-18 10:51:28 -04:00
posix arch/posix: put fuzzing kconfigs into submenu 2023-07-18 19:19:53 +00:00
riscv riscv: syscalls: use zephyr_syscall_header 2023-06-17 07:57:45 -04:00
sparc arch: sparc: Remove unused absolute symbols 2023-04-18 10:51:28 -04:00
x86 arch/x86: add more arch dcache functions 2023-07-11 11:33:16 -04:00
xtensa xtensa: set no optimization for arch_cpu_idle() with xt-clang 2023-07-24 11:07:30 -04:00
CMakeLists.txt cmake: fix include directories to work with out-of-tree arch 2020-08-05 08:06:07 -04:00
Kconfig Kconfig: Tidy up dependants of NATIVE_APPLICATION 2023-07-05 07:01:19 -04:00