git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@10314 35acf78f-673a-0410-8e92-d51de3d6d3f4
This commit is contained in:
Giovanni Di Sirio 2017-07-08 13:16:19 +00:00
parent cc9ac280b0
commit 331cad5e5b
2 changed files with 3 additions and 1 deletions

View File

@ -1462,7 +1462,7 @@
#define STM32_HAS_LPUART1 FALSE #define STM32_HAS_LPUART1 FALSE
/* USB attributes.*/ /* USB attributes.*/
#define STM32_OTG_STEPPING 1 #define STM32_OTG_STEPPING 2
#define STM32_HAS_OTG1 TRUE #define STM32_HAS_OTG1 TRUE
#define STM32_OTG1_ENDPOINTS 3 #define STM32_OTG1_ENDPOINTS 3

View File

@ -89,6 +89,8 @@
***************************************************************************** *****************************************************************************
*** Next *** *** Next ***
- HAL: Fixed incorrect UTG stepping in STM32F412 registry (bug #861)
(backported to 17.6.1).
- HAL: Fixed missing DMA I2C3 streams in STM32F411 registry (bug #860) - HAL: Fixed missing DMA I2C3 streams in STM32F411 registry (bug #860)
(backported to 17.6.1). (backported to 17.6.1).
- HAL: Fixed missing Ethernet PHY in some STM32 Nucleo-144 board files - HAL: Fixed missing Ethernet PHY in some STM32 Nucleo-144 board files