summaryrefslogtreecommitdiffstats
path: root/cpukit/score/cpu/arm/cpu.c
diff options
context:
space:
mode:
authorSebastian Huber <sebastian.huber@embedded-brains.de>2023-05-23 14:49:53 +0200
committerSebastian Huber <sebastian.huber@embedded-brains.de>2023-05-26 06:56:11 +0200
commit991919da3b860da01ff6299368c38d3f5577e4dc (patch)
tree384edd66bcd75fffa72d238da5e2dedb1225e2a0 /cpukit/score/cpu/arm/cpu.c
parentrtems: Document scheduler configuration API (diff)
downloadrtems-991919da3b860da01ff6299368c38d3f5577e4dc.tar.bz2
arm: Improve Doxygen file comments
Diffstat (limited to 'cpukit/score/cpu/arm/cpu.c')
-rw-r--r--cpukit/score/cpu/arm/cpu.c6
1 files changed, 5 insertions, 1 deletions
diff --git a/cpukit/score/cpu/arm/cpu.c b/cpukit/score/cpu/arm/cpu.c
index f5bc7041cd..65f1ad2014 100644
--- a/cpukit/score/cpu/arm/cpu.c
+++ b/cpukit/score/cpu/arm/cpu.c
@@ -5,7 +5,11 @@
*
* @ingroup RTEMSScoreCPUARM
*
- * @brief ARM architecture support implementation.
+ * @brief This source file contains static assertions to ensure the consistency
+ * of interfaces used in C and assembler and it contains the ARM-specific
+ * implementation of _CPU_Initialize(), _CPU_ISR_Get_level(),
+ * _CPU_ISR_Set_level(), _CPU_ISR_install_vector(),
+ * _CPU_Context_Initialize(), and _CPU_Fatal_halt().
*/
/*