@@ -13,8 +13,10 @@ it is recommended that you clone this repo like that:
1313git clone https://github.com/QuantumLeaps/qpc --recurse-submodules --depth 1
1414```
1515
16- Alternatively, you can also download one of the stable
17- [ QP/C Releases] [ QP-Rel ] .
16+ However, the easiest and most recommended way of
17+ [ getting started with QP/C] ( #getting-started-with-qpc ) is to download
18+ the QP-bundle, as [ described below] ( #getting-started-with-qpc ) .
19+
1820
1921# About QP/C Real-Time Event Framework
2022QP/C real-time event framework (RTEF) is a lightweight implementation of
@@ -25,25 +27,25 @@ of Active Objects (Actors) and a runtime environment for executing the Active
2527Objects in a deterministic, real-time fashion. Additionally, QP/C Framework
2628supports Hierarchical State Machines with which to specify the behavior of
2729Active Objects [ UML 2.5] , [ Sutter:10] , [ ROOM:94] . The QP/C Framework can be
28- viewed as a modern, asynchronous, and truly event driven real-time operating
30+ viewed as a modern, asynchronous, and truly event- driven real-time operating
2931system (RTOS).
3032
3133## QP Framework Family
32- QP/C framework is part of the larger QP family consisting of the following
34+ QP/C framework is part of the larger QP family, consisting of the following
3335QP editions:
3436
3537|QP Edition | Language | API | Safety Functions |Certification Artifacts| Licensing
3638|:----------|:-----------:|:-----------------|:-------------------|:----------------|:---------
3739| QP/C | C (C11) |same as SafeQP/C |Selected Assertions |Req/Arch/Design | [ dual] [ Lic ]
3840| QP/C++ | C++ (C++17) |same as SafeQP/C++|Selected Assertions |Req/Arch/Design | [ dual] [ Lic ]
39- | SafeQP/C | C (C11) |same as QP/C |All Safety Functions|Extensive <br >Certification Kit| [ commercial] [ Com ]
40- | SafeQP/C++| C++ (C++17) |same as QP/C++ |All Safety Functions|Extensive <br >Certification Kit| [ commercial] [ Com ]
41+ | SafeQP/C | C (C11) |same as QP/C |All Safety Functions|Complete <br >Certification Kit| [ commercial] [ Com ]
42+ | SafeQP/C++| C++ (C++17) |same as QP/C++ |All Safety Functions|Complete <br >Certification Kit| [ commercial] [ Com ]
4143
4244The ** SafeQP/C** and ** SafeQP/C++** frameworks were originally derived from QP/C and QP/C++,
4345respectively, but were extensively reengineered for the safety market using compliant
4446Software Safety Lifecycle (SSL). In this process, the QP framework functional model has been
4547subjected to a full Hazard and Risk Analysis, which identified all areas of weakness within
46- the functional model and API. These findings led to creation of Safety Requirements and risk
48+ the functional model and API. These findings led to the creation of Safety Requirements and risk
4749mitigation by Safety Functions, which were subsequently implemented, verified, and validated.
4850The SafeQP frameworks are accompanied by the "SafeQP Certification Kits", which provide
4951developers with ready-to-use artifacts, enabling them to save time, mitigate risk, and reduce
@@ -53,28 +55,65 @@ for more information about the SafeQP frameworks and the "Certification Kits".
5355
5456> ** NOTE:** The SafeQP/C edition remain fully API- and functionally compatible with the
5557 corresponding standard QP/C framework. This ensures existing QP/C Applications can transition
56- seamlessly to SafeQP/C without requiring any modifications. SafeQP/C edition retain QP/C
57- Frameworks' hallmark features, including a small memory footprint, excellent efficiency,
58- and hard real-time functionality .
58+ seamlessly to SafeQP/C without requiring any modifications. SafeQP/C edition retains QP/C
59+ Frameworks' hallmark features: a small memory footprint, excellent efficiency, and hard
60+ real-time performance .
5961
6062
6163# Getting Started with QP/C
62- The most recommended way of obtaining QP/C is by downloading the
63- [ QP-bundle] ( https://www.state-machine.com/#Downloads ) , which includes QP/C
64- as well as the [ QM modeling tool] [ QM ] and the [ QTools collection] [ QTools ] .
65- The main advantage of obtaining QP/C bundled together like that is
66- that you get all components, tools and examples ready to go.
67-
68- ### Getting Started Resources
69- - [ "QP/C Tutorial"] [ Tut ]
70- describes a series of progressively advanced QP/C example applications.
71-
64+ The most recommended way to get started with QP/C is by
65+ [ __ downloading the QP-bundle__ ] ( https://www.state-machine.com/#Downloads ) ,
66+ which includes QP/C as well as the [ QM modeling tool] [ QM ] and the
67+ [ QTools collection] [ QTools ] . The main advantage of obtaining QP/C bundled
68+ together is that you get all components, tools, and _ examples_ all ready to go.
69+
70+ > ** NOTE:**
71+ Perhaps the most important fact to remember is that in embedded systems,
72+ nothing works until everything works. This means that you should always start
73+ with a _ working system_ and gradually evolve it, changing one thing at a time
74+ and making sure that it keeps working every step of the way.
75+
76+ The provided [ __ QP/C example projects__ ] ( examples ) , such as the super-simple
77+ [ Blinky] ( examples/arm-cm/blinky_nucleo-u545re/ ) , or a bit more advanced
78+ [ Dining Philosophers Problem (DPP)] ( examples/arm-cm/dpp_nucleo-u545re/ ) ,
79+ allow you to get started with a __ working project__ rather than starting from
80+ scratch. You should also always try one of the unmodified examples on one
81+ of the very inexpensive evaluation boards (such as
82+ [ STM32 NUCLEO-U545RE] ( examples/arm-cm/dpp_nucleo-u545re/stm32-nucleo-u545re.webp ) )
83+ that it was designed for, _ before_ attempting to immediately adapt the projects
84+ to your specific hardware. Only once an example project is built and runs on
85+ the evaluation board, can you use it as a starting point for your specific hardware
86+ and software development.
87+
88+
89+ ## Getting Started Resources
7290- [ Video: "Getting Started with QP Real-Time Event Frameworks"] [ Video ]
7391provides instructions on how to download, install, and get started with QP.
7492
7593- [ AppNote: "Getting Started with QP Real-Time Event Frameworks"] [ AN ]
7694contains also a tutorial, in which you build a simple "Blinky" application.
7795
96+ - [ "QP/C Tutorial"] [ Tut ]
97+ describes a series of progressively advanced QP/C example applications.
98+
99+ ## QP/C Extras
100+ The open source GPL distribution of QP/C can be augmented by the
101+ [ "QP/C Extras"] [ QPX/C ] , which provide more advanced QP/C features, such as:
102+ - [ QS software tracing] [ QS ] component (QP Spy)
103+ - [ QXK real-time kernel] [ QXK ] component
104+ - Static-analysis configuration and automation scripts for PC-Lint-Plus
105+ - Test suite (based on the [ QUTest trace-based test harness] [ QUTest ] )
106+ that demonstrates 100% lines of code and 100% MC/DC code coverage for QP/C.
107+
108+ > ** NOTE:** The [ "QP/C Extras"] [ QPX/C ] are [ licensed commercially] [ Lic ] only
109+ and available to the commercial licensees with the active Support Term. Please contact
110+ [ Quantum Leaps technical support] [ Sup ] to get the matching [ "QP/C Extras"] [ QPX/C ]
111+ for the public QP/C version.
112+
113+ > ** NOTE:** The [ "QP/C Extras"] [ QPX/C ] are also __ available for evaluation__
114+ ([ upon request] [ ReqForm ] ).
115+
116+
78117# Licensing
79118The QP/C real-time event framework is licensed under the
80119[ dual licensing model] ( https://www.state-machine.com/licensing ) , with
@@ -101,21 +140,6 @@ any open source license and you do not violate your policy.
101140 are licensed commercially only.
102141
103142
104- ## Files Removed from the QP/C Open Source GPL Distribution
105- Due to the widespread non-compliance with the GPL, as well as infringement on the
106- [ dual-licensing model of QP frameworks] [ Lic ] , the following QP/C components
107- have been ** removed from the open-source GPL distribution** :
108- - QS target-resident software tracing component
109- - QXK dual-mode kernel
110-
111- > NOTE: These components are available to the [ commercial licensees] [ Cust ] with
112- the active Support Term. Please contact [ Quantum Leaps technical support] [ Sup ]
113- to get the complete QP/C framework distribution.
114-
115- > ** NOTE:** To request ** evaluation** of the complete QP/C framework, please contact
116- Quantum Leaps at: https://www.state-machine.com/contact
117-
118-
119143# Documentation
120144The online HTML documentation for the ** latest** version of QP/C is located
121145at: https://www.state-machine.com/qpc
@@ -146,11 +170,15 @@ If you like this project, please give it a star (in the upper-right corner of yo
146170 [ QP ] : < https://www.state-machine.com/products/qp >
147171 [ QP/C ] : < https://github.com/QuantumLeaps/qpc >
148172 [ QP/C++ ] : < https://github.com/QuantumLeaps/qpcpp >
173+ [ QPX/C ] : https://www.state-machine.com/qpc/gs_extras.html>
174+ [ QPX/C++ ] : https://www.state-machine.com/qpcpp/gs_extras.html>
149175 [ Cert ] : < https://www.state-machine.com/products/qp#CERT >
150176 [ QM ] : < https://github.com/QuantumLeaps/qm >
151177 [ QTools ] : < https://github.com/QuantumLeaps/qtools >
178+ [ QUTest ] : < https://www.state-machine.com/qtools/qutest.html >
152179 [ Lic ] : < https://www.state-machine.com/licensing >
153180 [ Com ] : < https://www.state-machine.com/licensing#Commercial >
181+ [ ReqForm ] : < https://www.state-machine.com/licensing#RequestForm >
154182 [ Cust ] : < https://www.state-machine.com/customers >
155183 [ Sup ] : < mailto:support@state-machine.com >
156184 [ AN ] : < https://www.state-machine.com/doc/AN_Getting_Started_with_QP.pdf >
0 commit comments