Skip to content
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 our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fixed upload issue on esp32 (partitions artifacts copy) #457

Merged
merged 3 commits into from Oct 29, 2019

Conversation

cmaglie
Copy link
Member

@cmaglie cmaglie commented Oct 28, 2019

Previously the compile command copied only the following artifacts:

sketch.ino.hex (or .bin)
sketch.ino.elf

now also the files matching the glob

sketch.ino.*.hex

will be copied.
This allows for some 3rd party core, like esp32, to copy also extra files like sketch.ino.partitions.bin.

Should fix #163

@cmaglie cmaglie self-assigned this Oct 28, 2019
Previously the compile command copied only the following artifacts:

  sketch.ino.hex (or .bin)
  sketch.ino.elf

now also the files matching the glob sketch.ino.*.hex will be copied.
This allows for some 3rd party core (like esp32) to copy also the extra
file sketch.ino.partitions.bin.

Should fix #163
@cmaglie cmaglie force-pushed the cmaglie/fix-esp32-build-artifacts-copy branch from 20d15ce to 09e3c42 Compare October 29, 2019 09:17
@ubidefeo
Copy link

Works great for me.
Great job 👍

@cmaglie cmaglie changed the title Fix esp32 build artifacts copy Fixed upload issue on esp32 (partitions artifacts copy) Oct 29, 2019
@cmaglie cmaglie merged commit e51df0d into master Oct 29, 2019
@cmaglie cmaglie deleted the cmaglie/fix-esp32-build-artifacts-copy branch October 29, 2019 09:47
@per1234 per1234 added topic: code Related to content of the project itself type: imperfection Perceived defect in any part of project labels Mar 31, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
topic: code Related to content of the project itself type: imperfection Perceived defect in any part of project
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Compilation fails for ESP32 : myproject.partition.bin missing.
3 participants