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

Find out how to move the microlite board definitions into the main repo from the micropython submodule. #11

Closed mocleiri closed 3 years ago

mocleiri commented 3 years ago

This commit shows a new option called MICROPY_DIR https://github.com/micropython/micropython/commit/0009a7dc305b9cce693b2e3fe94174c85dc1ef2e

Find out how to build and out of tree board and then see if we can move the microlite board configurations into the main repo instead of coming in from my micropython fork.

mocleiri commented 3 years ago

This was done in #18