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

Add support for rp2 based boards #38

Closed mocleiri closed 2 years ago

mocleiri commented 2 years ago

Add builds of the microlite micropython firmware for rp2 (dual core cortex m0 cpus).

mocleiri commented 2 years ago

I was able to run the hello world example on my adafruit feather rp2040. This is now based on the build tflm with the microlite module work so it lacks the audio_frontend class needed for running the micro_speech example.

Also needs Mike Teachman's I2S work for rp2 to be merged into the mainline micropython code.