git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@10411 35acf78f-673a-0410-8e92-d51de3d6d3f4
This commit is contained in:
Rocco Marco Guglielmi 2017-08-13 11:20:39 +00:00
parent 11aa9fa563
commit cd06f9a246
4 changed files with 3 additions and 3 deletions

View File

@ -62,7 +62,6 @@
#define STM32_LPUART1SEL STM32_LPUART1SEL_APB #define STM32_LPUART1SEL STM32_LPUART1SEL_APB
#define STM32_I2C1SEL STM32_I2C1SEL_APB #define STM32_I2C1SEL STM32_I2C1SEL_APB
#define STM32_LPTIM1SEL STM32_LPTIM1SEL_APB #define STM32_LPTIM1SEL STM32_LPTIM1SEL_APB
#define STM32_HSI48SEL STM32_HSI48SEL_HSI48
/* /*
* ADC driver system settings. * ADC driver system settings.

View File

@ -63,7 +63,6 @@
#define STM32_LPUART1SEL STM32_LPUART1SEL_APB #define STM32_LPUART1SEL STM32_LPUART1SEL_APB
#define STM32_I2C1SEL STM32_I2C1SEL_APB #define STM32_I2C1SEL STM32_I2C1SEL_APB
#define STM32_LPTIM1SEL STM32_LPTIM1SEL_APB #define STM32_LPTIM1SEL STM32_LPTIM1SEL_APB
#define STM32_HSI48SEL STM32_HSI48SEL_HSI48
/* /*
* ADC driver system settings. * ADC driver system settings.

View File

@ -512,7 +512,7 @@
* @bief USB/RNG clock source. * @bief USB/RNG clock source.
*/ */
#if !defined(STM32_HSI48SEL) || defined(__DOXYGEN__) #if !defined(STM32_HSI48SEL) || defined(__DOXYGEN__)
#define STM32_HSI48SEL STM32_HSI48SEL_HSI48 #define STM32_HSI48SEL STM32_HSI48SEL_USBPLL
#endif #endif
/** @} */ /** @} */

View File

@ -97,6 +97,8 @@
(backported to 17.6.1). (backported to 17.6.1).
- HAL: Fixed STM32 USARTv2 serial incorrect buffer size declarations - HAL: Fixed STM32 USARTv2 serial incorrect buffer size declarations
(bug #871)(backported to 17.6.1). (bug #871)(backported to 17.6.1).
- HAL: Fixed bug in STM32L0xx port related to STM32L0x1 (bug #870)
(backported to 17.6.1).
- HAL: Fixed board file configuration for STM32F3 Discovery REVC (bug #869) - HAL: Fixed board file configuration for STM32F3 Discovery REVC (bug #869)
(backported to 17.6.1). (backported to 17.6.1).
- HAL: Fixed wrong PPRE2 and LSI related macros in STM32L0 hal lld (bug #868) - HAL: Fixed wrong PPRE2 and LSI related macros in STM32L0 hal lld (bug #868)