aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--os/hal/ports/AVR/hal_ext_lld.c2
-rw-r--r--os/hal/ports/AVR/hal_icu_lld.c2
-rw-r--r--os/hal/ports/AVR/hal_lld.c2
-rw-r--r--os/hal/ports/AVR/hal_pal_lld.c2
-rw-r--r--os/hal/ports/AVR/hal_pwm_lld.c2
-rw-r--r--os/hal/ports/AVR/hal_serial_lld.c2
-rw-r--r--os/hal/ports/AVR/hal_spi_lld.c2
-rw-r--r--os/hal/ports/AVR/hal_st_lld.c4
-rw-r--r--os/hal/ports/AVR/hal_usb_lld.c2
9 files changed, 10 insertions, 10 deletions
diff --git a/os/hal/ports/AVR/hal_ext_lld.c b/os/hal/ports/AVR/hal_ext_lld.c
index 6eccf924a..c7875e690 100644
--- a/os/hal/ports/AVR/hal_ext_lld.c
+++ b/os/hal/ports/AVR/hal_ext_lld.c
@@ -17,7 +17,7 @@
*/
/**
- * @file AVR/hal_ext_lld.c
+ * @file hal_ext_lld.c
* @brief AVR EXT subsystem low level driver source.
*
* @addtogroup EXT
diff --git a/os/hal/ports/AVR/hal_icu_lld.c b/os/hal/ports/AVR/hal_icu_lld.c
index f27af0585..74ceffe64 100644
--- a/os/hal/ports/AVR/hal_icu_lld.c
+++ b/os/hal/ports/AVR/hal_icu_lld.c
@@ -15,7 +15,7 @@
*/
/**
- * @file AVR/icu_lld.c
+ * @file hal_icu_lld.c
* @brief AVR ICU driver subsystem low level driver source.
*
* @addtogroup ICU
diff --git a/os/hal/ports/AVR/hal_lld.c b/os/hal/ports/AVR/hal_lld.c
index e7d8737b0..fef8b7084 100644
--- a/os/hal/ports/AVR/hal_lld.c
+++ b/os/hal/ports/AVR/hal_lld.c
@@ -15,7 +15,7 @@
*/
/**
- * @file AVR/hal_lld.c
+ * @file hal_lld.c
* @brief AVR HAL subsystem low level driver code.
*
* @addtogroup HAL
diff --git a/os/hal/ports/AVR/hal_pal_lld.c b/os/hal/ports/AVR/hal_pal_lld.c
index 795be84ad..142247ce6 100644
--- a/os/hal/ports/AVR/hal_pal_lld.c
+++ b/os/hal/ports/AVR/hal_pal_lld.c
@@ -15,7 +15,7 @@
*/
/**
- * @file AVR/pal_lld.c
+ * @file hal_pal_lld.c
* @brief AVR GPIO low level driver code.
*
* @addtogroup PAL
diff --git a/os/hal/ports/AVR/hal_pwm_lld.c b/os/hal/ports/AVR/hal_pwm_lld.c
index c2de785c9..edd112e6d 100644
--- a/os/hal/ports/AVR/hal_pwm_lld.c
+++ b/os/hal/ports/AVR/hal_pwm_lld.c
@@ -20,7 +20,7 @@
*/
/**
- * @file AVR/pwm_lld.c
+ * @file hal_pwm_lld.c
* @brief AVR PWM driver subsystem low level driver.
*
* @addtogroup PWM
diff --git a/os/hal/ports/AVR/hal_serial_lld.c b/os/hal/ports/AVR/hal_serial_lld.c
index edd844f69..de5143551 100644
--- a/os/hal/ports/AVR/hal_serial_lld.c
+++ b/os/hal/ports/AVR/hal_serial_lld.c
@@ -15,7 +15,7 @@
*/
/**
- * @file AVR/serial_lld.c
+ * @file hal_serial_lld.c
* @brief AVR low level serial driver code.
*
* @addtogroup SERIAL
diff --git a/os/hal/ports/AVR/hal_spi_lld.c b/os/hal/ports/AVR/hal_spi_lld.c
index d0adcc379..a9bb13228 100644
--- a/os/hal/ports/AVR/hal_spi_lld.c
+++ b/os/hal/ports/AVR/hal_spi_lld.c
@@ -15,7 +15,7 @@
*/
/**
- * @file AVR/spi_lld.c
+ * @file hal_spi_lld.c
* @brief AVR SPI subsystem low level driver source.
*
* @addtogroup SPI
diff --git a/os/hal/ports/AVR/hal_st_lld.c b/os/hal/ports/AVR/hal_st_lld.c
index 0a33f16ab..b862dc50a 100644
--- a/os/hal/ports/AVR/hal_st_lld.c
+++ b/os/hal/ports/AVR/hal_st_lld.c
@@ -15,8 +15,8 @@
*/
/**
- * @file AVR/st_lld.c
- * @brief ST Driver subsystem low level driver code.
+ * @file hal_st_lld.c
+ * @brief AVR ST subsystem low level driver source.
*
* @addtogroup ST
* @{
diff --git a/os/hal/ports/AVR/hal_usb_lld.c b/os/hal/ports/AVR/hal_usb_lld.c
index 1185a48db..91f99fb66 100644
--- a/os/hal/ports/AVR/hal_usb_lld.c
+++ b/os/hal/ports/AVR/hal_usb_lld.c
@@ -15,7 +15,7 @@
*/
/**
- * @file usb_lld.c
+ * @file hal_usb_lld.c
* @brief AVR USB subsystem low level driver source.
*
* @addtogroup USB