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

SDK: consider splitting of IDE and Debugger components #461

Open
ruspl-afed opened this issue Sep 24, 2021 · 1 comment
Open

SDK: consider splitting of IDE and Debugger components #461

ruspl-afed opened this issue Sep 24, 2021 · 1 comment

Comments

@ruspl-afed
Copy link

Currently SDK Project concept proposal https://github.com/openhwgroup/core-v-docs/blob/master/program/Project%20Descriptions%20and%20Plans/SDK/sdk-project-concept.md contains the "OpenHW IDE and debugger" component.

I believe there should be separate components for "Debugger" and "IDE". The primary reason for this is that these two components requires different expertise and different facilities to be implemented. I would expect "IDE" to create "ready-to-launch" application examples for the list of supported {Boards, Toolchains, Debuggers, Libraries) and "Debugger" component to supply corresponding binaries plus connection and initialization parameters.

@jeremybennett
Copy link
Contributor

Thanks for this. I've split the Component 1 into two sub-components, with the following wording:

This is based on Eclipse CDT. It is divided into two sub-components:

  • The IDE component comprising "ready-to-launch" application examples for the list of supported boards, tool chains, debuggers, and libraries; and

  • The Debugger component, which will supply corresponding binaries plus connection and initialization parameters.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants