Skip to content

Commit

Permalink
link repair
Browse files Browse the repository at this point in the history
  • Loading branch information
rokath committed Dec 3, 2024
1 parent ae3733d commit 915d592
Show file tree
Hide file tree
Showing 6 changed files with 16 additions and 5 deletions.
3 changes: 3 additions & 0 deletions docs/TriceObsoleteEncodings.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
# [./docs/_Legacy/TriceLegacyEncodings.md](../docs/_Legacy/TriceLegacyEncodings.md)

(link redirection)
4 changes: 3 additions & 1 deletion docs/TriceSpace.md
Original file line number Diff line number Diff line change
@@ -1 +1,3 @@
# [TriceUserManual.md/#trice-memory-needs](./TriceUserManual.md/#trice-memory-needs)
# [TriceUserManual.md/#trice-memory-needs](./TriceUserManual.md/#trice-memory-needs)

(link redirection)
4 changes: 3 additions & 1 deletion docs/TriceSpeed.md
Original file line number Diff line number Diff line change
@@ -1 +1,3 @@
# [TriceUserManual.md/#trice-speed](./TriceUserManual.md/#trice-speed)
# [TriceUserManual.md/#trice-speed](./TriceUserManual.md/#trice-speed)

(link redirection)
4 changes: 3 additions & 1 deletion docs/TriceUserGuide.md
Original file line number Diff line number Diff line change
@@ -1 +1,3 @@
# [TriceUserManual.md](./TriceUserManual.md)
# [TriceUserManual.md](./TriceUserManual.md)

(link redirection)
2 changes: 1 addition & 1 deletion docs/TriceUserManual.md
Original file line number Diff line number Diff line change
Expand Up @@ -1747,7 +1747,7 @@ void fn(void) {
}
```
With `#define TRICE_OFF 1` macros in this file are ignored completely by the compiler, but not by the Trice tool. In case of re-constructing the [**T**rice **ID** **L**ist](../til.json) these no code generating macros are regarded and go into (or stay inside) the ID reference list.
With `#define TRICE_OFF 1` macros in this file are ignored completely by the compiler, but not by the Trice tool. In case of re-constructing the [**T**rice **ID** **L**ist](../_test/testdata/til.json) these no code generating macros are regarded and go into (or stay inside) the ID reference list.
* Hint from @escherstair: With `-D TRICE_OFF=1` as compiler option, the trice code diappears completely from the binary.
* No runtime On-Off switch is implemented for several reasons:
Expand Down
4 changes: 3 additions & 1 deletion docs/TriceVsPrintfSimilaritiesAndDifferences.md
Original file line number Diff line number Diff line change
@@ -1 +1,3 @@
# [TriceUserManual.md/#trice-similarities-and-differences-to-`printf`-usage](./TriceUserManual.md/#trice-similarities-and-differences-to-printf-usage)
# [TriceUserManual.md/#trice-similarities-and-differences-to-`printf`-usage](./TriceUserManual.md/#trice-similarities-and-differences-to-printf-usage)

(link redirection)

0 comments on commit 915d592

Please sign in to comment.