Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
R
rtic_f4xx_nucleo
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Package registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Edvin Åkerfeldt
rtic_f4xx_nucleo
Commits
3902b94d
Commit
3902b94d
authored
4 years ago
by
Per Lindgren
Browse files
Options
Downloads
Patches
Plain Diff
revert to probe-run
parent
50e1d3bc
No related branches found
No related tags found
No related merge requests found
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
.cargo/config
+2
-2
2 additions, 2 deletions
.cargo/config
with
2 additions
and
2 deletions
.cargo/config
+
2
−
2
View file @
3902b94d
...
@@ -5,10 +5,10 @@
...
@@ -5,10 +5,10 @@
[target.'cfg(all(target_arch = "arm", target_os = "none"))']
[target.'cfg(all(target_arch = "arm", target_os = "none"))']
# uncomment ONE of these three option to make `cargo run` start a GDB session
# uncomment ONE of these three option to make `cargo run` start a GDB session
# which option to pick depends on your system
# which option to pick depends on your system
runner = "arm-none-eabi-gdb -q -x openocd.gdb"
#
runner = "arm-none-eabi-gdb -q -x openocd.gdb"
# runner = "gdb-multiarch -q -x openocd.gdb"
# runner = "gdb-multiarch -q -x openocd.gdb"
# runner = "gdb -q -x openocd.gdb"
# runner = "gdb -q -x openocd.gdb"
#
runner = "probe-run --chip STM32F411RETx"
runner = "probe-run --chip STM32F411RETx"
rustflags = [
rustflags = [
# This is needed if your flash or ram addresses are not aligned to 0x10000 in memory.x
# This is needed if your flash or ram addresses are not aligned to 0x10000 in memory.x
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment