Scott Mabin

Results 334 comments of Scott Mabin

I don't think we actually need to do anything here, `embassy-net-driver` didn't change. I've already updated a personal project to use git embassy-net + esp-wifi. Are you sure you enabled...

> Did you read my text above about the simplified lifetimes/generics? Did you read mine? I specifically mentioned `embassy-net-driver`, which hasn't changed. The only embassy-net changes required are in _your_...

My understanding is: - The alignment struct is `repr(C)` - ZSTs are ignored when a struct is `repr(C)` - Alignment is ensured via a ZST array. - The layout should...

@heisen-li Do you plan on finishing this up? It would be great to see this land.