esp32 support building tensorflow directly within the microlite module instead of linking the static library
Closed this issue · 1 comments
mocleiri commented
#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
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.