doc/wg/core/notes/core-notes-2021-03-12.md
Phil: Tock 2.0 alpha1 is almost there. Comments outstanding from Pat on syscall TRD, which should be handled on that PR after the merge. There's a technical concern Brad has about the new allow systemcall trait and the passing of a closure. We should discuss that if possible.
Brad: All of LLVM ASM is gone from Tock and we're now just using the hopefully standards-tracked asm! feature. Good for the push towards stable Tock.
repr(c) struct. Then the fault handler could retrieve that struct and store it before resetting the system. Does that seem like a reasonable design?