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: README.md
+2Lines changed: 2 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -32,10 +32,12 @@ even inside **↯ interrupts** in less than 1 µs❗
32
32
-**[Space](./docs/TriceUserManual.md#trice-memory-needs)**, to reduce needed FLASH memory size,
33
33
-**[Features](./docs/TriceUserManual.md#trice-features-(overview))** delighting the developers heart.
34
34
- <u>Main idea:</u> Logging strings **not** into an embedded device to display them later on a PC but keep [usage comfortable and simple](./docs/TriceUserManual.md#port-it).
35
+
35
36
```diff
36
37
- No version mismatch hassle❗
37
38
+ The Trice ID List accumulates the log strings -> the latest version can decode all former versions as well❗
38
39
```
40
+
39
41
-*Trice* consists of 2 parts:
40
42
1.**C** code `trice` macros, similar usable like `printf`, generating tiny & super-fast embedded device real-time trace/log code.
0 commit comments