zephyr/arch
Carles Cufi ab05448307 arch: Add a CONFIG_LITTLE_ENDIAN hidden Kconfig option
In preparation for using CONFIG_*_ENDIAN instead of __BYTE_ORDER__, add
a reflection of CONFIG_BIG_ENDIAN that will allow users to conditionally
compile with #ifdef instead of #ifndef while keeping the default case
(little endian) as the first block in the conditional compilation.

Signed-off-by: Carles Cufi <carles.cufi@nordicsemi.no>
2022-10-28 19:23:46 +09:00
..
arc smp: Move for loops to use arch_num_cpus instead of CONFIG_MP_NUM_CPUS 2022-10-21 13:14:58 +02:00
arm smp: Move arrays to use CONFIG_MP_MAX_NUM_CPUS 2022-10-17 14:40:12 +09:00
arm64 arch: arm64: Convert to CONFIG_MP_MAX_NUM_CPUS 2022-10-25 10:52:34 +02:00
common include: add missing irq.h include 2022-10-11 18:05:17 +02:00
mips include: types: remove ulong_t 2022-09-06 18:16:33 +02:00
nios2 arch: comply to coding guidelines MISRA C:2012 Rule 14.4 2022-07-20 09:28:38 -05:00
posix arch: posix: Add defaults for recommended stack sizes 2022-10-11 15:22:57 +02:00
riscv Revert "riscv: PMP-based stack guard is incompatible with stack sentinel" 2022-10-25 10:53:34 +02:00
sparc SPARC: reduce z_thread_entry_wrapper 2022-08-03 12:05:49 +02:00
x86 x86: buf return from gdb_reg_readone is not a string 2022-10-26 12:00:04 +02:00
xtensa include: add missing zephyr/irq.h include 2022-10-17 22:57:39 +09:00
CMakeLists.txt
Kconfig arch: Add a CONFIG_LITTLE_ENDIAN hidden Kconfig option 2022-10-28 19:23:46 +09:00