arch: arm: aarch32: Fix header description

This commit fixes incorrect header descriptions for the ARM AArch32
public headers.

Signed-off-by: Stephanos Ioannidis <root@stephanos.io>
This commit is contained in:
Stephanos Ioannidis 2020-02-10 17:45:44 +09:00 committed by Ioannis Glaropoulos
commit 5ab698bd56
9 changed files with 17 additions and 14 deletions

View file

@ -6,9 +6,9 @@
/** /**
* @file * @file
* @brief ARM specific kernel interface header * @brief ARM AArch32 specific kernel interface header
* *
* This header contains the ARM specific kernel interface. It is * This header contains the ARM AArch32 specific kernel interface. It is
* included by the kernel interface architecture-abstraction header * included by the kernel interface architecture-abstraction header
* (include/arm/cpu.h) * (include/arm/cpu.h)
*/ */

View file

@ -1,4 +1,4 @@
/* Intel ARM inline assembler functions and macros for public functions */ /* ARM AArch32 inline assembler functions and macros for public functions */
/* /*
* Copyright (c) 2015, Wind River Systems, Inc. * Copyright (c) 2015, Wind River Systems, Inc.

View file

@ -1,4 +1,4 @@
/* ARM Cortex-M GCC specific public inline assembler functions and macros */ /* ARM AArch32 GCC specific public inline assembler functions and macros */
/* /*
* Copyright (c) 2015, Wind River Systems, Inc. * Copyright (c) 2015, Wind River Systems, Inc.

View file

@ -6,9 +6,10 @@
/** /**
* @file * @file
* @brief Cortex-M public error handling * @brief ARM AArch32 public error handling
* *
* ARM-specific kernel error handling interface. Included by arm/arch.h. * ARM AArch32-specific kernel error handling interface. Included by
* arm/arch.h.
*/ */
#ifndef ZEPHYR_INCLUDE_ARCH_ARM_AARCH32_ERROR_H_ #ifndef ZEPHYR_INCLUDE_ARCH_ARM_AARCH32_ERROR_H_

View file

@ -8,7 +8,8 @@
* @file * @file
* @brief ARM AArch32 public exception handling * @brief ARM AArch32 public exception handling
* *
* ARM-specific kernel exception handling interface. Included by arm/arch.h. * ARM AArch32-specific kernel exception handling interface. Included by
* arm/arch.h.
*/ */
#ifndef ZEPHYR_INCLUDE_ARCH_ARM_AARCH32_EXC_H_ #ifndef ZEPHYR_INCLUDE_ARCH_ARM_AARCH32_EXC_H_

View file

@ -7,9 +7,10 @@
/** /**
* @file * @file
* @brief Cortex-M public interrupt handling * @brief ARM AArch32 public interrupt handling
* *
* ARM-specific kernel interrupt handling interface. Included by arm/arch.h. * ARM AArch32-specific kernel interrupt handling interface. Included by
* arm/arch.h.
*/ */
#ifndef ZEPHYR_INCLUDE_ARCH_ARM_AARCH32_IRQ_H_ #ifndef ZEPHYR_INCLUDE_ARCH_ARM_AARCH32_IRQ_H_

View file

@ -6,9 +6,9 @@
/** /**
* @file * @file
* @brief Cortex-M public kernel miscellaneous * @brief ARM AArch32 public kernel miscellaneous
* *
* ARM-specific kernel miscellaneous interface. Included by arm/arch.h. * ARM AArch32-specific kernel miscellaneous interface. Included by arm/arch.h.
*/ */
#ifndef ZEPHYR_INCLUDE_ARCH_ARM_AARCH32_MISC_H_ #ifndef ZEPHYR_INCLUDE_ARCH_ARM_AARCH32_MISC_H_

View file

@ -1,7 +1,7 @@
/** /**
* @file * @file
* *
* @brief NMI routines for ARM Cortex M series * @brief ARM AArch32 NMI routines
*/ */
/* /*

View file

@ -6,9 +6,9 @@
/** /**
* @file * @file
* @brief ARM specific syscall header * @brief ARM AArch32 specific syscall header
* *
* This header contains the ARM specific syscall interface. It is * This header contains the ARM AArch32 specific syscall interface. It is
* included by the syscall interface architecture-abstraction header * included by the syscall interface architecture-abstraction header
* (include/arch/syscall.h) * (include/arch/syscall.h)
*/ */