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
+25Lines changed: 25 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -1,5 +1,30 @@
1
1
/** @page history Revision History
2
2
3
+
@section qpcpp_7_0_2 Version 7.0.2, 2022-08-12
4
+
5
+
__Bug Fixes:__
6
+
- [bug#312 "Bug in QK and QXK 7.0.1"](https://sourceforge.net/p/qpc/bugs/312)
7
+
8
+
__Ports__
9
+
Modified QK and QXK ports to ARM Cortex-M
10
+
- `qpcpp/ports/arm-cm/qk`
11
+
- `qpcpp/ports/arm-cm/qxk`
12
+
13
+
Modified Zephyr port
14
+
- moved the port from the usual location in `qpcpp/ports/zephyr` up a level to `qpcpp/zephyr`. This was done to make QPCPP into an external [Zephyr module](https://docs.zephyr project.org/latest/develop/modules.html), which has to comply with the Zephyr specification.
15
+
16
+
17
+
__Examples (ARM Cortex-M):__
18
+
- `qpcpp/examples/arm-cm/dpp_efm32-slstk3401a/qk` provided examples of configuring either NMI or IRQ for Cortex-M4 (ARMv7m)
19
+
- `qpcpp/examples/arm-cm/dpp_efm32-slstk3401a/qxk` provided examples of configuring either NMI or IRQ for Cortex-M4 (ARMv7m)
20
+
- `qpcpp/examples/arm-cm/dpp_nucleo-l053r8/qk` provided examples of configuring either NMI or IRQ for Cortex-M0+ (ARMv6m)
21
+
- `qpcpp/examples/arm-cm/dpp_nucleo-l053r8/qk` provided examples of configuring either NMI or IRQ for Cortex-M0+ (ARMv6m)
22
+
23
+
__Examples (Zephyr):__
24
+
- `qpcpp/examples/zephyr/blinky` - modified to use the new Zephyr port
25
+
- `qpcpp/examples/zephyr/dpp` - modified to use the new Zephyr port and to demonstrate QSPY software tracing.
26
+
27
+
3
28
@section qpcpp_7_0_1 Version 7.0.1, 2022-07-31
4
29
This release is the first one that contains the complete [QM model](https://www.state-machine.com/products/qm) of the QP/C++ framework (in the file `qpcpp/qpcpp.qm`). This model is then used to **generate all QP/C++ source code**:
0 commit comments