usqlite icon indicating copy to clipboard operation
usqlite copied to clipboard

Native code MPY?

Open darconeous opened this issue 2 years ago • 0 comments

Micropython supports native code in mpy files. This means that, theoretically, you could build this project in such a way that you do not need to build and use a new micropython firmware image... You would just download a pre-built usqlite.mpy file for your microcontroller architecture, copy it over, and away you go.

This would be a super useful option, especially for those who are hesitant to try building their own firmware.

darconeous avatar Oct 03 '23 00:10 darconeous