make clean && DFU_UPDATE_BUILD=1 BOARD=MDBT42Q RELEASE=1 make
That definitely should be fine. I guess you're just limited by the size of Tensorflow then.
You could definitely use external flash. Actually as you're building your own firmware you could look at what Bangle.js does with spiflash to actually move all storage onto the flash memory
Espruino is a JavaScript interpreter for low-power Microcontrollers. This site is both a support community for Espruino and a place to share what you are working on.
make clean && DFU_UPDATE_BUILD=1 BOARD=MDBT42Q RELEASE=1 make
That definitely should be fine. I guess you're just limited by the size of Tensorflow then.
You could definitely use external flash. Actually as you're building your own firmware you could look at what Bangle.js does with
spiflash
to actually move all storage onto the flash memory