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

Move custom board configs up to the main repository and setup on micropython master #18

Closed mocleiri closed 2 years ago

mocleiri commented 2 years ago

In order to switch micropython to master I need:

  1. To figure out how to put the board configs into the main repository
  2. Make the i2s core configurable
  3. Pass through the boards_dir option when building micropython.
mocleiri commented 2 years ago

I didn't do anything with making the i2s task be configurable to run on the second core. Everything else is done.