spatialdude / usqlite

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

Compil ESP32 #26

Open l-atome opened 6 months ago

l-atome commented 6 months ago

Hello, I started compiling firmware again for ESP32 (generic, c3, s3) ... I tried again to include your usqlite module and I get the following errors (see attached file)

I saw that in your "micropython.cmake", you had put a conditional for compilation under ESP32 ... I took the liberty of "short-circuiting" the conditional to make sure the command would run with all my compilations, but it didn't change anything

I'll have some time in March and April to try things out if you like ... Unfortunately my knowledge of C and Python is too limited (as well as esp-idf) to hope to solve this problem myself.

I compile my files with the latest specifications for micropython : ESP-IDF: 5.0 Micropython : 1.22 (and python 3.10)

Sincerely Thomas castanet erreur.txt micropython.cmake.txt