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

[refactoring] General maintenance for code structure #1216

Merged
merged 16 commits into from
Jan 28, 2022

Commits on Jan 2, 2022

  1. [refactoring] Clean-up for chipid files

    - Spelling fix in tutorial.md
    - REN param description --> dev_type
    - ADD param ref_manual_id
    - CHNG stlink_chipid_params
    - MV old chipids to chipid_db_old.h
    - Updated chipid files (F1, F2, WB, WLE)
    Nightwalker-87 committed Jan 2, 2022
    Configuration menu
    Copy the full SHA
    0d02a46 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    5c303b3 View commit details
    Browse the repository at this point in the history

Commits on Jan 6, 2022

  1. [refactoring] Clean-up & update for chipid files

    - F0, F1, F2, F3, F4, F7
    - G0, G4
    - H7
    - L0, L5, U5
    - WB, WL
    Nightwalker-87 committed Jan 6, 2022
    Configuration menu
    Copy the full SHA
    e62b9e1 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    f55dd8d View commit details
    Browse the repository at this point in the history

Commits on Jan 9, 2022

  1. Restructuring of STM32 definitions

    - Moved enum stlink_stm32_chipids to stm32.h
    - Moved additional MCU defines to stlink.h
    - Minor formatting improvements
    - Commented comparison for old/new chipid db
    Nightwalker-87 committed Jan 9, 2022
    Configuration menu
    Copy the full SHA
    14498bb View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    5cde863 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    9b07c1d View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    115f7c8 View commit details
    Browse the repository at this point in the history

Commits on Jan 15, 2022

  1. Updated MCU core-ids

    Nightwalker-87 committed Jan 15, 2022
    5 Configuration menu
    Copy the full SHA
    c854df5 View commit details
    Browse the repository at this point in the history

Commits on Jan 16, 2022

  1. [refactoring] Clean-up for headers & defines

    - Removed additional extern "C" linkage specs
    - Removed commented sections
    - Moved out further device specific defines
    - Renamed defines STM32_CHIP_ID_*
    Nightwalker-87 committed Jan 16, 2022
    Configuration menu
    Copy the full SHA
    7509295 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    e90ad8c View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    a5d6441 View commit details
    Browse the repository at this point in the history
  4. Updated MCU core-ids

    Nightwalker-87 committed Jan 16, 2022
    Configuration menu
    Copy the full SHA
    80b05c5 View commit details
    Browse the repository at this point in the history

Commits on Jan 20, 2022

  1. Updated device parametres

    - Human-readable  FLASH_TYPE in .chip files
    - Added enum for STM32_CORE_IDs
    Nightwalker-87 committed Jan 20, 2022
    Configuration menu
    Copy the full SHA
    8d96e76 View commit details
    Browse the repository at this point in the history

Commits on Jan 21, 2022

  1. Configuration menu
    Copy the full SHA
    da3d9e3 View commit details
    Browse the repository at this point in the history

Commits on Jan 23, 2022

  1. Bugfixes and minor additions

    - Fixed wrong chip id for F42x_F43x boards.
    - Added support note for STM32 clones.
    - Minor formatting improvements.
    - Updated libusb API_VERSION list.
    Nightwalker-87 committed Jan 23, 2022
    Configuration menu
    Copy the full SHA
    3f5d9bd View commit details
    Browse the repository at this point in the history