File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -8,7 +8,7 @@ attempts to list them with pointers for understanding them better.
8
8
9
9
A Board Support Crate provides a high level interface configured for a specific
10
10
board. It usually depends on a [ HAL] ( #hal ) crate.
11
- There is a more detailed description on the [ memory mapper registers page] ( ../start/registers.md ) .
11
+ There is a more detailed description on the [ memory-mapped registers page] ( ../start/registers.md ) .
12
12
13
13
### FPU
14
14
@@ -19,7 +19,7 @@ Floating-point Unit. A 'math processor' running only operations on floating-poin
19
19
A Hardware Abstraction Layer crate provides a developer friendly interface to a microcontroller's
20
20
features and peripherals. It is usually implemented on top of a [ Peripheral Access Crate (PAC)] ( #pac ) .
21
21
It may also implement traits from the [ ` embedded-hal ` ] ( https://crates.io/crates/embedded-hal ) crate.
22
- There is a more detailed description on the [ memory mapper registers page] ( ../start/registers.md ) .
22
+ There is a more detailed description on the [ memory-mapped registers page] ( ../start/registers.md ) .
23
23
24
24
### I2C
25
25
@@ -34,7 +34,7 @@ A Peripheral Access Crate provides access to a microcontroller's peripherals. It
34
34
the lower level crates and is usually generated directly from the provided [ SVD] ( #svd ) , often
35
35
using [ svd2rust] ( https://github.com/rust-embedded/svd2rust/ ) . The [ Hardware Abstraction Layer] ( #hal )
36
36
would usually depend on this crate.
37
- There is a more detailed description on the [ memory mapper registers page] ( ../start/registers.md ) .
37
+ There is a more detailed description on the [ memory-mapped registers page] ( ../start/registers.md ) .
38
38
39
39
### SPI
40
40
You can’t perform that action at this time.
0 commit comments