Michael Zimmermann
Michael Zimmermann
This device uses a Intel Atom Z2580 cpu. Please check where it provides the temperature and I'll add it.
> I'll assume the commit message is the message you intended for this pull request. IMO there's no point in copying the message of the commit into the PR. It's...
I would've really loved for this to be no_alloc since the c++ implementation has the same issue. I guess the devs are just not into the idea(which is fine I...
@nevi-me I only took a quick look but I saw quite a few Boxs and Vecs in the matter-rs codebase and thought it might take quite some redesign work to...
> @M1cha By the way, I really hope you had concerns with "placement new" **+ into CHIPMem allocations**, as the original comment that you were referring to actually reads, and...
@ivmarkov That comment is actually very insightful but if you have the time I'd need some more information to understand the core issue: In which situation do moves not get...
maybe the following problem is related:(it's not important for my application though) works: ``` adb shell /tmp/test sh ``` starts, but shell doesn't seem to receive stdin: ``` adb shell...
The problem is that UEFI-Events aren't some high level interrupts, they called from within the Event-Dispatcher loop. So if I'm not completely mistaken, what happens in your code is the...
The thing is that you're not allowed to set a tpl to something lower. Also you have to leave a function with the same tpl with which it was entered....
why did you remove the MSM_IOMAP_BASE mapping?