Fixed bug 3351556.
git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@3108 35acf78f-673a-0410-8e92-d51de3d6d3f4master
parent
30dd0fdc16
commit
83c5424c5f
|
@ -143,6 +143,7 @@ static void cmd_threads(BaseChannel *chp, int argc, char *argv[]) {
|
||||||
"SNDMSGQ",
|
"SNDMSGQ",
|
||||||
"SNDMSG",
|
"SNDMSG",
|
||||||
"WTMSG",
|
"WTMSG",
|
||||||
|
"WTQUEUE",
|
||||||
"FINAL"
|
"FINAL"
|
||||||
};
|
};
|
||||||
Thread *tp;
|
Thread *tp;
|
||||||
|
|
|
@ -143,6 +143,7 @@ static void cmd_threads(BaseChannel *chp, int argc, char *argv[]) {
|
||||||
"SNDMSGQ",
|
"SNDMSGQ",
|
||||||
"SNDMSG",
|
"SNDMSG",
|
||||||
"WTMSG",
|
"WTMSG",
|
||||||
|
"WTQUEUE",
|
||||||
"FINAL"
|
"FINAL"
|
||||||
};
|
};
|
||||||
Thread *tp;
|
Thread *tp;
|
||||||
|
|
|
@ -131,6 +131,7 @@ static void cmd_threads(BaseChannel *chp, int argc, char *argv[]) {
|
||||||
"SNDMSGQ",
|
"SNDMSGQ",
|
||||||
"SNDMSG",
|
"SNDMSG",
|
||||||
"WTMSG",
|
"WTMSG",
|
||||||
|
"WTQUEUE",
|
||||||
"FINAL"
|
"FINAL"
|
||||||
};
|
};
|
||||||
Thread *tp;
|
Thread *tp;
|
||||||
|
|
|
@ -208,6 +208,7 @@ static void cmd_threads(BaseChannel *chp, int argc, char *argv[]) {
|
||||||
"SNDMSGQ",
|
"SNDMSGQ",
|
||||||
"SNDMSG",
|
"SNDMSG",
|
||||||
"WTMSG",
|
"WTMSG",
|
||||||
|
"WTQUEUE",
|
||||||
"FINAL"
|
"FINAL"
|
||||||
};
|
};
|
||||||
Thread *tp;
|
Thread *tp;
|
||||||
|
|
|
@ -58,6 +58,7 @@ static void cmd_threads(BaseChannel *chp, int argc, char *argv[]) {
|
||||||
"SNDMSGQ",
|
"SNDMSGQ",
|
||||||
"SNDMSG",
|
"SNDMSG",
|
||||||
"WTMSG",
|
"WTMSG",
|
||||||
|
"WTQUEUE",
|
||||||
"FINAL"
|
"FINAL"
|
||||||
};
|
};
|
||||||
Thread *tp;
|
Thread *tp;
|
||||||
|
|
|
@ -71,6 +71,7 @@
|
||||||
*****************************************************************************
|
*****************************************************************************
|
||||||
|
|
||||||
*** 2.3.3 ***
|
*** 2.3.3 ***
|
||||||
|
- FIX: Fixed missing state in shell demos (bug 3351556)(backported to 2.2.7).
|
||||||
- FIX: Fixed race condition in Cortex-Mx ports (bug 3317500)(backported
|
- FIX: Fixed race condition in Cortex-Mx ports (bug 3317500)(backported
|
||||||
to 2.2.6).
|
to 2.2.6).
|
||||||
- FIX: Fixed wrong macro check in STM32 UART driver (bug 3311999)(backported
|
- FIX: Fixed wrong macro check in STM32 UART driver (bug 3311999)(backported
|
||||||
|
|
Loading…
Reference in New Issue