Brian Jones
Brian Jones
Looks like callbacks are fine, the demo timer is just going faster than the callbacks can be handled - hence the error message. #1614 will fix this.
Thanks for the info, I'll start looking into it.
It appears there is currently no driver for webusb in Zephyr for any board aside from A101. Meaning there currently isn't a way to build ashell for the k64f
@grgustaf Should we lower the priority since this isn't something we can currently fix?
Yes until refactoring happens this can wait.
This should be fixed by #1526. I can't currently test it myself because my frdm_k64f won't let me flash it.
The initial framework is being set up by https://github.com/bytecodealliance/wasi-nn/pull/48. In the long run we can create a lib file to contain the image_to_tensor function, which can then be imported by...
@jlb6740 I added a small blurb in the README about running optional benchmarks. Let me know if I should add more to it or put it elsewhere.
Also @jlb6740 I'm not sure what's going on with the windows CI, but it failed last time too. But if you run it again it should pass. All I'm changing...