From 6f991ed990e6c3689411fddd287823ff2000f80b Mon Sep 17 00:00:00 2001 From: gdisirio Date: Sat, 4 Dec 2010 12:12:55 +0000 Subject: Documentation related fixes. git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@2455 35acf78f-673a-0410-8e92-d51de3d6d3f4 --- os/hal/platforms/STM32/pwm_lld.h | 1 + os/hal/platforms/STM8S/spi_lld.h | 4 ++-- readme.txt | 1 + 3 files changed, 4 insertions(+), 2 deletions(-) diff --git a/os/hal/platforms/STM32/pwm_lld.h b/os/hal/platforms/STM32/pwm_lld.h index b716d77c2..9a63c3e38 100644 --- a/os/hal/platforms/STM32/pwm_lld.h +++ b/os/hal/platforms/STM32/pwm_lld.h @@ -297,6 +297,7 @@ struct PWMDriver { * proper hardware resolution by carefully choosing the clock source * and prescaler settings, see @p PWM_COMPUTE_PSC. * + * @param[in] pwmp pointer to a @p PWMDriver object * @param[in] numerator numerator of the fraction * @param[in] denominator percentage as an integer between 0 and numerator * @return The pulse width to be passed to @p pwmEnableChannel(). diff --git a/os/hal/platforms/STM8S/spi_lld.h b/os/hal/platforms/STM8S/spi_lld.h index cbcd2fd62..1f665d01a 100644 --- a/os/hal/platforms/STM8S/spi_lld.h +++ b/os/hal/platforms/STM8S/spi_lld.h @@ -18,8 +18,8 @@ */ /** - * @file LPC13xx/spi_lld.h - * @brief LPC13xx low level SPI driver header. + * @file STM8S/spi_lld.h + * @brief STM8S low level SPI driver header. * * @addtogroup SPI * @{ diff --git a/readme.txt b/readme.txt index 4f3fa4766..eaacf9fcd 100644 --- a/readme.txt +++ b/readme.txt @@ -75,6 +75,7 @@ - CHANGE: Modified the STM32_PWM_PWMx_IRQ_PRIORITY macros in the STM32 PWM driver (and all the STM32 mcuconf.h files) and renamed them in STM32_PWM_TIMx_IRQ_PRIORITY for consistency. +- Documentation related fixes. *** 2.1.4 *** - FIX: Fixed failed memory recovery by registry scan, improved the related -- cgit v1.2.3