@@ -81,9 +81,9 @@ under the menu:
81
81
82
82
=File|Examples|Examples from Custom Libraries=
83
83
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.
87
87
88
88
The Arduino IDE serial monitor may be used to observe the output of the dpp
89
89
examples.
@@ -147,10 +147,10 @@ https://platformio.org/install/cli
147
147
To use this libary with PlatformIO, simply add the repository URL to your
148
148
platformio.ini file.
149
149
150
- #+BEGIN_QUOTE
150
+ #+BEGIN_SRC sh
151
151
lib_deps =
152
152
https://github.com/QuantumLeaps/qp-arduino.git
153
- #+END_QUOTE
153
+ #+END_SRC
154
154
155
155
To compile and run an example in this repository, clone the repository to any
156
156
directory you prefer:
@@ -241,26 +241,25 @@ Once QP/Spy tracing is enabled, this communication with the target system can be
241
241
used to for [[https://www.state-machine.com/qtools/qview.html][QView
242
242
visualization and monitoring]]
243
243
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
245
245
feature, you need to upload the dpp_bsp-teensy4 code to the Arduino Teensy 4
246
246
board and then you need to launch QView.
247
247
248
- ----
249
- # Licensing
248
+ * Licensing
250
249
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).
256
256
257
257
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.
260
259
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.
262
261
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)]] .
264
263
265
264
* Support Questions
266
265
0 commit comments