You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Previously 'request' was marshalled to and from a tuple
for each control transfer. This makes for ergonomic
Python but a lot of heap allocations, especially as not
every field is read on every request type.
This has a matching code change in micropython to support
it.
Signed-off-by: Angus Gratton <angus@redyak.com.au>
0 commit comments