zephyr/arch
Andy Ross 50a9c29d08 arch/xtensa: Fix xcc regression with ZSR
Turns out that xt-xcc will bail when faced with a real core-isa.h (it
wants you to rely on the builtins in the compiler).  Undefine __XCC__
to force it to actually parse and emit declarations for its own
header.

(Also adds a newline to the generated one-line C file to silence a warning)

Signed-off-by: Andy Ross <andrew.j.ross@intel.com>
2022-01-20 14:37:13 -05:00
..
arc arc: remove @return doc for void functions 2022-01-12 16:02:16 -05:00
arm arm: remove @return doc for void functions 2022-01-12 16:02:16 -05:00
arm64 kernel: Reset the switch_handler only in the arch code 2022-01-18 10:41:35 -05:00
common cmake: CMake linker script generator pass handling 2021-11-08 20:45:07 +01:00
mips timer: add support for MIPS CP0 timer 2022-01-19 13:48:21 -05:00
nios2 nios2: remove @return doc for void functions 2022-01-12 16:02:16 -05:00
posix posix: remove @return doc for void functions 2022-01-12 16:02:16 -05:00
riscv arch: riscv: pmp: Fix is_user_mode in RV64 2022-01-18 13:11:36 -05:00
sparc sparc: remove @return doc for void functions 2022-01-12 16:02:16 -05:00
x86 x86: remove @return doc for void functions 2022-01-12 16:02:16 -05:00
xtensa arch/xtensa: Fix xcc regression with ZSR 2022-01-20 14:37:13 -05:00
CMakeLists.txt
Kconfig arch: add MIPS architecture support 2022-01-19 13:48:21 -05:00