diff options
author | tfateba <tfateba@35acf78f-673a-0410-8e92-d51de3d6d3f4> | 2017-04-26 19:50:02 +0000 |
---|---|---|
committer | tfateba <tfateba@35acf78f-673a-0410-8e92-d51de3d6d3f4> | 2017-04-26 19:50:02 +0000 |
commit | cb5bfe04ca6bedaca211a04dd34d379633ce04cd (patch) | |
tree | 2573900a687c983abda73e230e1242a49504a3c5 | |
parent | 4e7d5e5b5727c9b046a6f3a0938eb41d097aee61 (diff) | |
download | ChibiOS-cb5bfe04ca6bedaca211a04dd34d379633ce04cd.tar.gz ChibiOS-cb5bfe04ca6bedaca211a04dd34d379633ce04cd.tar.bz2 ChibiOS-cb5bfe04ca6bedaca211a04dd34d379633ce04cd.zip |
Update file description
git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@10196 35acf78f-673a-0410-8e92-d51de3d6d3f4
-rw-r--r-- | os/hal/ports/AVR/hal_ext_lld.c | 2 | ||||
-rw-r--r-- | os/hal/ports/AVR/hal_icu_lld.c | 2 | ||||
-rw-r--r-- | os/hal/ports/AVR/hal_lld.c | 2 | ||||
-rw-r--r-- | os/hal/ports/AVR/hal_pal_lld.c | 2 | ||||
-rw-r--r-- | os/hal/ports/AVR/hal_pwm_lld.c | 2 | ||||
-rw-r--r-- | os/hal/ports/AVR/hal_serial_lld.c | 2 | ||||
-rw-r--r-- | os/hal/ports/AVR/hal_spi_lld.c | 2 | ||||
-rw-r--r-- | os/hal/ports/AVR/hal_st_lld.c | 4 | ||||
-rw-r--r-- | os/hal/ports/AVR/hal_usb_lld.c | 2 |
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 |