-
CONFIG_DATA_ENDIANNESS_LITTLE
¶
(No prompt – not directly user assignable.)
Type: bool
Help¶
This is driven by the processor implementation, since it is fixed in hardware. The BSP should set this value to ‘n’ if the data is implemented as big endian.
Help¶
This is driven by the processor implementation, since it is fixed in hardware. The board should set this value to ‘n’ if the data is implemented as big endian.
Defaults¶
- “y” if
ARC
- “y” if
CPU_CORTEX_M
&&ARM
Kconfig definitions¶
At arch/arc/Kconfig:37
Included via Kconfig:10
→ Kconfig.zephyr:29
→ arch/Kconfig:15
Menu path: (top menu) → ARC Options → ARCv2 Family Options
config DATA_ENDIANNESS_LITTLE bool default "y" ifARC
depends onARC
help This is driven by the processor implementation, since it is fixed in hardware. The BSP should set this value to 'n' if the data is implemented as big endian.
At arch/arm/core/cortex_m/Kconfig:271
Included via Kconfig:10
→ Kconfig.zephyr:29
→ arch/Kconfig:15
→ arch/arm/Kconfig:13
→ arch/arm/core/Kconfig:166
Menu path: (top menu) → ARM Options → ARM Cortex-M options
config DATA_ENDIANNESS_LITTLE bool default "y" ifCPU_CORTEX_M
&&ARM
depends onCPU_CORTEX_M
&&ARM
help This is driven by the processor implementation, since it is fixed in hardware. The board should set this value to 'n' if the data is implemented as big endian.
(Definitions include propagated dependencies, including from if’s and menus.)