esp-rs/openthread repo issues and pull requests
style: consistently use the cargo::KEY=VALUE syntax #59 [scootermon]
Since this project uses a MSRV way above 1.77 it makes sense to use the new syntax over the single-colon variant....
chore: disable all executables instead of each app separately #58 [scootermon]
Rather than disabling each app individually, which brings the risk of missing apps that get introduced later on,...
Compile against mbedtls-rs-sys crate instead of using openthread's vendored version #61 [scootermon]
Creating this issue for tracking purposes. Blocked by esp-rs/mbedtls-rs#109 (issue also contains a short discussion...
Build OpenThread `.a` libs without sysroot #51 [ivmarkov]
Basically, the equivalent of this issue in esp-mbedtls which is being built currently the exact same way as...
feat: add clang sysroot #60 [scootermon]
Closes: #51 Verified by running the srp example on an esp32c6 while hosting the network using ot_cli on an...
ivmarkov: All otPlat are actually callbacks that we have to implement. Some of these have default...
scootermon: * SEGGER sounds like a debug thing we won't need Those get pulled in by the...
ivmarkov: * SEGGER sounds like a debug thing we won't need Those get pulled in by the...
ivmarkov: OK - just mark it as ready for review when you believe it is ready.
fix(xtask): update to work with new sysroot #62 [scootermon]
I forgot to update the xtask code in #60, breaking it.
Enable rx_when_idle; esp32: handle radio TX failure notifications #56 [ivmarkov]
Switches to esp-hal from main which does have an updated 802.15.4 driver (esp-rs/esp-hal#5006) Enables...
refactor: only include OpenThread-relevant bindings #63 [scootermon]
Compared to a lot of other C libraries, OpenThread's headers are very sanitised. They only rely on OpenThread types...
scootermon: Btw, really appreciate the update to the referenced upstream openthread version! I'm working...