Skip to content

Commit 629612b

Browse files
committed
Put links in a separate page.
1 parent 52bd130 commit 629612b

File tree

3 files changed

+12
-10
lines changed

3 files changed

+12
-10
lines changed

src/SUMMARY.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,9 @@
33
- [Setup](./README.md)
44
- [Software setup](./setup/software.md)
55
- [Hardware information](./setup/hardware.md)
6+
- [Links](./setup/links.md)
67
- [Hello World](./hello_world.md)
78
- [Blinky](./blinky.md)
89
- [Exercise: working with inputs](./button.md)
10+
- [Interrupts](./interrupt_intro.md)
11+
- [GPIO Interrupt](./gpio_interrupt.md)

src/setup/hardware.md

Lines changed: 0 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -8,13 +8,3 @@
88

99
- [Board schematic](../files/ESP32-C6-Touch-LCD-1.47-Schematic.pdf)
1010
- [ESP32-C6 datasheet](../files/ESP32-C6_Series_Datasheet.pdf)
11-
12-
## Links
13-
14-
- [ Embedded Rust (no_std) on Espressif book][1]
15-
- [`esp_hal` crate documentation][2]
16-
- [ESP32-C6 Development Board][3]
17-
18-
[1]: https://docs.espressif.com/projects/rust/no_std-training/01_intro.html
19-
[2]: https://docs.espressif.com/projects/rust/esp-hal/1.0.0-rc.0/esp32c6/esp_hal/index.html
20-
[3]: https://www.waveshare.com/esp32-c6-touch-lcd-1.47.htm

src/setup/links.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,9 @@
1+
# Links
2+
3+
- [ Embedded Rust (no_std) on Espressif book][1]
4+
- [`esp_hal` crate documentation][2]
5+
- [ESP32-C6 Development Board][3]
6+
7+
[1]: https://docs.espressif.com/projects/rust/no_std-training/01_intro.html
8+
[2]: https://docs.espressif.com/projects/rust/esp-hal/1.0.0-rc.0/esp32c6/esp_hal/index.html
9+
[3]: https://www.waveshare.com/esp32-c6-touch-lcd-1.47.htm

0 commit comments

Comments
 (0)