Skip to content

Commit aa5d223

Browse files
committed
Links corrected
1 parent 45822b7 commit aa5d223

File tree

9 files changed

+9
-9
lines changed

9 files changed

+9
-9
lines changed

β€ŽCHANGELOG.mdβ€Ž

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -97,7 +97,7 @@ Table of Contents Generation:
9797
| 2023-MAY-05 | 0.58.0 | Target files all now direct in src folder and need to be included all. Direct XTEA with RTT32 (experimental). |
9898
| 2023-MAY-10 | 0.59.0 | Target code better structured. Automatic target tests working and now extendable with more configuration variants. Auxiliary support for direct and deferred. Common RTT Diagnostics for all RTT Modes as part of TRICE_DIAGNOSTICS. |
9999
| 2023-MAY-14 | 0.60.0 | XTEA working with doubleBuffer in multi-pack mode and also with ringBuffer (safe-single mode). Tests for that added and also a test for twin mode (direct plus deferred output) is working. more target code tests |
100-
| 2023-MAY-15 | 0.60.1 | Twice Log enabled in https://github.com/rokath/trice/tree/master/test/MDK-ARM_STM32F030R8_instrumented as `triceConfig.h` example. |
100+
| 2023-MAY-15 | 0.60.1 | Trice Log enabled in https://github.com/rokath/trice/tree/master/examples/F030_inst as `triceConfig.h` example. |
101101
| 2023-MAY-16 | 0.60.2 | Target code linted. |
102102
| 2023-JUN-09 | 0.60.3 | vsCode with Clang\|GCC examples added |
103103
| 2023-JUL-24 | 0.61.0 | `trice insert` as new command is successor for `trice update`. With `trice zero` all IDs in source can be set to 0. A following `trice insert` will restore the IDs. Experimental `trice clean` command added. `trice insert` depreciated now and will be removed in the future. |

β€Ždocs/_Legacy/TriceMessagesEncoding.mdβ€Ž

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,7 @@ Table of Contents Generation:
6161
* This allows intermixing of several data streams with *Trice* data.
6262
* After the 4 COBS package descriptor bytes start several full *Trice* messages.
6363
* In dependence of the COBS package descriptor each *Trice* message is prefixed with 0, 32 or 64 bit additional information: target code location and target timestamp.
64-
* The detailed *Trice* encoding is derivable from [trice.h](../pkg/src/trice.h) and not repeated here to avoid unnecessary errors.
64+
* The detailed *Trice* encoding is derivable from [trice.h](../../src/trice.h) and not repeated here to avoid unnecessary errors.
6565

6666
## 2. <a id='[cobs](https://en.wikipedia.org/wiki/consistent_overhead_byte_stuffing)-encoding-for-re-sync-after-data-disruption'></a>[COBS](https://en.wikipedia.org/wiki/Consistent_Overhead_Byte_Stuffing) encoding for re-sync after data disruption
6767

β€Ždocs/_Legacy/TriceObsoleteEncodings.mdβ€Ž

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -524,7 +524,7 @@ byte inside the data stream. As byte `0xec` is not used so often is is defined a
524524
### 6.2. <a id='length-code-`lc`'></a>Length Code `LC`
525525

526526
The LC is a 1-byte logarithmic length code. This is a copy
527-
from [trice.h lines 44-58](https://github.com/rokath/trice/blob/master/srcTrice.C/trice.h) and shows the length code
527+
from [trice.h lines 44-58](https://github.com/rokath/trice/blob/master/src/trice.h) and shows the length code
528528
meaning:
529529

530530
```c

β€Žexamples/F030_bare/ReadMe.mdβ€Ž

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
# [../docs/TriceUserManual.md#f030_bare](../docs/TriceUserManual.md#f030_bare)
1+
# [./docs/TriceUserManual.md#f030_bare](../../docs/TriceUserManual.md#f030_bare)

β€Žexamples/F030_inst/ReadMe.mdβ€Ž

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
# [../docs/TriceUserManual.md#f030_inst](../docs/TriceUserManual.md#f030_inst)
1+
# [./docs/TriceUserManual.md#f030_inst](../../docs/TriceUserManual.md#f030_inst)

β€Žexamples/G0B1_bare/ReadMe.mdβ€Ž

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
# [../docs/TriceUserManual.md#G0B1_inst](../docs/TriceUserManual.md#g0b1_inst)
1+
# [./docs/TriceUserManual.md#G0B1_inst](../../docs/TriceUserManual.md#g0b1_inst)

β€Žexamples/G0B1_inst/ReadMe.mdβ€Ž

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
# [../docs/TriceUserManual.md#G0B1_inst](../docs/TriceUserManual.md#g0b1_inst)
1+
# [./docs/TriceUserManual.md#G0B1_inst](../../docs/TriceUserManual.md#g0b1_inst)

β€Žexamples/L432_bare/ReadMe.mdβ€Ž

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
# [../docs/TriceUserManual.md#L432_bare](../docs/TriceUserManual.md#l432_bare)
1+
# [./docs/TriceUserManual.md#L432_bare](../../docs/TriceUserManual.md#l432_bare)

β€Žexamples/L432_inst/ReadMe.mdβ€Ž

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
# [../docs/TriceUserManual.md#L432_inst](../docs/TriceUserManual.md#l432_inst)
1+
# [./docs/TriceUserManual.md#L432_inst](../../docs/TriceUserManual.md#l432_inst)

0 commit comments

Comments
Β (0)