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
Generating unit tests / unit-testing this behavior would be useful (probably impossible for CircuitPython? does https://circuitpython.org/blinka help with this?
Can now specify byte_order for any struct definition, we should integrate a byte order parameter (with a good default, network order since it's the default in runtimepy?)
would also make sense to generate C++ code that will perform the "default" byte swap action
A
runtimepy
variant that generates aProtocol
implementation should be reasonably straight-forward (for host-side messaging implementation).For CircuitPython, use: https://docs.circuitpython.org/en/latest/docs/library/ctypes.html.
Does this mean we need to multiplex output types / support multiple output-file configurations (or would "Python" vs. "C++" selection be better?).
The text was updated successfully, but these errors were encountered: