diff --git a/os/hal/ports/AVR/icu_lld.c b/os/hal/ports/AVR/icu_lld.c index a8a471253..631d2ec76 100644 --- a/os/hal/ports/AVR/icu_lld.c +++ b/os/hal/ports/AVR/icu_lld.c @@ -53,7 +53,6 @@ static icu_registers_t regs_table[]= #endif }; - /*===========================================================================*/ /* Driver exported variables. */ /*===========================================================================*/ diff --git a/os/hal/ports/AVR/pal_lld.h b/os/hal/ports/AVR/pal_lld.h index 210ad4ea3..d3013898b 100644 --- a/os/hal/ports/AVR/pal_lld.h +++ b/os/hal/ports/AVR/pal_lld.h @@ -227,7 +227,6 @@ typedef volatile avr_gpio_registers_t * ioportid_t; #define IOPORTSPI1 ((volatile avr_gpio_registers_t *)&PIN_SPI1) #endif - /*===========================================================================*/ /* Implementation, some of the following macros could be implemented as */ /* functions, if so please put them in pal_lld.c. */ diff --git a/os/hal/ports/AVR/pwm_lld.c b/os/hal/ports/AVR/pwm_lld.c index bec1559e5..741beb2a0 100644 --- a/os/hal/ports/AVR/pwm_lld.c +++ b/os/hal/ports/AVR/pwm_lld.c @@ -560,7 +560,6 @@ void pwm_lld_disable_channel_notification(PWMDriver *pwmp, *regs_table[i].timsk &= ~(1 << (channel + 1)); } - #endif /* HAL_USE_PWM */ /** @} */ diff --git a/os/hal/ports/AVR/spi_lld.h b/os/hal/ports/AVR/spi_lld.h index 18ffd1bd1..d0d032e93 100644 --- a/os/hal/ports/AVR/spi_lld.h +++ b/os/hal/ports/AVR/spi_lld.h @@ -214,7 +214,6 @@ extern "C" { uint8_t spi_lld_polled_exchange(SPIDriver *spip, uint8_t frame); #endif - #ifdef __cplusplus } #endif diff --git a/os/hal/ports/KINETIS/KL2x/pal_lld.h b/os/hal/ports/KINETIS/KL2x/pal_lld.h index 8b38709a5..283c289cd 100644 --- a/os/hal/ports/KINETIS/KL2x/pal_lld.h +++ b/os/hal/ports/KINETIS/KL2x/pal_lld.h @@ -96,7 +96,6 @@ typedef struct */ #define PAL_WHOLE_PORT ((ioportmask_t)0xFFFFFFFF) - /*===========================================================================*/ /* I/O Ports Identifiers. */ /*===========================================================================*/ diff --git a/os/hal/ports/KINETIS/KL2x/pwm_lld.c b/os/hal/ports/KINETIS/KL2x/pwm_lld.c index 4ba7d6e3f..b43fbabac 100644 --- a/os/hal/ports/KINETIS/KL2x/pwm_lld.c +++ b/os/hal/ports/KINETIS/KL2x/pwm_lld.c @@ -280,7 +280,6 @@ void pwm_lld_stop(PWMDriver *pwmp) { } } - /** * @brief Enables a PWM channel. * @pre The PWM unit must have been activated using @p pwmStart(). diff --git a/os/hal/ports/KINETIS/LLD/adc_lld.h b/os/hal/ports/KINETIS/LLD/adc_lld.h index 22db2c046..414d8bb30 100644 --- a/os/hal/ports/KINETIS/LLD/adc_lld.h +++ b/os/hal/ports/KINETIS/LLD/adc_lld.h @@ -332,7 +332,6 @@ struct ADCDriver { /* Driver macros. */ /*===========================================================================*/ - /*===========================================================================*/ /* External declarations. */ /*===========================================================================*/ diff --git a/os/hal/ports/STM32/LLD/SDIOv1/sdc_lld.c b/os/hal/ports/STM32/LLD/SDIOv1/sdc_lld.c index 53062b6a6..cf8a079ec 100644 --- a/os/hal/ports/STM32/LLD/SDIOv1/sdc_lld.c +++ b/os/hal/ports/STM32/LLD/SDIOv1/sdc_lld.c @@ -57,7 +57,6 @@ static union { } u; #endif /* STM32_SDC_SDIO_UNALIGNED_SUPPORT */ - /** * @brief SDIO default configuration. */ diff --git a/os/hal/ports/STM32/LLD/SDMMCv1/sdc_lld.c b/os/hal/ports/STM32/LLD/SDMMCv1/sdc_lld.c index 386e23b4c..1d984f8f3 100644 --- a/os/hal/ports/STM32/LLD/SDMMCv1/sdc_lld.c +++ b/os/hal/ports/STM32/LLD/SDMMCv1/sdc_lld.c @@ -88,7 +88,6 @@ static union { } u; #endif /* STM32_SDC_SDMMC_UNALIGNED_SUPPORT */ - /** * @brief SDIO default configuration. */ diff --git a/os/hal/ports/STM32/STM32F0xx/stm32_registry.h b/os/hal/ports/STM32/STM32F0xx/stm32_registry.h index bf7a271d4..62c7784c8 100644 --- a/os/hal/ports/STM32/STM32F0xx/stm32_registry.h +++ b/os/hal/ports/STM32/STM32F0xx/stm32_registry.h @@ -307,7 +307,6 @@ #define STM32_HAS_DAC2_CH1 FALSE #define STM32_HAS_DAC2_CH2 FALSE - /* DMA attributes.*/ #define STM32_ADVANCED_DMA TRUE #define STM32_DMA_SUPPORTS_CSELR FALSE diff --git a/os/hal/ports/STM32/STM32F4xx/stm32_rcc.h b/os/hal/ports/STM32/STM32F4xx/stm32_rcc.h index 9db857cdc..18bb4a1e4 100644 --- a/os/hal/ports/STM32/STM32F4xx/stm32_rcc.h +++ b/os/hal/ports/STM32/STM32F4xx/stm32_rcc.h @@ -469,7 +469,6 @@ #define rccResetPWRInterface() rccResetAPB1(RCC_APB1RSTR_PWRRST) /** @} */ - /** * @name CAN peripherals specific RCC operations * @{ diff --git a/os/hal/ports/STM32/STM32F7xx/stm32_rcc.h b/os/hal/ports/STM32/STM32F7xx/stm32_rcc.h index c64966641..3b363c715 100644 --- a/os/hal/ports/STM32/STM32F7xx/stm32_rcc.h +++ b/os/hal/ports/STM32/STM32F7xx/stm32_rcc.h @@ -469,7 +469,6 @@ #define rccResetPWRInterface() rccResetAPB1(RCC_APB1RSTR_PWRRST) /** @} */ - /** * @name CAN peripherals specific RCC operations * @{ diff --git a/os/hal/ports/STM32/STM32L4xx/hal_lld.h b/os/hal/ports/STM32/STM32L4xx/hal_lld.h index 84d35aa0f..0d3d3d111 100644 --- a/os/hal/ports/STM32/STM32L4xx/hal_lld.h +++ b/os/hal/ports/STM32/STM32L4xx/hal_lld.h @@ -2072,7 +2072,6 @@ #define STM32_MSI_FLASHBITS FLASH_ACR_LATENCY_4WS #endif - /*===========================================================================*/ /* Driver data structures and types. */ /*===========================================================================*/ diff --git a/os/hal/ports/STM32/STM32L4xx/stm32_rcc.h b/os/hal/ports/STM32/STM32L4xx/stm32_rcc.h index 2607d5793..5342787c0 100644 --- a/os/hal/ports/STM32/STM32L4xx/stm32_rcc.h +++ b/os/hal/ports/STM32/STM32L4xx/stm32_rcc.h @@ -267,7 +267,6 @@ } /** @} */ - /** * @name ADC peripherals specific RCC operations * @{ @@ -413,7 +412,6 @@ #define rccResetPWRInterface() rccResetAPB1R1(RCC_APB1RSTR1_PWRRST) /** @} */ - /** * @name CAN peripherals specific RCC operations * @{ diff --git a/readme.txt b/readme.txt index 0821ebc27..f651d71d0 100644 --- a/readme.txt +++ b/readme.txt @@ -73,7 +73,8 @@ ***************************************************************************** *** 16.1.6 *** -- RT: Fixed double empty lines (bug #793). +- HAL: Fixed double empty lines in HAL (bug #794). +- RT: Fixed double empty lines in RT (bug #793). - HAL: Fixed wrong entries in STM32L4 registry (bug #792). - HAL: Fixed missing ARPE bit in CR1 initialization on STM32 GPT driver (bug #791).