Skip to content

Commit 9c2f1e8

Browse files
committed
6.9.3
Updated README.md
1 parent 8da11ad commit 9c2f1e8

File tree

1 file changed

+9
-7
lines changed

1 file changed

+9
-7
lines changed

README.md

Lines changed: 9 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -26,10 +26,10 @@ the whole `qp-<ver>_arduino-1.8.x.zip` archive to this folder.
2626
The archive `qp-<ver>_arduino-1.8.x.zip` contains two external libraries
2727
for 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
8585
systems, you will need to install QM separately, as described at:
8686
https://www.state-machine.com/qm/gs.html
@@ -119,9 +119,11 @@ is active.
119119

120120
The QP/C++ real-time embedded framework (RTEF) for Arduino are licensed
121121
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
125127
propriatory source code as long as you deploy it on an Arduino-Certified
126128
board.
127129

0 commit comments

Comments
 (0)