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

update gdb, telnet, and tcl to use non-deprecated calling format #624

Open
wants to merge 1 commit into
base: develop
Choose a base branch
from

Conversation

djanovy
Copy link

@djanovy djanovy commented Feb 8, 2025

...now made against the develop branch...

When starting an openOCD debug session, warnings are generated that state the gdb_port, telnet_port, and tcl_port command formats are deprecated. This pull request updates the code by removing the underscore. Implementing these changes will remove the warning.

There would probably be an issue with backward compatibility if people are using older versions of openOCD. I don't know how long the commands have been marked as deprecated.

Update tested with: Eclipse Embedded CDT (2024-12), OpenOCD Debugging (6.6.1.202408270735), XPack openocd (0.12.0-6-1)

@ilg-ul
Copy link
Contributor

ilg-ul commented Feb 9, 2025

Thank you, I'll take a look, but it might take some time.

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

Successfully merging this pull request may close these issues.

2 participants