arch: arm: core: add Cortex-R in the files description headers

arch/arm/core is shared between Cortex-M and Cortex-R, so
enhance the file description headers accordingly.

Signed-off-by: Ioannis Glaropoulos <Ioannis.Glaropoulos@nordicsemi.no>
This commit is contained in:
Ioannis Glaropoulos 2019-10-09 10:37:28 +02:00 committed by Maureen Helm
commit 61c60be302
8 changed files with 15 additions and 12 deletions

View file

@ -1,15 +1,16 @@
/*
* Copyright (c) 2013-2014 Wind River Systems, Inc.
* Copyright (c) 2017-2019 Nordic Semiconductor ASA.
*
* SPDX-License-Identifier: Apache-2.0
*/
/**
* @file
* @brief Thread context switching for ARM Cortex-M
* @brief Thread context switching for ARM Cortex-M and Cortex-R
*
* This module implements the routines necessary for thread context switching
* on ARM Cortex-M CPUs.
* on ARM Cortex-M and Cortex-R CPUs.
*/
#include <toolchain.h>