chrysn

Results 847 comments of chrysn

I've pushed a fix, and added a branch switch to try out the fix on this branch. If this builds fine, I'll merge https://github.com/RIOT-OS/rust-riot-sys/pull/10.

That test might have been insufficient, for the hello world Rust example doesn't build anything with mutexes (wheres the rust-gcoap does, and I'm seeing yet-unclear build errors on https://github.com/RIOT-OS/rust-riot-sys/pull/10). I'll...

This should now work without the REMOVE ME, once rebased onto master. (Yes, also without rebasing, but in the spirit of bisectability a rebase would be good, and do no...

I've had a look at the nRF5340 documentation and stay by my initial idea that the network core is a good initial target. It doesn't have all the peripherals the...

I think it's best if that stays an application choice. Those applications that take longer (than, say, a few milliseconds) to prepare their response need to hand off request processing...

> Is this PR still active and if yes, what remains to be done? I would > be interested in this feature. Active yes, not sure off my head what's...

Yeah, a way for the application to say that this is gonna take a while, to send an empty ack and to block in the handler until a result is...

Thanks for the reminder stalebot, I'll see when I can continue here.

This will need porting to ztimer.

Just because we don't have them implemented (well) doesn't mean that the client can't send a CON request with a No-Response option. Sending the full answer (as we do now)...