platformio / platform-native

Native: development platform for PlatformIO
https://registry.platformio.org/platforms/platformio/native
Apache License 2.0
21 stars 28 forks source link

upload_cmd not supported #26

Open BlueAndi opened 8 months ago

BlueAndi commented 8 months ago

According to https://docs.platformio.org/en/latest/projectconf/sections/env/options/upload/upload_command.html upload_cmd is supported. Currently by selecting "Upload" in the project tasks the executable is started.

The idea for using upload_cmd is to call a different executable with the build one as argument.