Dario Nieuwenhuis

Results 466 comments of Dario Nieuwenhuis
trafficstars

No, I'm referring to the stack frame where the nil pointer dereference is generated, not the one where I capture the stacktrace. ``` pkg/errors stacktrace: [...] main.main xxx/main.go:31

RQR.ABRRQ is also present but shouldn't

#666 fixes g0b1, g0c1, but still missing in g0b0

> The artiq firmware configures the IP address with 0 prefix bits. This is the issue. You should configure the smoltcp device with the correct prefix length: `XX.YY.0.137/24`. Then, when...

Yes, "waker overflow" should wake the old waker and replace it, instead of panicking.

Not many reasons, no... Only reason is `interrupt::free` is very slightly faster than `critical-section` (and it's fine to disable interrupts if it's for

Safety notes: - The SoftDevice needs exclusive access to some peripherals (RADIO, some TIMERs, SWI/EGUs, ECB, AAR..), you have to make sure not to use them on your own. `Softdevice::enable()`...

Not sure. Builders are nice but implementing them in the library is a bit verbose. An alternative is just implementing `Default`, and then the user code can do this: ```rust...

True. Most of the config fields are integers or enums though.