chrysn

Results 842 comments of chrysn

On the Rust side, there is no immediate action needed while the .hdr field is unconditional. Before that becomes conditional, #129 can be adjusted to only do its changes under...

Thanks for reporting this; my first guess is that this comes from an optimization added earlier that responses don't need state tracked (as active exchanges but observations do). aiocoap is...

Thanks for the report. For what you are using it for (Debian packaging), I'd consider leaving that entry point out of the install list. Unlike aiocoap-client and aiocoap-fileserver (and evern...

@sjanc, could you help me here? I'm always running into `g_ble_ll_data.ll_evq` being uninitialized; the place where it would be initialized is `ble_ll_init`, but that is called from nowhere. Should I...

Thanks; moved into a patch while we're aiming for 1.8.0, and filed as https://github.com/apache/mynewt-nimble/pull/1956. All patches that are now applied are submitted upstream (one even already merged), with the exception...

Seems the ESP port is maintained by the ESP vendor, who [announced updating weeks ago](https://github.com/espressif/esp-idf/issues/13556), but we'll need an ESP update.

> stepping back and first figure out what even is required at all? That is a very complex question that may exceed what is practical with RIOT. There's the tools...

Thanks for the report and the workaround. This should indeed be transparent, I'll have to look into how to set it so that there can still be transport tuning for...

This has been reduced to what'll persist to around the 3.13 removal (or 3.12? not sure, might already be in the beta) in [PR !16](https://codeberg.org/aiocoap/aiocoap/pulls/16).

IIUC this is causing troubles with Rust builds – but riot-wrappers doesn't wrap (and doesn't plan to wrap) XTimer. Does switching riot-sys in .cargo/config.toml to the branch of https://github.com/RIOT-OS/rust-riot-sys/pull/51 solve...