You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
* If you are building for a different Espressif MCU, change the `MCU` variable, the `xtensa-esp32-espidf` target and the name of the `CARGO_TARGET_<esp-idf-target-uppercase>_LINKER` variable to match your MCU and its Rust target. Available Espressif MCUs and targets are:
63
+
* esp32 / xtensa-esp32-espidf
64
+
* esp32s2 / xtensa-esp32s2-espidf
65
+
* esp32s3 / xtensa-esp32s3-espidf
66
+
* esp32c3 / riscv32imc-esp-espidf
67
+
* esp32c5 / riscv32imc-esp-espidf
68
+
* esp32c6 / risxcv32imac-esp-espidf
69
+
* Put in `WIFI_SSID` / `WIFI_PASS` the SSID & password for your wireless router
70
+
* Flash using the `espflash` utility described in the build prerequsites' link above
71
+
72
+
## Test
73
+
74
+
With the `chip-tool` (the current tool for testing Matter) use the Ethernet commissioning mechanism:
@@ -51,7 +50,6 @@ domain = { version = "0.7.2", default_features = false, features = ["heapless"]
51
50
# STD-only dependencies
52
51
rand = { version = "0.8.5", optional = true }
53
52
qrcode = { version = "0.12", default-features = false, optional = true } # Print QR code
54
-
astro-dnssd = { version = "0.3", optional = true } # On Linux needs avahi-compat-libdns_sd, i.e. on Ubuntu/Debian do `sudo apt-get install libavahi-compat-libdnssd-dev`
55
53
smol = { version = "1.2", optional = true } # =1.2 for compatibility with ESP IDF
56
54
async-io = { version = "=1.12", optional = true } # =1.2 for compatibility with ESP IDF
0 commit comments