aboutsummaryrefslogtreecommitdiffstats
path: root/os/hal/ports/STM32
diff options
context:
space:
mode:
authorRocco Marco Guglielmi <roccomarco.guglielmi@live.com>2016-11-19 17:20:50 +0000
committerRocco Marco Guglielmi <roccomarco.guglielmi@live.com>2016-11-19 17:20:50 +0000
commit103cd6bc02b8316a0287e015bdde051eefd228a8 (patch)
treeda54a0abd95737612845abb224cb07acbf6d34b6 /os/hal/ports/STM32
parentcdfdb0f5efde17a1c2c7dd69d1b2e611c48b6b84 (diff)
downloadChibiOS-103cd6bc02b8316a0287e015bdde051eefd228a8.tar.gz
ChibiOS-103cd6bc02b8316a0287e015bdde051eefd228a8.tar.bz2
ChibiOS-103cd6bc02b8316a0287e015bdde051eefd228a8.zip
Fixed Bug #794
git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@9929 35acf78f-673a-0410-8e92-d51de3d6d3f4
Diffstat (limited to 'os/hal/ports/STM32')
-rw-r--r--os/hal/ports/STM32/LLD/SDIOv1/hal_sdc_lld.c1
-rw-r--r--os/hal/ports/STM32/LLD/SDMMCv1/hal_sdc_lld.c1
-rw-r--r--os/hal/ports/STM32/LLD/USARTv2/hal_uart_lld.c1
-rw-r--r--os/hal/ports/STM32/STM32F0xx/stm32_registry.h2
-rw-r--r--os/hal/ports/STM32/STM32F4xx/hal_lld.h1
-rw-r--r--os/hal/ports/STM32/STM32L4xx/hal_lld.h1
-rw-r--r--os/hal/ports/STM32/STM32L4xx/stm32_rcc.h1
-rw-r--r--os/hal/ports/STM32/STM32L4xx/stm32_registry.h1
8 files changed, 0 insertions, 9 deletions
diff --git a/os/hal/ports/STM32/LLD/SDIOv1/hal_sdc_lld.c b/os/hal/ports/STM32/LLD/SDIOv1/hal_sdc_lld.c
index 8982d45b4..83f582b74 100644
--- a/os/hal/ports/STM32/LLD/SDIOv1/hal_sdc_lld.c
+++ b/os/hal/ports/STM32/LLD/SDIOv1/hal_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/hal_sdc_lld.c b/os/hal/ports/STM32/LLD/SDMMCv1/hal_sdc_lld.c
index 257ae6f24..01a2eda9d 100644
--- a/os/hal/ports/STM32/LLD/SDMMCv1/hal_sdc_lld.c
+++ b/os/hal/ports/STM32/LLD/SDMMCv1/hal_sdc_lld.c
@@ -99,7 +99,6 @@ static union {
} u;
#endif /* STM32_SDC_SDMMC_UNALIGNED_SUPPORT */
-
/**
* @brief SDIO default configuration.
*/
diff --git a/os/hal/ports/STM32/LLD/USARTv2/hal_uart_lld.c b/os/hal/ports/STM32/LLD/USARTv2/hal_uart_lld.c
index 35a384fc6..942abef2e 100644
--- a/os/hal/ports/STM32/LLD/USARTv2/hal_uart_lld.c
+++ b/os/hal/ports/STM32/LLD/USARTv2/hal_uart_lld.c
@@ -383,7 +383,6 @@ OSAL_IRQ_HANDLER(STM32_USART2_HANDLER) {
}
#endif /* STM32_UART_USE_USART2 */
-
#if defined(STM32_USART3_8_HANDLER)
#if STM32_SERIAL_USE_USART3 || STM32_SERIAL_USE_UART4 || \
STM32_SERIAL_USE_UART5 || STM32_SERIAL_USE_USART6 || \
diff --git a/os/hal/ports/STM32/STM32F0xx/stm32_registry.h b/os/hal/ports/STM32/STM32F0xx/stm32_registry.h
index d1dc9e7fc..56b138e65 100644
--- a/os/hal/ports/STM32/STM32F0xx/stm32_registry.h
+++ b/os/hal/ports/STM32/STM32F0xx/stm32_registry.h
@@ -1492,7 +1492,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
@@ -1714,7 +1713,6 @@
#define STM32_HAS_CRC TRUE
#define STM32_CRC_PROGRAMMABLE TRUE
-
/*===========================================================================*/
/* STM32F091xC, STM32F098xx. */
/*===========================================================================*/
diff --git a/os/hal/ports/STM32/STM32F4xx/hal_lld.h b/os/hal/ports/STM32/STM32F4xx/hal_lld.h
index 526a4ce1d..9a71b6c34 100644
--- a/os/hal/ports/STM32/STM32F4xx/hal_lld.h
+++ b/os/hal/ports/STM32/STM32F4xx/hal_lld.h
@@ -1945,7 +1945,6 @@
#define STM32_PLL48CLK 0
#endif /* !STM32_CLOCK48_REQUIRED */
-
/**
* @brief Clock of timers connected to APB1
* (Timers 2, 3, 4, 5, 6, 7, 12, 13, 14).
diff --git a/os/hal/ports/STM32/STM32L4xx/hal_lld.h b/os/hal/ports/STM32/STM32L4xx/hal_lld.h
index d8b0d086c..b1594d99c 100644
--- a/os/hal/ports/STM32/STM32L4xx/hal_lld.h
+++ b/os/hal/ports/STM32/STM32L4xx/hal_lld.h
@@ -2073,7 +2073,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 8905c6b59..9c771276c 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
* @{
diff --git a/os/hal/ports/STM32/STM32L4xx/stm32_registry.h b/os/hal/ports/STM32/STM32L4xx/stm32_registry.h
index c1261e306..9648c9f99 100644
--- a/os/hal/ports/STM32/STM32L4xx/stm32_registry.h
+++ b/os/hal/ports/STM32/STM32L4xx/stm32_registry.h
@@ -312,7 +312,6 @@
#define STM32_LPUART1_HANDLER Vector158
#define STM32_LPUART1_NUMBER 70
-
#define STM32_HAS_USART3 FALSE
#define STM32_HAS_UART4 FALSE
#define STM32_HAS_UART5 FALSE