Skip to content

Commit 3220cca

Browse files
committed
Update qm from 5.1.3 to 5.2.3
1 parent bbc8f4e commit 3220cca

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

README.org

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff 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
194194
cd ~ && 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

0 commit comments

Comments
 (0)