mocleiri / tensorflow-micropython-examples

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

Migrate unix specific build logic into variant config #22

Closed mocleiri closed 2 years ago

mocleiri commented 3 years ago

ESP32 is using cmake but I know pyboard uses gnumake so I need to move some of the configuration out from the micropython.mk files in the microlite and audio_frontend modules into a custom variant configuration.

That way things like running in -g mode won't happen when making an actual firmware.

Variant seems to be the unix port equivalent of the out of tree boards directory.

mocleiri commented 2 years ago

I'm closing this task as the unix port builds using the standard configuration.