Tom Burdick

Results 116 comments of Tom Burdick

It's nice you got this working, it's hard to see how manually wrapping every header we have with custom bindings would have worked out. I'm interested to see how this...

> > ``` > > void log_flush(void) > > { > > unsigned int n = atomic_get(&buffered_cnt); > > for (unsigned int i = 0; i < n; i++) {...

Ok maybe a new, possibly pointless idea... Temporarily boost the priority of the logging thread and tell it to run, locking all the interrupts and junk while unloading the extension....

Re-assigned as this now no longer modifies logging code, but I'd still appreciate feedback from @nordic-krch on the approach

No idea what I'm doing here, hopefully this does what I want

> @teburd Needs a signed off line from you Done

@nordicjm @nvlsianpu all commits with signed-off now (as the rebase I guess has changed the committer, which makes sense), CI passing, please re-review thanks!

@nvlsianpu any updates? Seems I'll need a rebase now but would like feedback that this is good to go

Latest rebase should fix the conflict that was introduced, the boot_enc_decrypt rename cause the rebase to show a conflict and that was fixed.

> CI issues need to be fixed They’ve been fixed again, please do review again when you can