@@ -26,10 +26,10 @@ the whole `qp-<ver>_arduino-1.8.x.zip` archive to this folder.
26
26
The archive ` qp-<ver>_arduino-1.8.x.zip ` contains two external libraries
27
27
for SAM-based Arduinos:
28
28
29
- - ` qpcpp_sam ` -- QP/C++ framework for SAM- based Arduinos
30
- - ` qpn_avr ` -- QP-nano framework for AVR- based Arduinos
29
+ - ` qpcpp_arm-cm ` -- QP/C++ framework for Arduinos based on ARM Cortex-M
30
+ - ` qpn_avr ` -- QP-nano framework for Arduinos based on AVR
31
31
32
- NOTE: qpn_avr is now obsolete. It is provided for backgwards compatibility only!
32
+ > ** NOTE:** ` qpn_avr ` is now obsolete. It is provided for backgwards compatibility only!
33
33
34
34
----
35
35
# Provided Tools
@@ -80,7 +80,7 @@ as follows:
80
80
+-QP-Arduino_GPL_Exception.txt - GPL exception for QP on Arduino
81
81
82
82
83
- NOTE: The QP-Arduino archive contains QM for Windows only. But QM is also
83
+ > ** NOTE:** The QP-Arduino archive contains QM for Windows only. But QM is also
84
84
available for Linux and MacOS hosts. If you wish to work on those operating
85
85
systems, you will need to install QM separately, as described at:
86
86
https://www.state-machine.com/qm/gs.html
@@ -119,9 +119,11 @@ is active.
119
119
120
120
The QP/C++ real-time embedded framework (RTEF) for Arduino are licensed
121
121
under the modified GPLv3 license with the
122
- [ QP-Arduino Exception] ( https://www.state-machine.com/licensing/QP-Arduino_GPL_Exception.txt )
123
- (see also the file QP-Arduino_GPL_Exception.txt in the root of the archive).
124
- Specifically, the Exception removes the requirement to expose your
122
+ [ QP-Arduino Exception] ( https://www.state-machine.com/licenses/QP-Arduino_GPL_Exception.txt )
123
+ (see also the file [ QP-Arduino_GPL_Exception.txt] ( ./QP-Arduino_GPL_Exception.txt )
124
+ in the root of the archive).
125
+
126
+ Specifically, the Arduino GPLv3 Exception removes the requirement to expose your
125
127
propriatory source code as long as you deploy it on an Arduino-Certified
126
128
board.
127
129
0 commit comments