Uh oh!
There was an error while loading.Please reload this page.
- Notifications
You must be signed in to change notification settings - Fork436
Compile extract all artifacts#687
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to ourterms of service andprivacy statement. We’ll occasionally send you account related emails.
Already on GitHub?Sign in to your account
Uh oh!
There was an error while loading.Please reload this page.
Conversation
f9704d4 to252acf9Compare
per1234 left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others.Learn more.
Thanks cmaglie! I tried it out with an assortment of platforms and had no problems uploading.
ubidefeo commentedMay 12, 2020
tested a bunch of boards with ESP32, ESP8266, SAMD21, ATMega32u4, ATMega328, they all worked and uploaded correctly |
rsora commentedMay 12, 2020 • edited
Loading Uh oh!
There was an error while loading.Please reload this page.
edited
Uh oh!
There was an error while loading.Please reload this page.
ubidefeo left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others.Learn more.
I can't give feedback on code changes but the feature works and makes everything much more cleaner
rsora commentedMay 12, 2020
This PR should also solve#673 |
rsora left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others.Learn more.
Excellent! LGTM!
I have tested how this changes affects thedebug feature and it's all 👍 (wih a MKRZero)
cfe70ff to31bf766CompareWith new arduino-cli v0.11.0, output management has changed.Seearduino/arduino-cli#687Binaries are always copied.Signed-off-by: Frederic Pillon <frederic.pillon@st.com>
With new arduino-cli v0.11.0, output management has changed.Seearduino/arduino-cli#687Binaries are always copied.Signed-off-by: Frederic Pillon <frederic.pillon@st.com>
With new arduino-cli v0.11.0, output management has changed.Seearduino/arduino-cli#687Binaries are always copied.Signed-off-by: Frederic Pillon <frederic.pillon@st.com>
With new arduino-cli v0.11.0, output management has changed.Seearduino/arduino-cli#687Binaries are always copied.Signed-off-by: Frederic Pillon <frederic.pillon@st.com>
Uh oh!
There was an error while loading.Please reload this page.
Please check if the PR fulfills these requirements
What kind of change does this PR introduce?
This PR implements the suggestion from@rsora ->#675 (comment)
In short:
sketch/build/<FQBN>/...directory without any renamesketch.ino.*files are copied (including.map,.lst,.elf,.zipetc.)Example:
Does this PR introduce a breaking change?
The options
compile --output/-oandupload --input/-ihave been removed and replaced bycompile --output-dirandupload --input-dirrespectively.Closes#675
Closes#655