Thomas Höhenleitner

Results 196 comments of Thomas Höhenleitner

Maybe you can write inside your header file ```c #include "trice.h" #define DUMMY_STRING TRICE( "msg:The string is dummy string\n"); ``` and in your C-file ``` void fn(void){ DUMMY_STRING } ```...

https://github.com/rokath/trice/blob/master/docs/TriceMessagesEncoding.md#reduced-ideas

See [TriceV1.0 spec draft](https://github.com/rokath/trice/blob/master/docs/TriceV1.0Specification.md) and [TCOBS](https://github.com/rokath/trice/blob/master/docs/TCOBSSpecification.md) spec in doc Folder.

Works in trex2 branch in direct mode and deferred mode is wip.

If one user checks in and pushes a til.json with a new Id A and an other user asigns Id A to a different trice and pulling til.json afterwards, there...

The **trice** tool should perform such check internally when til.json is updated and emit a warning. The user than can correct the til.json file manually.