support icon indicating copy to clipboard operation
support copied to clipboard

[Bug] Figure out MicroPython module alignment requirements

Open ArcaneNibble opened this issue 5 months ago • 2 comments

During the investigation of a crash occurring on EV3, we found that there are potential issues with the data alignment (i.e. to a multiple of 4 bytes) of MicroPython modules. See here.

This may affect modules containing native code.

This needs to be properly specified, and any potential breaking changes need to be coordinated between the firmware and pybricksdev.

ArcaneNibble avatar Aug 05 '25 20:08 ArcaneNibble