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

[cpackget] Encoded progress, when tool is called from other tools #188

Merged
merged 11 commits into from
Jun 28, 2023

Commits on Jun 27, 2023

  1. [cpackget] Encoded progress, when tool is called from other tools

    Usage: --encoded-progress
    
    /* Encodes information to show progress when called by GUI or other tools
     * I: Instance number (always counts up), connected to the filename
     * F: Filename currently processed
     * T: Total bytes of file or numbers of files
     * P: Currently processed percentage
     * C: Currently processed bytes or numbers of files
     */
    thorstendb-ARM committed Jun 27, 2023
    Configuration menu
    Copy the full SHA
    ab2d773 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    83eafc8 View commit details
    Browse the repository at this point in the history
  3. added test

    thorstendb-ARM committed Jun 27, 2023
    Configuration menu
    Copy the full SHA
    61b793f View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    5d8fefc View commit details
    Browse the repository at this point in the history
  5. reduced code

    thorstendb-ARM committed Jun 27, 2023
    Configuration menu
    Copy the full SHA
    b77f98d View commit details
    Browse the repository at this point in the history

Commits on Jun 28, 2023

  1. Configuration menu
    Copy the full SHA
    52db64d View commit details
    Browse the repository at this point in the history
  2. re-tritter workflow

    thorstendb-ARM committed Jun 28, 2023
    Configuration menu
    Copy the full SHA
    e3b3cd2 View commit details
    Browse the repository at this point in the history
  3. test

    thorstendb-ARM committed Jun 28, 2023
    Configuration menu
    Copy the full SHA
    52ca29d View commit details
    Browse the repository at this point in the history
  4. test

    thorstendb-ARM committed Jun 28, 2023
    Configuration menu
    Copy the full SHA
    9129b93 View commit details
    Browse the repository at this point in the history
  5. Added quotation marks to the reported filename

    I: [I0:F"C:\Users\xxx\AppData\Local\Arm\Packs\.Download\Keil.STM32C0xx_DFP.1.0.0.pack",T474,P1]
    thorstendb-ARM committed Jun 28, 2023
    Configuration menu
    Copy the full SHA
    dd663b7 View commit details
    Browse the repository at this point in the history
  6. adapted test

    thorstendb-ARM committed Jun 28, 2023
    Configuration menu
    Copy the full SHA
    c24e8db View commit details
    Browse the repository at this point in the history