git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@8397 35acf78f-673a-0410-8e92-d51de3d6d3f4
master
Giovanni Di Sirio 2015-10-29 09:00:03 +00:00
parent 7964a10f91
commit c87b2f82ce
2 changed files with 3 additions and 1 deletions

View File

@ -365,7 +365,7 @@ OSAL_IRQ_HANDLER(Vector144) {
*
* @isr
*/
OSAL_IRQ_HANDLER(RTC_WKUP_IRQHandler) {
OSAL_IRQ_HANDLER(Vector140) {
uint32_t pr2;
OSAL_IRQ_PROLOGUE();

View File

@ -126,6 +126,8 @@
- HAL: Updated STM32F0xx headers to STM32CubeF0 version 1.3.0. Added support
for STM32F030xC, STM32F070x6, STM32F070xB, STM32F091xC,
STM32F098xx devices.
- HAL: Fixed Wrong vector name for STM32F3xx EXTI33 (bug #655)(backported
to 3.0.3 and 2.6.10).
- HAL: Fixed missing RCC and ISR definitions for STM32F0xx timers (bug #651)
(backported to 3.0.3 and 2.6.10).
- HAL: Fixed incorrect compiler check in STM32 RTCv1 driver (bug #650)