Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions docs/programming/embedded-systems.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Embedded systems

[Embedded Rust on Espressif](https://espressif-trainings.ferrous-systems.com/) & [Mastering Embedded Linux](https://www.thirtythreeforty.net/series/mastering-embedded-linux/) are useful reads. [TinyGo](https://github.com/tinygo-org/tinygo) is nice. [RTIC (Real-Time Interrupt-driven Concurrency)](https://github.com/rtic-rs/cortex-m-rtic) is fascinating.
[Embedded Rust on Espressif](https://esp-rs.github.io/std-training/) & [Mastering Embedded Linux](https://www.thirtythreeforty.net/series/mastering-embedded-linux/) are useful reads. [TinyGo](https://github.com/tinygo-org/tinygo) is nice. [RTIC (Real-Time Interrupt-driven Concurrency)](https://github.com/rtic-rs/cortex-m-rtic) is fascinating.

[Rust on the CH32V003](https://noxim.xyz/blog/rust-ch32v003/) is nice read.

Expand Down Expand Up @@ -177,7 +177,7 @@ Also looking into [Embassy](https://embassy.dev/) & [Toit](https://github.com/to
- [knurling app template](https://github.com/knurling-rs/app-template) - Quickly set up a `probe-run` + `defmt` + `flip-link` embedded project.
- [Sound Open Firmware](https://github.com/thesofproject/sof)
- [Bytecode interpreters for tiny computers (2007)](https://dercuano.github.io/notes/tiny-interpreters-for-microcontrollers.html) ([HN](https://news.ycombinator.com/item?id=30421621))
- [Embedded Rust on Espressif Book](https://espressif-trainings.ferrous-systems.com/) ([Code](https://github.com/ferrous-systems/espressif-trainings))
- [Embedded Rust on Espressif - Book](https://esp-rs.github.io/std-training/) ([Code](https://github.com/esp-rs/std-training))
- [Jacdac](https://microsoft.github.io/jacdac-docs/) - Plug-and-Play for Microcontrollers. ([Code](https://github.com/microsoft/jacdac))
- [Rust on Espressif chips Q1 2022](https://mabez.dev/blog/posts/esp-rust-04-04-2022/) ([HN](https://news.ycombinator.com/item?id=30913359))
- [FreeRTOS](https://www.freertos.org/) - Real-time operating system kernel for embedded devices that has been ported to 35 microcontroller platforms. ([Rust wrapper](https://github.com/hashmismatch/freertos.rs))
Expand Down