antmicro-labs / voice-assistant

Apache License 2.0
0 stars 1 forks source link

Programming the Arty board with Zephyr APIs #14

Closed plonajakub closed 4 years ago

plonajakub commented 4 years ago

As can be seen in the TF Lite micro examples that Antmicro ported to the Zephyr OS in Litex/VexRiscv SoC environment (accelerometer_handler.h, accelerometer_handler.cc), includes are from the TF Lite modules and the Zephyr API. I would like to know if these APIs are enough to code for the Arty board in our project.

Also, I would like to ask if samples provided in the Zephyr documentation are a good source of knowledge when it comes to coding for Arty.

plonajakub commented 4 years ago

Questions were discussed and answered at a meeting. Thank you @kgugala and @rw1nkler for your help!