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

Improved chipid checks and printouts #1188

Merged
merged 4 commits into from
Sep 16, 2021

Commits on Sep 8, 2021

  1. Configuration menu
    Copy the full SHA
    478cf82 View commit details
    Browse the repository at this point in the history
  2. Fix incorrect chipid params comparison

    The current chipid params comparison code is based on a simple
    memcmp. This doesn't work since the structure contains a string
    pointer. Replace it with a simple field-by-field comparison.
    andysan committed Sep 8, 2021
    Configuration menu
    Copy the full SHA
    c676779 View commit details
    Browse the repository at this point in the history
  3. Silence warning chipid files with STLINK_FLASH_TYPE_UNKNOWN

    The chipid configuration parser currently emits a warning when it
    encounters a file with the flash type set to
    STLINK_FLASH_TYPE_UNKNOWN. In practice, this means that the warning
    will always be printed since 'unknown_device.chip' uses this
    value. Make STLINK_FLASH_TYPE_UNKNOWN a permitted value in the config
    file parser.
    andysan committed Sep 8, 2021
    Configuration menu
    Copy the full SHA
    b29a740 View commit details
    Browse the repository at this point in the history

Commits on Sep 15, 2021

  1. Update src/stlink-lib/chipid.c

    Co-authored-by: Grzegorz Szymaszek <gszymaszek@short.pl>
    Nightwalker-87 and gszy committed Sep 15, 2021
    Configuration menu
    Copy the full SHA
    4d556ce View commit details
    Browse the repository at this point in the history