File tree Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -25,7 +25,7 @@ https://www.state-machine.com/arduino
2525- Description: QP real-time embedded framework for Arduino (ARM Cortex-M)
2626- Version: 6.9.6
2727- qpcpp version: 6.9.3
28- - qm version: 5.1 .3
28+ - qm version: 5.2 .3
2929- qtools version: 6.9.3
3030- Release Date: 2025-03-14
3131- Creation Date: 2017-01-30
@@ -192,10 +192,10 @@ Or it may be downloaded and installed on the command line:
192192
193193#+BEGIN_SRC sh
194194cd ~ && rm -rf qp && mkdir qp && cd qp
195- curl -OL https://github.com/QuantumLeaps/qm/releases/download/v5.1 .3/qm_5.1 .3-linux64.zip
196- unzip qm_5.1 .3-linux64.zip && rm qm_5.1 .3-linux64.zip && mv qm qm-5.1 .3
197- chmod u+x qm-5.1 .3/bin/qm && chmod u+x qm-5.1 .3/bin/qm.sh
198- alias qm='~/qp/qm-5.1 .3/bin/qm.sh'
195+ curl -OL https://github.com/QuantumLeaps/qm/releases/download/v5.2 .3/qm_5.2 .3-linux64.zip
196+ unzip qm_5.2 .3-linux64.zip && rm qm_5.2 .3-linux64.zip && mv qm qm-5.2 .3
197+ chmod u+x qm-5.2 .3/bin/qm && chmod u+x qm-5.2 .3/bin/qm.sh
198+ alias qm='~/qp/qm-5.2 .3/bin/qm.sh'
199199#+END_SRC
200200
201201** QTools
You can’t perform that action at this time.
0 commit comments