git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@7930 35acf78f-673a-0410-8e92-d51de3d6d3f4
This commit is contained in:
Giovanni Di Sirio 2015-04-26 17:35:31 +00:00
parent bd8037645e
commit ac0e817fb9
2 changed files with 2 additions and 1 deletions

View File

@ -74,7 +74,7 @@
* USB units.
*/
#define STM32_USB1_HP_HANDLER Vector8C
#define STM32_USB1_LP_HANDLER Vector30
#define STM32_USB1_LP_HANDLER Vector90
#define STM32_USB1_HP_NUMBER 19
#define STM32_USB1_LP_NUMBER 20

View File

@ -74,6 +74,7 @@
*****************************************************************************
*** 3.0.0p4 ***
- HAL: Fixed wrong vector number for STM32L1xx USB (bug #586).
- HAL: Fixed spurious TC interrupt in STM32 UART (v1 and v2) driver (bug #584).
- HAL: Fixed invalid checks on STM32L1xx LSI and LSE clocks (bug #583).
- HAL: Fixed RCC CAN2 macros missing in STM32F1xx platform (bug #582).