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

Fix esp32s3 build #45

Closed mocleiri closed 2 years ago

mocleiri commented 2 years ago

The error we are getting is:

/home/runner/.espressif/tools/xtensa-esp32s3-elf/esp-2021r1-8.4.0/xtensa-esp32s3-elf/bin/../lib/gcc/xtensa-esp32s3-elf/8.4.0/../../../../xtensa-esp32s3-elf/bin/ld: micro_error_reporter.cpp:(.text+0x4f): undefined reference to `DebugLog'

I'm pretty sure this is due to board specific logic within microlite/micropython.cmake and its missing the esp32s3 when adding the debug log class.