Skip to content

Commit 9ad84b4

Browse files
committed
wip
1 parent c3e304e commit 9ad84b4

File tree

5 files changed

+113
-113
lines changed

5 files changed

+113
-113
lines changed

examples/F030_inst/Core/Inc/triceConfig.h

+2-2
Original file line numberDiff line numberDiff line change
@@ -19,11 +19,11 @@ extern uint32_t ms32; //! ms32 is a 32-bit millisecond counter, counting circula
1919

2020
#define TRICE_BUFFER TRICE_DOUBLE_BUFFER
2121

22-
// trice l -p jlink -args "-Device STM32F030R8 -if SWD -Speed 4000 -RTTChannel 0" -pf none -d16 -showID "deb:%5d"
22+
// trice l -p jlink -args "-Device STM32F030R8 -if SWD -Speed 4000 -RTTChannel 0" -pf none -d16 -showID "deb:%5d" -i ../../demoTIL.json -li ../../demoLI.json
2323
#define TRICE_DIRECT_OUTPUT 1
2424
#define TRICE_DIRECT_SEGGER_RTT_32BIT_WRITE 1
2525

26-
// trice l -p com5 -ts16 "time: #%6d"
26+
// trice l -p com5 -ts16 "time: #%6d" -i ../../demoTIL.json -li ../../demoLI.json
2727
#define TRICE_DEFERRED_OUTPUT 1
2828
#define TRICE_DEFERRED_UARTA 1
2929
#define TRICE_UARTA USART2

examples/G0B1_inst/Core/Inc/triceConfig.h

+4-4
Original file line numberDiff line numberDiff line change
@@ -20,11 +20,11 @@ extern "C" {
2020
#define TRICE_BUFFER TRICE_RING_BUFFER
2121
#define TRICE_DEFERRED_BUFFER_SIZE 2000
2222

23-
// trice l -p JLINK -args="-Device STM32G0B1RE -if SWD -Speed 4000 -RTTChannel 0" -pf none -d16 -ts ms
24-
//#define TRICE_DIRECT_OUTPUT 1
25-
//#define TRICE_DIRECT_SEGGER_RTT_32BIT_WRITE 1
23+
// trice l -p JLINK -args="-Device STM32G0B1RE -if SWD -Speed 4000 -RTTChannel 0" -pf none -d16 -ts ms -i ../../demoTIL.json -li ../../demoLI.json
24+
#define TRICE_DIRECT_OUTPUT 1
25+
#define TRICE_DIRECT_SEGGER_RTT_32BIT_WRITE 1
2626

27-
// trice log -p com7 -pw MySecret -pf COBS
27+
// trice log -p com7 -pw MySecret -pf COBS -i ../../demoTIL.json -li ../../demoLI.json
2828
#define TRICE_DEFERRED_OUTPUT 1
2929
#define TRICE_DEFERRED_XTEA_ENCRYPT 1
3030
#define TRICE_DEFERRED_OUT_FRAMING TRICE_FRAMING_COBS

0 commit comments

Comments
 (0)