Add references
This commit is contained in:
parent
4927a230d5
commit
6e5bb51454
28
README.md
28
README.md
|
@ -140,8 +140,10 @@ $ DEFMT_LOG=error cargo run --release
|
||||||
```
|
```
|
||||||
|
|
||||||
## Appendix
|
## Appendix
|
||||||
**TODO**
|
* Documentation
|
||||||
- Links, resources, references and guides
|
* Resources
|
||||||
|
* Frameworks & Crates
|
||||||
|
* Tools
|
||||||
|
|
||||||
<!-- Reference -->
|
<!-- Reference -->
|
||||||
[1]: https://www.raspberrypi.com/documentation/microcontrollers/rp2040.html
|
[1]: https://www.raspberrypi.com/documentation/microcontrollers/rp2040.html
|
||||||
|
@ -164,16 +166,12 @@ $ DEFMT_LOG=error cargo run --release
|
||||||
[18]: https://user-images.githubusercontent.com/12226419/134785445-5f651d5a-eda9-4e94-8860-d2ef619dc27a.png
|
[18]: https://user-images.githubusercontent.com/12226419/134785445-5f651d5a-eda9-4e94-8860-d2ef619dc27a.png
|
||||||
[19]: https://timsavage.github.io/rpi-pico-devboard/assets/images/devboard-debugging.jpg
|
[19]: https://timsavage.github.io/rpi-pico-devboard/assets/images/devboard-debugging.jpg
|
||||||
[20]: https://timsavage.github.io/rpi-pico-devboard/
|
[20]: https://timsavage.github.io/rpi-pico-devboard/
|
||||||
|
[21]: https://github.com/rust-embedded/awesome-embedded-rust
|
||||||
<!-- Other Stuff -->
|
[22]: https://github.com/rp-rs/rp2040-project-template
|
||||||
<!--
|
[23]: https://timsavage.github.io/rpi-pico-devboard/
|
||||||
https://github.com/rust-embedded/awesome-embedded-rust
|
[24]: https://github.com/embassy-rs/embassy
|
||||||
https://github.com/rp-rs/rp2040-project-template
|
[25]: https://probe.rs/docs/getting-started/probe-setup/
|
||||||
https://timsavage.github.io/rpi-pico-devboard/
|
[26]: https://embedded-trainings.ferrous-systems.com/
|
||||||
https://github.com/embassy-rs/embassy
|
[27]: https://docs.rust-embedded.org/book/
|
||||||
https://probe.rs/docs/getting-started/probe-setup/
|
[28]: https://github.com/ferrous-systems/teaching-material
|
||||||
https://embedded-trainings.ferrous-systems.com/
|
[29]: https://reltech.substack.com/p/getting-started-with-rust-on-a-raspberry
|
||||||
https://docs.rust-embedded.org/book/
|
|
||||||
https://github.com/ferrous-systems/teaching-material
|
|
||||||
https://reltech.substack.com/p/getting-started-with-rust-on-a-raspberry
|
|
||||||
-->
|
|
||||||
|
|
Loading…
Reference in a new issue