zephyr/include/arch/arm
Ioannis Glaropoulos 823d86097f arch: arm: MPU-align GCOV section, only if CONFIG_USERSPACE=y
The GCOV section is programmed as a static MPU region, only
in builds with support for User Mode, otherwise it is not
programmed into an MPU region at all. To reflect this in the
linker, the MPU-alignment for GCOV section is enforced only
under CONFIG_USERSPACE=y. Otherwise, single-word alignment
is enforced.

Signed-off-by: Ioannis Glaropoulos <Ioannis.Glaropoulos@nordicsemi.no>
2019-03-04 16:52:59 +01:00
..
cortex_m arch: arm: MPU-align GCOV section, only if CONFIG_USERSPACE=y 2019-03-04 16:52:59 +01:00
arch.h include: misc: util.h: Rename min/max to MIN/MAX 2019-02-14 22:16:03 -05:00
syscall.h syscall: Return bool in a boolean function 2018-11-30 08:05:11 -08:00