You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: doxygen/history.dox
+9-2Lines changed: 9 additions & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -6,12 +6,19 @@
6
6
@remark
7
7
This document is part of the @webref{products/qp#CERT,QP Certification Pack}, which has been specifically designed to aid companies in **safety certification** of their software based on the QP real-time embedded frameworks.
8
8
9
-
@section qpcpp_7_2_1 Version 7.2.1, 2023-01-11
9
+
@section qpcpp_7_2_1 Version 7.2.1, 2023-01-15
10
+
__QP/C++ Source Code:__
11
+
- Changed the design of the QP::QXMutex class to include QP::QActive by composition rather than inheritance.
12
+
13
+
__Ports:__
14
+
- Fixed problems in QK ports for ARM Cortex-M: in case a regular IRQ is used for returning to the thread context. The port didn't handle correctly #QK_USE_IRQ_NUM above 32.
15
+
- Fixed problems in QXK ports for ARM Cortex-M: in case a regular IRQ is used for returning to the thread context. The port didn't handle correctly #QK_USE_IRQ_NUM above 32.
16
+
10
17
__Bug Fixes:__
11
18
- [bug#328 Assertion qxk:720 in QP/C/C++ 7.2.0](https://sourceforge.net/p/qpc/bugs/328)
12
19
13
20
@attention
14
-
This bug in QXK affects releases QP/C++ 7.1.0 through 7.2.0
21
+
This bug in QXK affects releases QP/C++ @ref qpcpp_7_1_0 "7.1.0" through @ref qpcpp_7_2_0 "7.2.0"
0 commit comments