Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
rust-stm32f3discovery
Manage
Activity
Members
Labels
Plan
Issues
0
Issue boards
Milestones
Wiki
Code
Merge requests
0
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Package Registry
Operate
Environments
Terraform modules
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
antoniodcorrea
rust-stm32f3discovery
Commits
168901ed
Commit
168901ed
authored
2 years ago
by
antoniodcorrea
Browse files
Options
Downloads
Patches
Plain Diff
Update Readme.md
parent
6fa90b5b
Branches
master
No related tags found
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
README.md
+7
-2
7 additions, 2 deletions
README.md
with
7 additions
and
2 deletions
README.md
+
7
−
2
View file @
168901ed
...
...
@@ -9,7 +9,7 @@ Starting kit for STM32F3Discovery board: <https://www.st.com/resource/en/user_ma
cd /tmp
openocd -f interface/stlink-v2-1.cfg -f target/stm32f3x.cfg
-
B
uild project:
-
On new tab, b
uild project:
// Build
cargo build --target thumbv7em-none-eabihf
...
...
@@ -17,9 +17,14 @@ Starting kit for STM32F3Discovery board: <https://www.st.com/resource/en/user_ma
// Test
cargo readobj --target thumbv7em-none-eabihf --bin rust-embedded-starter -- --file-header
-
On new tab s
tart debug session with
`cargo run`
for this target:
-
S
tart debug session with
`cargo run`
for this target:
cargo run --target thumbv7em-none-eabihf -- -q -ex 'target remote :3333'
// Also, thanks to .cargo/config.toml, we may only need
cargo run
-
To load the binary:
(gdb)
load
This diff is collapsed.
Click to expand it.
Preview
0%
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