You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/TriceUserManual.md
+3-3Lines changed: 3 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -533,7 +533,7 @@ Making it facile for a user to use Trice was the driving point just to have
533
533
534
534
Trice understands itself as a silent helper in the background to give the developer more focus on its real task. If, for example, `trice log` is running and you re-flash the target, there is ***no need to restart*** the Trice tool. When [til.json](https://github.com/rokath/trice/blob/main/demoTIL.json) was updated in a pre-build step, the Trice tool automatically reloads the new data during logging.
535
535
536
-
The Trice tool comes with many command line switches (`trice help -all`) for tailoring various needs, but mostly these are not needed. <small>In file [../internal/args/tricehelpall_test.go](https://github.com/rokath/trice/blob/main/internal/args/tricehelpall_test.go) the expected test output contains this information as well.</small>
536
+
The Trice tool comes with many command line switches (`trice help -all`) for tailoring various needs, but mostly these are not needed. <small>The generated file [../docs/ref/trice-help-all.txt](https://github.com/rokath/trice/blob/main/docs/ref/trice-help-all.txt) contains this information as well.</small>
@@ -689,7 +689,7 @@ The Trice tool is expandable with several decoders. So it is possible to impleme
689
689
690
690
When less RAM usage is more important the target double buffer is replaceable with a ring buffer. So the user will be able to decide at compile time about that. A ring buffer mode is selectable inside [triceConfig.h](https://github.com/rokath/trice/blob/main/examples/F030_inst/Core/Inc/triceConfig.h) avoiding any buffer by paying a time toll.
691
691
692
-
The Trice tool supports [many command line switches](https://github.com/rokath/trice/blob/main/internal/args/tricehelpall_test.go).
692
+
The Trice tool supports [many command line switches](https://github.com/rokath/trice/blob/main/docs/ref/trice-help-all.txt).
To get a short overview run [trice help -log](https://github.com/rokath/trice/blob/main/internal/args/tricehelpall_test.go) and read about the CLI switches `ts`, `ts0`, `ts16`, `ts32`. The `ts32` switch supports also "epoch" now as format. That is useful for example, if the binary logs are stored internally in the device flash and read out later. Such usage assumes 1 second as ts32 unit in `uint32_t` format and the Trice tool displays the UTC time. It is also possible to adapt the displayed format like this for example: `trice log -ts32='epoch"06-01-02_15:04:05"'`. The additional passed string must match the Go time package capabilities. A few examples:
1969
+
To get a short overview run `trice help -log` and read about the CLI switches `ts`, `ts0`, `ts16`, `ts32` in the generated [CLI help file](https://github.com/rokath/trice/blob/main/docs/ref/trice-help-all.txt). The `ts32` switch supports also "epoch" now as format. That is useful for example, if the binary logs are stored internally in the device flash and read out later. Such usage assumes 1 second as ts32 unit in `uint32_t` format and the Trice tool displays the UTC time. It is also possible to adapt the displayed format like this for example: `trice log -ts32='epoch"06-01-02_15:04:05"'`. The additional passed string must match the Go time package capabilities. A few examples:
Copy file name to clipboardExpand all lines: docs/TriceUserManual_AI_reworked_NOT_reviewed.md
+3-3Lines changed: 3 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -577,7 +577,7 @@ Making it facile for a user to use Trice was the driving point just to have
577
577
578
578
Trice understands itself as a silent helper in the background to give the developer more focus on its real task. If, for example, `trice log` is running and you re-flash the target, there is ***no need to restart*** the Trice tool. When [til.json](https://github.com/rokath/trice/blob/main/demoTIL.json) was updated in an pre-build step, the Trice tool automatically reloads the new data during logging.
579
579
580
-
The Trice tool comes with many command line switches (`trice help -all`) for tailoring various needs, but mostly these are not needed. <small>In file [../internal/args/tricehelpall_test.go](https://github.com/rokath/trice/blob/main/internal/args/tricehelpall_test.go) the expected test output contains this information as well.</small>
580
+
The Trice tool comes with many command line switches (`trice help -all`) for tailoring various needs, but mostly these are not needed. <small>The generated file [../docs/ref/trice-help-all.txt](https://github.com/rokath/trice/blob/main/docs/ref/trice-help-all.txt) contains this information as well.</small>
@@ -733,7 +733,7 @@ The Trice tool is expandable with several decoders. So it is possible to impleme
733
733
734
734
When less RAM usage is more important the target double buffer is replaceable with a ring buffer. So the user will be able to decide at compile time about that. A ring buffer mode is selectable inside [triceConfig.h](https://github.com/rokath/trice/blob/main/examples/F030_inst/Core/Inc/triceConfig.h) avoiding any buffer by paying a time toll.
735
735
736
-
The Trice tool supports [many command line switches](https://github.com/rokath/trice/blob/main/internal/args/tricehelpall_test.go).
736
+
The Trice tool supports [many command line switches](https://github.com/rokath/trice/blob/main/docs/ref/trice-help-all.txt).
To get a short overview run [trice help -log](https://github.com/rokath/trice/blob/main/internal/args/tricehelpall_test.go) and read about the CLI switches `ts`, `ts0`, `ts16`, `ts32`. The `ts32` switch supports also "epoch" now as format. That is useful for example, if the binary logs are stored internally in the device flash and read out later. Such usage assumes 1 second as ts32 unit in `uint32_t` format and the Trice tool displays the UTC time. It is also possible to adapt the displayed format like this for example: `trice log -ts32='epoch"06-01-02_15:04:05"'`. The additional passed string must match the Go time package capabilities. A few examples:
6583
+
To get a short overview run `trice help -log` and read about the CLI switches `ts`, `ts0`, `ts16`, `ts32` in the generated [CLI help file](https://github.com/rokath/trice/blob/main/docs/ref/trice-help-all.txt). The `ts32` switch supports also "epoch" now as format. That is useful for example, if the binary logs are stored internally in the device flash and read out later. Such usage assumes 1 second as ts32 unit in `uint32_t` format and the Trice tool displays the UTC time. It is also possible to adapt the displayed format like this for example: `trice log -ts32='epoch"06-01-02_15:04:05"'`. The additional passed string must match the Go time package capabilities. A few examples:
0 commit comments