aboutsummaryrefslogtreecommitdiffstats
path: root/os/common/startup
diff options
context:
space:
mode:
Diffstat (limited to 'os/common/startup')
-rw-r--r--os/common/startup/ARM/compilers/GCC/crt0.S2
-rw-r--r--os/common/startup/ARMCMx/compilers/GCC/crt0_v6m.S2
-rw-r--r--os/common/startup/ARMCMx/compilers/GCC/crt0_v7m.S2
-rw-r--r--os/common/startup/e200/compilers/GCC/crt0.S2
-rw-r--r--os/common/startup/e200/compilers/GCC/vectors.S2
5 files changed, 5 insertions, 5 deletions
diff --git a/os/common/startup/ARM/compilers/GCC/crt0.S b/os/common/startup/ARM/compilers/GCC/crt0.S
index 663d975b9..43cb723ab 100644
--- a/os/common/startup/ARM/compilers/GCC/crt0.S
+++ b/os/common/startup/ARM/compilers/GCC/crt0.S
@@ -15,7 +15,7 @@
*/
/**
- * @file crt0.s
+ * @file crt0.S
* @brief Generic ARM startup file.
*
* @addtogroup ARM_GCC_STARTUP
diff --git a/os/common/startup/ARMCMx/compilers/GCC/crt0_v6m.S b/os/common/startup/ARMCMx/compilers/GCC/crt0_v6m.S
index a5053e4d5..d0c6db645 100644
--- a/os/common/startup/ARMCMx/compilers/GCC/crt0_v6m.S
+++ b/os/common/startup/ARMCMx/compilers/GCC/crt0_v6m.S
@@ -15,7 +15,7 @@
*/
/**
- * @file crt0_v6m.s
+ * @file crt0_v6m.S
* @brief Generic ARMv6-M (Cortex-M0/M1) startup file for ChibiOS.
*
* @addtogroup ARMCMx_GCC_STARTUP_V6M
diff --git a/os/common/startup/ARMCMx/compilers/GCC/crt0_v7m.S b/os/common/startup/ARMCMx/compilers/GCC/crt0_v7m.S
index 2a92768f3..ac56cec3a 100644
--- a/os/common/startup/ARMCMx/compilers/GCC/crt0_v7m.S
+++ b/os/common/startup/ARMCMx/compilers/GCC/crt0_v7m.S
@@ -15,7 +15,7 @@
*/
/**
- * @file crt0_v7m.s
+ * @file crt0_v7m.S
* @brief Generic ARMv7-M (Cortex-M3/M4/M7) startup file for ChibiOS.
*
* @addtogroup ARMCMx_GCC_STARTUP_V7M
diff --git a/os/common/startup/e200/compilers/GCC/crt0.S b/os/common/startup/e200/compilers/GCC/crt0.S
index 7015cc910..7c4b47bd4 100644
--- a/os/common/startup/e200/compilers/GCC/crt0.S
+++ b/os/common/startup/e200/compilers/GCC/crt0.S
@@ -15,7 +15,7 @@
*/
/**
- * @file GCC/crt0.s
+ * @file GCC/crt0.S
* @brief Generic PowerPC startup file for GCC.
*
* @addtogroup PPC_GCC_CORE
diff --git a/os/common/startup/e200/compilers/GCC/vectors.S b/os/common/startup/e200/compilers/GCC/vectors.S
index bb0a77b69..251d1e935 100644
--- a/os/common/startup/e200/compilers/GCC/vectors.S
+++ b/os/common/startup/e200/compilers/GCC/vectors.S
@@ -15,7 +15,7 @@
*/
/**
- * @file vectors.s
+ * @file vectors.S
* @brief INTC vectors table.
*
* @addtogroup PPC_GCC_CORE