Skip to content

Commit d227f2b

Browse files
committed
Changelog updated
1 parent 5c3064b commit d227f2b

1 file changed

Lines changed: 12 additions & 11 deletions

File tree

docs/TriceUserManual.md

Lines changed: 12 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -1967,7 +1967,7 @@ It is up to the user to provide the functions `TriceStamp16` and/or `TriceStamp3
19671967

19681968
### 21.1. <a id='target-(time)stamps-formatting'></a>Target (Time)Stamps Formatting
19691969

1970-
To get a short overview run `trice help -log` 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:
1970+
To get a short overview run [trice help -log](../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:
19711971

19721972
```bash
19731973
trice log -port FILEBUFFER -args myLogs.bin -ts32='"Mon Jan _2 15:04:05 2006"' # ANSIC
@@ -6586,16 +6586,17 @@ trice(201), "runtimeContext: [hw=%x] [core=%x]", getHwSerial(), getCoreID()); TR
65866586

65876587
<details><summary>Details (click to expand)</summary><ol>
65886588

6589-
| Date | Version | Comment |
6590-
|-------------|---------|----------------------------------------------------------------------------------------|
6591-
| 2024-DEC-01 | 0.0.0 | Initial Draft |
6592-
| ... | 1.0.0 | ... |
6593-
| 2025-MAY-00 | pre 1.1 | ++ [UDP4 input (accepted pull request #529)](#udp4-input-(accepted-pull-request-#529)) |
6594-
| 2025-JUN-20 | pre 1.1 | ++ [Legacy Project Code Integration](#legacy-project-code-integration) |
6595-
| 2025-JUN-20 | pre 1.1 | ++ [Alias Example Project](#alias-example-project) |
6596-
| 2025-JUN-21 | pre 1.1 | ++ [Trice Structured Logging](#trice-structured-logging) |
6597-
| 2025-JUN-23 | pre 1.1 | ++ [Trice Trouble Shooting Hints](#trice-trouble-shooting-hints) added/improved |
6598-
| 2025-JUN-29 | pre 1.1 | [Questions](#questions) extended |
6589+
| Date | Version | Comment |
6590+
|-------------|---------|----------------------------------------------------------------------------------------------------|
6591+
| 2024-DEC-01 | 0.0.0 | Initial Draft |
6592+
| ... | 1.0.0 | ... |
6593+
| 2025-MAY-00 | pre 1.1 | ++ [UDP4 input (accepted pull request #529)](#udp4-input-(accepted-pull-request-#529)) |
6594+
| 2025-JUN-20 | pre 1.1 | ++ [Legacy Project Code Integration](#legacy-project-code-integration) |
6595+
| 2025-JUN-20 | pre 1.1 | ++ [Alias Example Project](#alias-example-project) |
6596+
| 2025-JUN-21 | pre 1.1 | ++ [Trice Structured Logging](#trice-structured-logging) |
6597+
| 2025-JUN-23 | pre 1.1 | ++ [Trice Trouble Shooting Hints](#trice-trouble-shooting-hints) added/improved |
6598+
| 2025-JUN-29 | pre 1.1 | [Questions](#questions) extended |
6599+
| 2025-JUN-30 | pre 1.1 | In [Target (Time)Stamps Formatting](#target-(time)stamps-formatting) -ts32 epoch better documented |
65996600

66006601
<p align="right">(<a href="#top">back to top</a>)</p>
66016602

0 commit comments

Comments
 (0)