zephyr/arch
Nicolas Pitre 83de5b4532 riscv: _isr_wrapper: get rid of the ASSUME_EQUAL() macro
This is really useful only for one case i.e. when testing against zero.
Do that test inline where it is needed and make the rest of the code
independent from the actual numerical value being tested to make code
maintenance easier if/when new cases are added.

Signed-off-by: Nicolas Pitre <npitre@baylibre.com>
2022-07-04 09:49:16 +02:00
..
arc arc: vector_table: Automatically place the IRQ vector table 2022-06-28 12:29:42 +02:00
arm modules: tfm: Allow enabling FPU in the application with TF-M enabled 2022-06-29 14:45:39 +00:00
arm64 arch: arm64: enable single thread support config 2022-06-29 10:27:55 +02:00
common irq: Fix IRQ vector table relocation 2022-06-28 12:29:42 +02:00
mips asm: update files with <zephyr/...> include prefix 2022-05-09 12:45:29 -04:00
nios2 asm: update files with <zephyr/...> include prefix 2022-05-09 12:45:29 -04:00
posix include: add more missing zephyr/ prefixes 2022-05-27 15:20:27 -07:00
riscv riscv: _isr_wrapper: get rid of the ASSUME_EQUAL() macro 2022-07-04 09:49:16 +02:00
sparc asm: update files with <zephyr/...> include prefix 2022-05-09 12:45:29 -04:00
x86 coding guidelines: comply with MISRA C:2012 Rule 4.1 2022-06-30 19:51:59 -04:00
xtensa debug: coredump: add xtensa intel adsp, support toolchains 2022-06-23 15:44:45 -04:00
CMakeLists.txt
Kconfig arch: Use a more sane ALIGN value 2022-06-28 12:29:42 +02:00