zephyr/arch/arm/core
Kumar Gala cd7ca95378 arm: nxp_mpu: Fix build issue when asserts enabled
When asserts are enabled we run into an issue with newlib and types of
printf style formatters not matching.  The easy fix to this is to cast
the uint32_t to u32_t to make things consistent with or without newlib
enabled.

This fixes #5645

Signed-off-by: Kumar Gala <kumar.gala@linaro.org>
2018-01-11 15:20:03 -06:00
..
cortex_m arm: nxp_mpu: Fix build issue when asserts enabled 2018-01-11 15:20:03 -06:00
offsets kbuild: Removed KBuild 2017-11-08 20:00:22 -05:00
CMakeLists.txt Introduce cmake-based rewrite of KBuild 2017-11-08 20:00:22 -05:00
Kconfig kconfig: fix help syntax and add spaces 2017-12-13 17:43:28 -06:00
__aeabi_atexit.c license: Replace Apache boilerplate with SPDX tag 2017-01-19 03:50:58 +00:00
cpu_idle.S linker: move all linker headers to include/linker 2017-06-18 09:24:04 -05:00
exc_exit.S arm: handle time slicing before context switch on exception. 2017-08-08 09:33:25 -04:00
fatal.c k_thread_abort(): assert if abort essential thread 2017-09-07 16:35:16 -07:00
fault.c linker: move all linker headers to include/linker 2017-06-18 09:24:04 -05:00
fault_s.S linker: move all linker headers to include/linker 2017-06-18 09:24:04 -05:00
irq_init.c cleanup: rename fiber/task -> thread 2017-10-30 18:41:15 -04:00
irq_manage.c linker: move all linker headers to include/linker 2017-06-18 09:24:04 -05:00
irq_offload.c arm: implement __svc on Cortex M0 2017-06-02 02:17:32 -04:00
isr_wrapper.S arch: arm: store/restore regs r0-r3 while making function call. 2017-08-31 14:25:31 -04:00
swap.S kernel: add memory domain APIs 2017-09-29 16:48:53 -07:00
sys_fatal_error_handler.c linker: move all linker headers to include/linker 2017-06-18 09:24:04 -05:00
thread.c kernel: fix k_thread_stack_t definition 2017-10-17 08:24:29 -07:00
thread_abort.c kernel: convert most thread APIs to system calls 2017-10-07 10:45:15 -07:00