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

Migrate from Dockerfile to upstream micropython builder structure #37

Closed mocleiri closed 2 years ago

mocleiri commented 2 years ago

I'm getting a hard to diagnose error when building using a docker file. Lets switch to use the same ci setup scripts that Micropython itself is using.

We will setup CI using those scripts and then run the build directly on the github actions agent.

mocleiri commented 2 years ago

I was able to tie into the micropython idf setup scripts and am able to build the esp32 firmware's again.