Skip to content

Commit

Permalink
Fixed broken link in README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
pellico committed Jul 22, 2024
1 parent 21b9c2f commit 19c4796
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ This tool has a very different approach compared to `svd2rust` because our requi
LLDs requires a lot of unsafe code and ownership makes it more complex to access registers from interrupts
and other threads. LLDs shall present safe APIs because only they can implement all logic for a safe usage of peripherals.
Moreover for many peripherals the splitting of peripheral is smaller unit is not obvious and depends on use cases.
- Support [tracing](#tracing) of register accesses and additionally mocking of registers on non-embedded devices through
- Support [tracing](#tracing-feature) of register accesses and additionally mocking of registers on non-embedded devices through
external libraries. This allows the execution unit tests for code that uses the generated libraries on non-embedded devices.
- No macros. Absence of macros make easier the debugging.
- PAC shall have 0 dependencies to any other crates.
Expand Down

0 comments on commit 19c4796

Please sign in to comment.