Hello,
i tried to build the USBserial example in my platformio environment I did perform the following steps.
- clone repository on top-level "busware-esp32"
- open subfolder "Simple/USBSerial" in Platformio
- activate environment "busware-eul-c3-serial-transparent" in platformio.ini, as i want to build this
- awaited re-configuration of project in platformio
- started "build" within activated build target.
Unfortunately build was not succesful -> error message "pins_arduino.h: No such file or directory".
FRom what i found during net search this might be linked to board and board_build.variant definition in platformio.ini.
With this i found folder "busware-esp32/variants" to be missing in the repository, It is referenced in platformio.ini for board variants but not present in the repository.
Side finding:
placement of "#if defined (CONFIG_IDF_TARGET_ESP32C3)" ifdef block seems to conflict with #if...#elif...#endif for definition of MYNAME
Would you please be so kind and provide the "busware-esp32/variants" folder as well in your repository ?
Thank You very much !
Hello,
i tried to build the USBserial example in my platformio environment I did perform the following steps.
Unfortunately build was not succesful -> error message "pins_arduino.h: No such file or directory".
FRom what i found during net search this might be linked to board and board_build.variant definition in platformio.ini.
With this i found folder "busware-esp32/variants" to be missing in the repository, It is referenced in platformio.ini for board variants but not present in the repository.
Side finding:
placement of "#if defined (CONFIG_IDF_TARGET_ESP32C3)" ifdef block seems to conflict with #if...#elif...#endif for definition of MYNAME
Would you please be so kind and provide the "busware-esp32/variants" folder as well in your repository ?
Thank You very much !