spatialdude / usqlite

μSQLite library module for MicroPython
MIT License
87 stars 18 forks source link

Native code MPY? #20

Open darconeous opened 11 months ago

darconeous commented 11 months ago

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.