esp-rs / esp-flasher-stub

Rust implementation of flasher stub located in esptool
Apache License 2.0
18 stars 10 forks source link

WIP: Build, wrap and upload stubs as artifacts for PRs #64

Closed DNedic closed 2 months ago

DNedic commented 2 months ago

By uploading built and wrapped stubs as artifacts for PRs, we can point tools and libraries like esp-serial-flasher and esptool to these in order to do integration testing.

DNedic commented 2 months ago

With the current setup, the user would have to specify a link to every chip output artifact. Also, the artifacts are zipped, unlike with the releases. I will explore what can be done to make this more convenient.

DNedic commented 2 months ago

Closing this as another way to override stub sources with local files was chosen for esp-serial-flasher instead.