Fixed bug 3532591.

git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@4259 35acf78f-673a-0410-8e92-d51de3d6d3f4
master
gdisirio 2012-06-07 18:58:03 +00:00
parent 2e56d8e14e
commit 731eca3234
2 changed files with 3 additions and 1 deletions

View File

@ -88,10 +88,10 @@ _port_switch_from_isr PROC
bl dbg_check_lock
#endif
bl chSchDoReschedule
_port_exit_from_isr
#if CH_DBG_SYSTEM_STATE_CHECK
bl dbg_check_unlock
#endif
_port_exit_from_isr
ldr r2, =SCB_ICSR
movs r3, #128
#if CORTEX_ALTERNATE_SWITCH

View File

@ -81,6 +81,8 @@
*****************************************************************************
*** 2.5.0 ***
- FIX: Fixed problem with arm-v6m and state checker (bug 3532591)(backported
to 2.4.2).
- FIX: Fixed wrong MAC divider setting in STM32 MAC driver (bug 3531290)
(backported to 2.4.2).
- FIX: Fixed wrong MCO1 divider in STM32F2/F4 HAL (bug 3531289)(backported