loboris/MicroPython_ESP32_psRAM_LoBo

ucryptolib

rvignero opened this issue · 3 comments

Hi, can't find ucryptolib module, any plan to get it on lobo's firmware ? he's implemented in micropython original firmware v1.11.
Thanks

I know it's been a while but I just merged ucryptolib into my fork of this repo.
These two commits -
48449d0
4eda3e8

Cheers.

@awesomo4000 I added (and double checked) those changes to my files and the build fails:
make[1]: *** No rule to make target 'py/../xtmod/moducryptolib.c', needed by 'mypath/MicroPython_ESP32_psRAM_LoBo/MicroPython_BUILD/build/genhdr/qstr.i.last'. Stop.
Do you know what the issue might be?

I see xtmod which might need to be extmod.

One other thing I've noticed is when errors in the build involve qstr generation, a make clean before rebuilding may help.