File tree Expand file tree Collapse file tree 5 files changed +7
-52
lines changed Expand file tree Collapse file tree 5 files changed +7
-52
lines changed Original file line number Diff line number Diff line change @@ -3,8 +3,8 @@ resolver = "2"
3
3
members = [
4
4
" mdbook/src/03-setup" ,
5
5
" mdbook/src/05-hello-world" ,
6
+ " mdbook/src/07-registers" ,
6
7
" mdbook/src/05-led-roulette" ,
7
- # "mdbook/src/07-registers",
8
8
" mdbook/src/09-uart" ,
9
9
" mdbook/src/10-i2c" ,
10
10
" mdbook/src/11-led-compass" ,
Load Diff This file was deleted.
Load Diff This file was deleted.
File renamed without changes.
Original file line number Diff line number Diff line change 17
17
- [ Timers] ( 05-hello-world/timers.md )
18
18
- [ Portability] ( 05-hello-world/portability.md )
19
19
- [ Board support crate] ( 05-hello-world/board-support-crate.md )
20
+ - [ Registers] ( 07-registers/README.md )
21
+ - [ RTRM] ( 07-registers/rtrm.md )
22
+ - [ (mis)Optimization] ( 07-registers/optimization.md )
23
+ - [ ` 0xBAAAAAAD ` address] ( 07-registers/bad-address.md )
24
+ - [ Spooky action at a distance] ( 07-registers/spooky-action-at-a-distance.md )
25
+ - [ Type safe manipulation] ( 07-registers/type-safe-manipulation.md )
20
26
- [ LED roulette] ( 05-led-roulette/README.md )
21
27
- [ Build it] ( 05-led-roulette/build-it.md )
22
28
- [ Flash it] ( 05-led-roulette/flash-it.md )
You can’t perform that action at this time.
0 commit comments