Skip to content

Commit 1e20b1a

Browse files
committed
7.0.2
1 parent c7fe148 commit 1e20b1a

File tree

1 file changed

+25
-0
lines changed

1 file changed

+25
-0
lines changed

doxygen/history.dox

Lines changed: 25 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,30 @@
11
/*! @page history Revision History
22

3+
@section qpc_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+
- `qpc/ports/arm-cm/qk`
11+
- `qpc/ports/arm-cm/qxk`
12+
13+
Modified Zephyr port
14+
- moved the port from the usual location in `qpc/ports/zephyr` up a level to `qpc/zephyr`. This was done to make QPC into an external [Zephyr module](https://docs.zephyrproject.org/latest/develop/modules.html), which has to comply with the Zephyr specification.
15+
16+
17+
__Examples (ARM Cortex-M):__
18+
- `qpc/examples/arm-cm/dpp_efm32-slstk3401a/qk` provided examples of configuring either NMI or IRQ for Cortex-M4 (ARMv7m)
19+
- `qpc/examples/arm-cm/dpp_efm32-slstk3401a/qxk` provided examples of configuring either NMI or IRQ for Cortex-M4 (ARMv7m)
20+
- `qpc/examples/arm-cm/dpp_nucleo-l053r8/qk` provided examples of configuring either NMI or IRQ for Cortex-M0+ (ARMv6m)
21+
- `qpc/examples/arm-cm/dpp_nucleo-l053r8/qk` provided examples of configuring either NMI or IRQ for Cortex-M0+ (ARMv6m)
22+
23+
__Examples (Zephyr):__
24+
- `qpc/examples/zephyr/blinky` - modified to use the new Zephyr port
25+
- `qpc/examples/zephyr/dpp` - modified to use the new Zephyr port and to demonstrate QSPY software tracing.
26+
27+
328
@section qpc_7_0_1 Version 7.0.1, 2022-07-31
429
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 `qpc/qpc.qm`). This model is then used to **generate all QP/C source code**:
530
- `qpc/`

0 commit comments

Comments
 (0)