Skip to content

Commit 33ef745

Browse files
committed
wip
1 parent 75c4ec1 commit 33ef745

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

β€Žexamples/L432_inst/RTTLogUnix.sh

+2-1
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,9 @@
22
# Needs "sudo apt install screen" or similar done before.
33
# Matching for triceConfig.h CONFIGURATION with TRICE_DIRECT_OUTPUT=1
44

5+
mkdir -p ./temp
56
rm -f ./temp/trice.bin
67
touch ./temp/trice.bin
78
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
910
screen -X quit

β€ŽtestAll.sh

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
#!/bin/bash
22
date
3-
echo This can take several minutes ...
3+
echo This can take a while ...
44
t0=`date +%s`
55
if command -v caffeinate 2>&1 >/dev/null
66
then

0 commit comments

Comments
Β (0)