mocleiri / tensorflow-micropython-examples

A custom micropython firmware integrating tensorflow lite for microcontrollers and ulab to implement the tensorflow micro examples.
MIT License
170 stars 79 forks source link

Add MICROLITE_SPIRAM to support ESP32 with SPIRAM #67

Closed cgreening closed 2 years ago

cgreening commented 2 years ago

I'm using a TinyPICO board which has SPIRAM - this makes it work on it.

mocleiri commented 2 years ago

Thanks for this contribution.

I will apply as-is but if you do want a different partition table just reply on this pull request and I can make an extra commit to change it.