When using maixduino (using arduino.h), platformio upload framework-maixduino v0.3.9 which is not the last stable version (v0.3.11). The only way I had to install this version is to replace the directories cores, librairies and variants of the old version by the new one; I think it is not the best solution. How can I force platformio to use the v0.3.11 by default.
The other problem is that I can’t compile the example mobilenet_v1 of framework-maixduino because some files are missing so I get
collect2.exe: error: ld returned 1 exit status:
“C:/Users/dbonn/.platformio/packages/framework-maixduino/cores/arduino/kendryte-standalone-sdk/lib/nncase”,
“C:/Users/dbonn/.platformio/packages/framework-maixduino/cores/arduino/kendryte-standalone-sdk/lib/nncase/include”,
“C:/Users/dbonn/.platformio/packages/framework-maixduino/cores/arduino/kendryte-standalone-sdk/lib/nncase/runtime”,
“C:/Users/dbonn/.platformio/packages/framework-maixduino/cores/arduino/kendryte-standalone-sdk/third_party/xtl/include”,
How can I get them?
Regards