File tree 2 files changed +3
-2
lines changed
2 files changed +3
-2
lines changed Original file line number Diff line number Diff line change 2
2
# Needs "sudo apt install screen" or similar done before.
3
3
# Matching for triceConfig.h CONFIGURATION with TRICE_DIRECT_OUTPUT=1
4
4
5
+ mkdir -p ./temp
5
6
rm -f ./temp/trice.bin
6
7
touch ./temp/trice.bin
7
8
screen -d -m JLinkRTTLogger -Device STM32G0B1RE -If SWD -Speed 4000 -RTTChannel 0 ./temp/trice.bin
8
- trice log -p FILE -args ./temp/trice.bin -pf none -prefix off -hs off -d16 -ts ms -showID " deb:%5d" -i ../../demoTIL.json -li ../../demoLI.json
9
+ trice log -p FILE -args ./temp/trice.bin -pf none -prefix off -hs off -d16 -ts us -showID " deb:%5d" -i ../../demoTIL.json -li ../../demoLI.json
9
10
screen -X quit
Original file line number Diff line number Diff line change 1
1
#! /bin/bash
2
2
date
3
- echo This can take several minutes ...
3
+ echo This can take a while ...
4
4
t0=` date +%s`
5
5
if command -v caffeinate 2>&1 > /dev/null
6
6
then
You canβt perform that action at this time.
0 commit comments