zephyr/arch/arm/core
Bradley Bolen f888f9ab27 arch: arm: Fix checks of CONFIG_MPU_REQUIRES_POWER_OF_TWO_ALIGNMENT
The compiler generates errors of the form
error: "CONFIG_MPU_REQUIRES_POWER_OF_TWO_ALIGNMENT" is not defined,
evaluates to 0 [-Werror=undef]
when -Wundef is used and the config option was turned off.  Change
check to if defined().

Signed-off-by: Bradley Bolen <bbolen@lexmark.com>
2019-05-20 22:27:56 -04:00
..
cortex_m arch: arm: mpu: use DTS-defined number of MPU regions 2019-05-20 14:06:10 -05:00
offsets arch: arm: add internal structure to ESF 2019-05-07 19:21:46 -04:00
CMakeLists.txt license: cleanup: add SPDX Apache-2.0 license identifier 2019-04-07 08:45:22 -04:00
Kconfig soc: arm: rename CPU_HAS_SYSTICK to CPU_CORTEX_M_HAS_SYSTICK 2019-04-25 23:09:23 -07:00
__aeabi_atexit.c
cpu_idle.S arch: Rename reserved function names 2019-04-03 17:31:00 -04:00
exc_exit.S arm: asm: Fix some asm issues when building with clang 2019-03-14 08:01:10 -05:00
fatal.c arch: arm: print thread name in z_NanoFatalErrorHandler() 2019-05-20 12:52:27 -04:00
fault.c arch: arm: fix ESF pointer in SecureStackDump() 2019-05-15 05:07:46 -05:00
fault_s.S arch: arm: fix determining stacked frame for Non-Secure firmware 2019-02-19 12:30:12 -06:00
irq_init.c arch: Rename reserved function names 2019-04-03 17:31:00 -04:00
irq_manage.c arch: arm: Fix checks of CONFIG_ZERO_LATENCY_IRQS 2019-05-20 22:27:56 -04:00
irq_offload.c arch: Rename reserved function names 2019-04-03 17:31:00 -04:00
irq_relay.S
isr_wrapper.S arm: asm: Fix some asm issues when building with clang 2019-03-14 08:01:10 -05:00
swap.c arch: arm: userspace: remove mode setting in swap() 2019-04-02 11:07:46 -04:00
swap_helper.S arch: arm: Fix checks of CONFIG_IRQ_OFFLOAD 2019-05-20 22:27:56 -04:00
sys_fatal_error_handler.c all: Update reserved function names 2019-03-11 13:48:42 -04:00
thread.c arch: arm: Fix checks of CONFIG_MPU_REQUIRES_POWER_OF_TWO_ALIGNMENT 2019-05-20 22:27:56 -04:00
thread_abort.c all: Update reserved function names 2019-03-11 13:48:42 -04:00
userspace.S arch: Rename reserved function names 2019-04-03 17:31:00 -04:00