From 19c4796a21fa37da0e45a7b617eef85aad45a66a Mon Sep 17 00:00:00 2001 From: pellico Date: Fri, 19 Jul 2024 16:32:45 +0200 Subject: [PATCH] Fixed broken link in README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 7f51869..9b7f178 100644 --- a/README.md +++ b/README.md @@ -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.