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

feat(debug): implement latest arduino-cli specifications #2409

Merged
merged 12 commits into from
Jun 27, 2024

Commits on Jun 24, 2024

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

Commits on Jun 27, 2024

  1. feat: set a default programmer

    Signed-off-by: Frederic Pillon <[email protected]>
    fpistm committed Jun 27, 2024
    Configuration menu
    Copy the full SHA
    37dc7cd View commit details
    Browse the repository at this point in the history
  2. fix(debug): wrong toolchain path

    Signed-off-by: Frederic Pillon <[email protected]>
    fpistm committed Jun 27, 2024
    Configuration menu
    Copy the full SHA
    88dab2b View commit details
    Browse the repository at this point in the history
  3. ci(stm32variant): remove duplicate function

    Signed-off-by: Frederic Pillon <[email protected]>
    fpistm committed Jun 27, 2024
    Configuration menu
    Copy the full SHA
    eeb4237 View commit details
    Browse the repository at this point in the history
  4. refactor(ci): common configuration file for update scripts

    avoid multiple json files.
    
    Signed-off-by: Frederic Pillon <[email protected]>
    fpistm committed Jun 27, 2024
    Configuration menu
    Copy the full SHA
    28ac456 View commit details
    Browse the repository at this point in the history
  5. ci(stm32svd): script to manage svd files from STM32CubeCLT

    This script will update the stm32_svd repository:
    https://github.com/stm32duino/stm32_svd
    
    Signed-off-by: Frederic Pillon <[email protected]>
    fpistm committed Jun 27, 2024
    Configuration menu
    Copy the full SHA
    2f2f041 View commit details
    Browse the repository at this point in the history
  6. chore: update variants against CubeMX DB release 6.0.110

    Signed-off-by: Frederic Pillon <[email protected]>
    fpistm committed Jun 27, 2024
    Configuration menu
    Copy the full SHA
    d0a345b View commit details
    Browse the repository at this point in the history
  7. ci(stm32variant): add debug.svd_file to boards_entry.txt

    Signed-off-by: Frederic Pillon <[email protected]>
    fpistm committed Jun 27, 2024
    Configuration menu
    Copy the full SHA
    f94faaf View commit details
    Browse the repository at this point in the history
  8. chore: update variants with debug.svd_file

    Signed-off-by: Frederic Pillon <[email protected]>
    fpistm committed Jun 27, 2024
    Configuration menu
    Copy the full SHA
    03ea4e5 View commit details
    Browse the repository at this point in the history
  9. feat(debug): implement latest arduino-cli specifications

    Signed-off-by: Frederic Pillon <[email protected]>
    fpistm committed Jun 27, 2024
    Configuration menu
    Copy the full SHA
    ca48d69 View commit details
    Browse the repository at this point in the history
  10. fix(cmake): ignore svd_file

    Signed-off-by: Frederic Pillon <[email protected]>
    fpistm committed Jun 27, 2024
    Configuration menu
    Copy the full SHA
    68fb911 View commit details
    Browse the repository at this point in the history
  11. chore(cmake): update database

    Signed-off-by: Frederic Pillon <[email protected]>
    fpistm committed Jun 27, 2024
    Configuration menu
    Copy the full SHA
    7bfa64c View commit details
    Browse the repository at this point in the history