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

Add consistency messages for flashing #971

Merged
merged 1 commit into from
May 23, 2023

Conversation

radurentea
Copy link
Collaborator

@radurentea radurentea commented May 15, 2023

Description

  • Flashing will always display output window when finished
  • Remove extra "!" from messages
  • Add same message behaviour for "Full Clean" command as in Flashing
  • Fix OutChannel messages, add new line before Tag

Fixes #966

Type of change

Please delete options that are not relevant.

  • Bug fix (non-breaking change which fixes an issue)

Steps to test this pull request

Provide a list of steps to test changes in this PR and required output

  1. Flash a project to a chip.
  • Expected behaviour:

Output windows should be shown with either an error message / successful message, depending on flash outcome. (Previously the behaviour would be different. E.g.: for UART and DFU, "Output" window was not displayed after flashing was finished / unsuccessful, while for JTAG the "Output" windows would be shown)

How has this been tested?

Please describe the tests that you ran to verify your changes. Provide instructions so we can reproduce. Please also list any relevant details for your test configuration

  • Flashed successfully with JTAG (Output window got focused and displayed relevant message after process finished)
  • Flashed successfully with UART (Output window got focused and displayed relevant message after process finished)
  • Flashed successfully with DFU (Output window got focused and displayed relevant message after process finished)
  • Flashed unsuccessfully with JTAG (Output window got focused and displayed relevant message after process finished)
  • Flashed unsuccessfully with UART (Output window got focused and displayed relevant message after process finished)
  • Flashed unsuccessfully with DFU (Output window got focused and displayed relevant message after process finished)

Test Configuration:

  • ESP-IDF Version: 5.1.0
  • OS (Windows,Linux and macOS): macOS

Checklist

  • PR Self Reviewed
  • [ x ] Applied Code formatting
  • Added Documentation
  • Added Unit Test
  • Verified on all platforms - Windows,Linux and macOS

- Flashing will always display output window when finished
- Remove extra "!" from messages
- Add same message behaviour for "Full Clean" command as in Flashing
- Fix OutChannel messages, add new line before Tag
@github-actions
Copy link

Download the artifacts for this pull request:

Copy link
Collaborator

@brianignacio5 brianignacio5 left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM

@AndriiFilippov
Copy link
Collaborator

Hi @radurentea !

Tested under:

OS - Windows 10
esp-idf: master

LGTM

@radurentea radurentea merged commit 6caf351 into master May 23, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

DFU build failure is completely silent in the IDE (VSC-1106)
3 participants