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

Fix text output in stm8flash to display immediately #155

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Commits on Oct 5, 2022

  1. Fix text output in stm8flash to display immediately

    When running stm8flash from within another IDE (such as Code::Blocks), any text that is output does not get displayed in the IDE until stm8flash exits (due to a lack of a flush). This commit fixes this by wrapping the text output calls in a macro that flushes the output stream each time. With this fix, the text output is displayed as stm8flash is running, and you are able to see it's progress in real time.
    bp-dl committed Oct 5, 2022
    Configuration menu
    Copy the full SHA
    a455b72 View commit details
    Browse the repository at this point in the history