Thomas Höhenleitner

Results 75 comments of Thomas Höhenleitner

Write update test for Id, than id and ID, same with -z switch.

_, t, T ? noTimeStamp, timeStamp16, timeStamp32 ? 0, 2, 4 ? TS0, TS16, TS32 id(0), Id(0), ID(0) seams to be ok

During compilation they are look like this after `trice u .` as pre-compile step ```c TRICE( ID(12345), "isr:Pin is %d\n", value ); // 32-bit timestamp TRICE( Id(12345), "isr:Pin is %d\n",...

`TRICE( BARE, "isr:Pin is %d\n", value ); // no timestamp` ?

A more universal naming could be stamp. `S0`, `S16`, `S32`, `S64` or `S0`, `S2`, `S4`, `S8`

`-replace "Id to ID"` `-replace "Id to id"` `-replace "ID to Id"` `-replace "ID to id"` `-replace "id to ID"` `-replace "id to Id"`

Include encryption as well.