@@ -26,10 +26,10 @@ the whole `qp-<ver>_arduino-1.8.x.zip` archive to this folder.
2626The archive ` qp-<ver>_arduino-1.8.x.zip ` contains two external libraries
2727for SAM-based Arduinos:
2828
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
3131
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!
3333
3434----
3535# Provided Tools
@@ -80,7 +80,7 @@ as follows:
8080 +-QP-Arduino_GPL_Exception.txt - GPL exception for QP on Arduino
8181
8282
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
8484 available for Linux and MacOS hosts. If you wish to work on those operating
8585systems, you will need to install QM separately, as described at:
8686https://www.state-machine.com/qm/gs.html
@@ -119,9 +119,11 @@ is active.
119119
120120The QP/C++ real-time embedded framework (RTEF) for Arduino are licensed
121121under 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
125127propriatory source code as long as you deploy it on an Arduino-Certified
126128board.
127129
0 commit comments