Fixed bug 3601460.
git-svn-id: svn://svn.code.sf.net/p/chibios/svn/branches/stable_2.4.x@5078 35acf78f-673a-0410-8e92-d51de3d6d3f4
This commit is contained in:
parent
fecc0fe175
commit
f8337aa536
|
@ -52,6 +52,9 @@ _port_switch:
|
||||||
.p2align 1, 0
|
.p2align 1, 0
|
||||||
.weak _port_thread_start
|
.weak _port_thread_start
|
||||||
_port_thread_start:
|
_port_thread_start:
|
||||||
|
#if CH_DBG_SYSTEM_STATE_CHECK
|
||||||
|
call #dbg_check_unlock
|
||||||
|
#endif
|
||||||
eint
|
eint
|
||||||
mov r11, r15
|
mov r11, r15
|
||||||
call r10
|
call r10
|
||||||
|
|
|
@ -79,6 +79,7 @@
|
||||||
*****************************************************************************
|
*****************************************************************************
|
||||||
|
|
||||||
*** 2.4.4 ***
|
*** 2.4.4 ***
|
||||||
|
- FIX: Fixed state checker error in MSP430 port (bug 3601460).
|
||||||
- FIX: Fixed small bug in shell argument parsing code in shell_thread (bug
|
- FIX: Fixed small bug in shell argument parsing code in shell_thread (bug
|
||||||
3599328).
|
3599328).
|
||||||
- FIX: Fixed wrong condition in checksum offload of STM32 MAC driver (bug
|
- FIX: Fixed wrong condition in checksum offload of STM32 MAC driver (bug
|
||||||
|
|
Loading…
Reference in New Issue