ivmarkov

Results 37 issues of ivmarkov

Background ------- Currently, when compiling for ESP IDF 5+, user needs `RUSTFLAGS="--cfg espidf_time64` in their environment. This is because ESP IDF 5+ migrated to a new GCC toolchain that defines...

enhancement

### Status Quo With the latest release, `embedded-svc` lost quite some weight. Following traits (did anybody know about them??) no longer there: * Ping, EventBus+Postbox, SysTime, Timer * Also 99%...

Also see [this](https://github.com/esp-rs/esp-idf-hal/issues/289#issuecomment-1870878887). Need to get to the bottom of this but the most likely hypothesis is as per the comment above. It does happen at least with riscv targets,...

bug

Addresses #103 As per the subject, this PR contains two changes (I can split into two separate PRs as well, but given that both would be backwards incompatible, and are...

`Connected`, `UniquelyBound` and `MultiplyBound` [associated types](https://github.com/rust-embedded-community/embedded-nal/blob/master/embedded-nal-async/src/stack/udp.rs#L126) are currently *not* lifetimed. I need them to be, so that I can keep a non-mutable reference to the "Udp Stack" instance in their...

Hi there. [I'm also working](https://github.com/ivmarkov/rust) on running [Rust STD on top of ESP-IDF](https://github.com/ivmarkov/rust-esp32-std-hello): The thing is, when I did my work, over the course of a couple of weekends -...

Currently runs on Linux/BlueZ only, but adding support for another BLE stack should be easy (user needs to implement the `GattPeripheral` trait - and - we might add out of...

Add an `error: Box` member to the `Error` enum [here](https://github.com/project-chip/matter-rs/blob/no_std/matter/src/error.rs#L84). Then include the original error message (and possibly its backtrace, if any) in the `Debug` and `Display` impl for the...

Not a bug really - but JFYI - I just published a very simple Home Assistant Add-On for this server: https://github.com/ivmarkov/nx584 You might consider hosting it here, in this repo.