@@ -8,7 +8,8 @@ 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-mapped registers page] ( ../start/registers.md ) .
11
+ There is a more detailed description on the [ memory-mapped registers page] ( ../start/registers.md )
12
+ or for a broader overview see [ this video] ( https://youtu.be/vLYit_HHPaY ) .
12
13
13
14
### FPU
14
15
@@ -19,7 +20,8 @@ Floating-point Unit. A 'math processor' running only operations on floating-poin
19
20
A Hardware Abstraction Layer crate provides a developer friendly interface to a microcontroller's
20
21
features and peripherals. It is usually implemented on top of a [ Peripheral Access Crate (PAC)] ( #pac ) .
21
22
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-mapped registers page] ( ../start/registers.md ) .
23
+ There is a more detailed description on the [ memory-mapped registers page] ( ../start/registers.md )
24
+ or for a broader overview see [ this video] ( https://youtu.be/vLYit_HHPaY ) .
23
25
24
26
### I2C
25
27
@@ -34,7 +36,8 @@ A Peripheral Access Crate provides access to a microcontroller's peripherals. It
34
36
the lower level crates and is usually generated directly from the provided [ SVD] ( #svd ) , often
35
37
using [ svd2rust] ( https://github.com/rust-embedded/svd2rust/ ) . The [ Hardware Abstraction Layer] ( #hal )
36
38
would usually depend on this crate.
37
- There is a more detailed description on the [ memory-mapped registers page] ( ../start/registers.md ) .
39
+ There is a more detailed description on the [ memory-mapped registers page] ( ../start/registers.md )
40
+ or for a broader overview see [ this video] ( https://youtu.be/vLYit_HHPaY ) .
38
41
39
42
### SPI
40
43
0 commit comments