zephyr/include/arch/arm/aarch32
Eugeniy Paltsev ebe51e26cb ARCH: COMMON: split sys_io.h for MMIO & memory bits functions
As of today 'include/arch/common/sys_io.h" has generic implementation
for MMIO accessors and memory bits manipulation functions. That leads
to several architectures like ARC, ARM/aarch64, ARM/aarch32/corter_a_r
redefine entire 'common/sys_io.h' even if they only have different
MMIO accessors implementation.

So split 'include/arch/common/sys_io.h" to
 * sys_io.h - generic MMIO accessors
 * sys_bitops.h - generic memory bits manipulation functions

Signed-off-by: Eugeniy Paltsev <Eugeniy.Paltsev@synopsys.com>
2020-09-01 13:36:48 +02:00
..
cortex_a_r arches: centralize noinit linker defintiions 2020-07-30 21:11:14 -04:00
cortex_m arch: arm: aarch32: add support for Cortex-M1 2020-08-14 13:35:39 -05:00
cortex_r arch: arm: aarch32: Add header shims for cortex_a_r renaming 2020-03-26 11:20:36 +01:00
arch.h ARCH: COMMON: split sys_io.h for MMIO & memory bits functions 2020-09-01 13:36:48 +02:00
asm_inline_gcc.h arch: arm: aarch32: Rename cortex_r to cortex_a_r 2020-03-26 11:20:36 +01:00
asm_inline.h arch: arm: aarch32: Fix header description 2020-03-13 09:59:59 +01:00
error.h zephyr: replace zephyr integer types with C99 types 2020-06-08 08:23:57 -05:00
exc.h arch: arm: Collect full register state in Cortex-M Exception Stack Frame 2020-08-31 10:13:27 +02:00
irq.h zephyr: replace zephyr integer types with C99 types 2020-06-08 08:23:57 -05:00
misc.h zephyr: replace zephyr integer types with C99 types 2020-06-08 08:23:57 -05:00
nmi.h arch: arm: aarch32: Fix header description 2020-03-13 09:59:59 +01:00
syscall.h zephyr: replace zephyr integer types with C99 types 2020-06-08 08:23:57 -05:00
thread.h zephyr: replace zephyr integer types with C99 types 2020-06-08 08:23:57 -05:00