-
Gordon, update on this removed networking most other libraries (FILESYSTEM, NFC, NEOPIXEL) and still having difficulty getting this to fit. The only way i'm able to get it to fit is if tensorflow is the only library. Error below.
python scripts/check_elf_size.py MDBT42Q espruino_2v05.22_mdbt42q.elf
Testing espruino_2v05.22_mdbt42q.elf for MDBT42Q
STORAGE: 442368 -> 483328
CODE: 126976 -> 448108 (321132 bytes)
CODE AND STORAGE OVERLAP
make: *** [espruino_2v05.22_mdbt42q.app_hex] Error 1
No, I'm afraid not. It's something that you'd have to compile in yourself (just adding
TENSORFLOW
to theMDBT42Q.py
and rebuilding is enough, although you may need to remove networking to have enough space for it);