Skip to content

Commit b178867

Browse files
committed
Update README
1 parent b5540fe commit b178867

File tree

1 file changed

+16
-17
lines changed

1 file changed

+16
-17
lines changed

README.org

Lines changed: 16 additions & 17 deletions
Original file line numberDiff line numberDiff line change
@@ -81,9 +81,9 @@ under the menu:
8181

8282
=File|Examples|Examples from Custom Libraries=
8383

84-
NOTE: The preferences in the Arduino IDE should be set up to =Use external
85-
editor= so that the IDE will update the code each time it is re-generated by the
86-
QM modeling tool.
84+
NOTE: The preferences in the Arduino IDE should be set up to
85+
=Use external editor= so that the IDE will update the code each time
86+
it is re-generated by the QM modeling tool.
8787

8888
The Arduino IDE serial monitor may be used to observe the output of the dpp
8989
examples.
@@ -147,10 +147,10 @@ https://platformio.org/install/cli
147147
To use this libary with PlatformIO, simply add the repository URL to your
148148
platformio.ini file.
149149

150-
#+BEGIN_QUOTE
150+
#+BEGIN_SRC sh
151151
lib_deps =
152152
https://github.com/QuantumLeaps/qp-arduino.git
153-
#+END_QUOTE
153+
#+END_SRC
154154

155155
To compile and run an example in this repository, clone the repository to any
156156
directory you prefer:
@@ -241,26 +241,25 @@ Once QP/Spy tracing is enabled, this communication with the target system can be
241241
used to for [[https://www.state-machine.com/qtools/qview.html][QView
242242
visualization and monitoring]]
243243

244-
The =dpp_bsp-teensy4= example demonstrates the [QView monitoring]. To see this
244+
The =dpp_bsp-teensy4= example demonstrates the *QView monitoring*. To see this
245245
feature, you need to upload the dpp_bsp-teensy4 code to the Arduino Teensy 4
246246
board and then you need to launch QView.
247247

248-
----
249-
# Licensing
248+
* Licensing
250249

251-
The QP/C++ real-time embedded framework (RTEF) for Arduino are licensed
252-
under the modified GPLv3 license with the
253-
[QP-Arduino Exception](https://www.state-machine.com/licenses/QP-Arduino_GPL_Exception.txt)
254-
(see also the file [QP-Arduino_GPL_Exception.txt](./QP-Arduino_GPL_Exception.txt)
255-
in the root of the archive).
250+
The QP/C++ real-time embedded framework (RTEF) for Arduino are licensed under
251+
the modified GPLv3 license with the
252+
[[https://www.state-machine.com/licenses/QP-Arduino_GPL_Exception.txt][QP-Arduino
253+
Exception]] (see also the file
254+
([[./QP-Arduino_GPL_Exception.txt][QP-Arduino_GPL_Exception.txt]] in the root of
255+
the archive).
256256

257257
Specifically, the Arduino GPLv3 Exception removes the requirement to expose your
258-
proprietary source code as long as you deploy it on an Arduino-Certified
259-
board.
258+
proprietary source code as long as you deploy it on an Arduino-Certified board.
260259

261-
The [QM model-based design tool](https://www.state-machine.com/qm/) is freeware.
260+
The [[https://www.state-machine.com/qm/][QM model-based design tool]] is freeware.
262261
The QM tool is provided under the terms of a simple
263-
[End-User License Agreement (EULA)](https://www.state-machine.com/qm/license.html).
262+
[[https://www.state-machine.com/qm/license.html][End-User License Agreement (EULA)]].
264263

265264
* Support Questions
266265

0 commit comments

Comments
 (0)