Skip to content

Commit 012c5c3

Browse files
committed
7.3.0
Added QP Functional Safety (FuSa) Subsystem Memory Isolation with MPU MISRA-C:2023 compliance Changed comments from C-style to C++ style Added QAsm abstract state machine base class Added memory marker to QEvt and rearranged memory layout Updated: QP-FreeRTOS, QP-ESP-IDF,QP-Zephyr Added drift-free ticking for QP-POSIX Reorganized documentation Updated 3rd_party
1 parent 009bdb4 commit 012c5c3

File tree

1,965 files changed

+338844
-206378
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

1,965 files changed

+338844
-206378
lines changed

.gitignore

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -39,8 +39,7 @@ JLink*.*
3939

4040
html/
4141
latex/
42-
cert-pack/
43-
cert-latex/
42+
doxygen/gen/
4443
test_priv/
4544
dbg/
4645
rel/

3rd_party

Submodule 3rd_party updated 582 files

LICENSES/LicenseRef-QL-dual.qlc

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,13 @@
11
Any user of the QP/C real-time embedded framework
22
qpc
3-
2023-12-31
3+
2024-12-31
44

55
Copyright (C) 2005 Quantum Leaps, LLC <state-machine.com>.
66

7+
Q u a n t u m L e a P s
8+
------------------------
9+
Modern Embedded Software
10+
711
SPDX-License-Identifier: GPL-3.0-or-later OR LicenseRef-QL-commercial
812

913
This software is dual-licensed under the terms of the open source GNU
@@ -23,4 +27,4 @@ Plagiarizing this software to sidestep the license obligations is illegal.
2327
Contact information:
2428
<www.state-machine.com/licensing>
2529
26-
#F04C7A28E6F84BAFDD11A028A9B7CFE2F4DE1FD7
30+
#5B2B82CE252E0FB7975E7196F9141A16DD356860

README.md

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,9 @@
1-
![QP Framework](doxygen/images/qp_banner.jpg)
1+
![QP Framework](https://www.state-machine.com/img/qp_banner.jpg)
22

33
# What's New?
4+
5+
[![GitHub release (latest by date)](https://img.shields.io/github/v/release/QuantumLeaps/qpc)](https://github.com/QuantumLeaps/qpc/releases/latest)
6+
47
View QP/C Revision History at: https://www.state-machine.com/qpc/history.html
58

69
> **NOTE:** If you're interested in the latest QP/C version from GitHub,
@@ -121,7 +124,7 @@ open the file [html/index.html](html/index.html) in your web browser.
121124
# How to Help this Project?
122125
If you like this project, please give it a star (in the upper-right corner of your browser window):
123126

124-
![GitHub star](doxygen/images/github-star.jpg)
127+
![GitHub star](https://www.state-machine.com/img/github-star.jpg)
125128

126129

127130
[RTEF]: <https://www.state-machine.com/rtef>

doxygen/Doxyfile

Lines changed: 0 additions & 309 deletions
This file was deleted.

doxygen/Doxyfile-CHM

Lines changed: 0 additions & 12 deletions
This file was deleted.

0 commit comments

Comments
 (0)