Thomas Höhenleitner
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 } ```...
Merged with #291 and #286
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.
Merged with #286
Merged with #286 and #291
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...
Merged with #291
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.