Ulf Lilleengen

Results 188 comments of Ulf Lilleengen

@JulianFeinauer At the moment, it is possible to add custom fields within .spec. and .status for the Application and Device types. One such example application is https://github.com/drogue-iot/drogue-ajour, which extends them...

The underlying cause: https://github.com/TheThingsNetwork/lorawan-stack/issues/5553 We need to update the reconciling loop to not reconcile these fields.

Ok, I mentioned creating a new issue for the webhooks in #301 but I can edit the description of this one instead.

Any example using panic_probe + defmt_rtt will cause this, independent of embassy. You can try this https://github.com/lulf/microbit-async/tree/main/examples/display for a simpler example

@noppej apologies, i had some local changes that were not committed. Please pull and try again now

I'm receiving one tomorrow so I can debug it further. I'll post whatever I find here . Thanks anyway ☺️

Quick update on whether or not writing to RTT has an effect. Printing to RTT every 4 seconds, I'm seeing the device crash after running up to the following times:...

No, it remains unstable even if there is no RTT output.

> I have attempted to utilize the work done in `rp2040-flash` by implementing `embedded-storage` traits on top, for RP2040. > > Concerns: > > 1. Should the DMA be paused...

I'd prefer the get_region() on Device to avoid re-introducing the lifetimes we just got rid of.