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

[experimental] Initial implementation of cbuild-run.yml generation #1912

Closed
brondani opened this issue Dec 16, 2024 · 0 comments
Closed

[experimental] Initial implementation of cbuild-run.yml generation #1912

brondani opened this issue Dec 16, 2024 · 0 comments
Assignees
Labels
enhancement New feature or request

Comments

@brondani
Copy link
Collaborator

As requested in #1867:
https://github.com/Open-CMSIS-Pack/cmsis-toolbox/blob/main/docs/Experimental-Features.md#run-and-debug-management

Implementation:
#1896

Initially supported nodes:

cbuild-run:
  generated-by:
  solution:
  target-type:
  compiler:
  device:
  device-pack:
  board:
  board-pack:
  programming:
    - algorithm:
      start:
      size:
      default:
  system-descriptions:
    - file:
      type: svd
  output:
    - file:
      type: elf

Additional memory node accepted in csolution.yml:

solution:
  target-types:
    - memory:
        - start:
          size:
          name:
          access:
          algorithm:
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
Status: Done
Development

No branches or pull requests

1 participant