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

[makefile] extend GDB target #634

Merged
merged 3 commits into from
Jun 23, 2023
Merged

[makefile] extend GDB target #634

merged 3 commits into from
Jun 23, 2023

Conversation

stnolting
Copy link
Owner

The makefile's gdb target will now automatically start a pre-defined debugging session (requires openOCD to be already running & connected).

The default configuration used main.elf as executable and uses target extended-remote localhost:3333 to connect to the core (defined in makefile's GDB_ARGS variable).

@stnolting stnolting added enhancement New feature or request SW software-related labels Jun 23, 2023
@stnolting stnolting self-assigned this Jun 23, 2023
@stnolting stnolting marked this pull request as ready for review June 23, 2023 07:29
@stnolting stnolting merged commit b3f311a into main Jun 23, 2023
8 checks passed
@stnolting stnolting deleted the gdb_target branch June 23, 2023 15:27
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request SW software-related
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

1 participant