MicroPython_ESP32_psRAM_LoBo icon indicating copy to clipboard operation
MicroPython_ESP32_psRAM_LoBo copied to clipboard

ucryptolib

Open rvignero opened this issue 6 years ago • 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

rvignero avatar Sep 03 '19 10:09 rvignero

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

Cheers.

awesomo4000 avatar Feb 24 '20 04:02 awesomo4000

@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?

chrisraff avatar Mar 03 '20 21:03 chrisraff

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.

awesomo4000 avatar Mar 08 '20 16:03 awesomo4000