- ESP32
- Architecture: xtensia
- Install rust
- setting up espup
- read output:
ESPFLASH_PORT=/dev/tty.usbserial-0001 espflash monitor
- run:
cargo run
- build:
cargo build
- Rust cross compilations
- https://sigmaris.info/blog/2019/02/cross-compiling-rust-on-mac-os-for-an-arm-linux-router/
- https://wiki.osdev.org/Raspberry_Pi_Bare_Bones
- https://hackernoon.com/building-a-wireless-thermostat-in-rust-for-raspberry-pi-part-2
- https://amritrathie.vercel.app/posts/2020/03/06/cross-compiling-rust-from-macos-to-raspberry-pi/
- Raspberry GPIO
- Matter (smart home universal protocol)
- https://project-chip.github.io/connectedhomeip-doc/index.html
- https://github.com/project-chip/connectedhomeip
- https://github.com/project-chip/rs-matter
- https://github.com/project-chip/certification-tool
- https://github.com/project-chip/certification-tool/blob/main/docs/Matter_TH_User_Guide/Matter_TH_User_Guide.adoc
- ESP32