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

esp32 support building tensorflow directly within the microlite module instead of linking the static library #34

Closed mocleiri closed 2 years ago

mocleiri commented 2 years ago

32 added support to generate the tlfm project directory within the microlite module so that the micropython build can build both the tensorflow library and the micropython module bindings.

The purpose of this issue is to adapt the esp32 build to also use this new building approach.

mocleiri commented 2 years ago

The builds are now working. I was able to flash to my esp32 using the microlite board config and it successfully ran the hello world example.

I need to merge the audio_frontend module within microlite before I can merge this work into the main branch.