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

Adjust CI to build stm32 H743 #35

Closed mocleiri closed 2 years ago

mocleiri commented 2 years ago

In order to facilitate external testing I want to add ci to build stm32 for the H743 board.

This involves disabling the static library build for tensorflow microlite and replacing with a single unified build.

mocleiri commented 2 years ago

This is working but as before there is a reset issue preventing the firmware from working. It can be flashed for debugging purposes now.