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

New-06-hello-world #299

Merged
merged 2 commits into from
Feb 9, 2021
Merged

Commits on Feb 9, 2021

  1. New-06-hello-world

    Converted lib.rs, Cargo.toml to use stm32f3_discovery.
    
    .cargo/config:
     I also, found that I would forget to to use `--target` when
     building and running using cargo so set the default build target
     to thumbv7em-none-eabihf
    
    openocd.cfg:
     Since the monitor lines are quite long and also easy to mistype or
     forget to do I enhanced the file with the new lines and commented
     on each of the lines.
    
    README.md
     Update to reflect the above changes.
    winksaville committed Feb 9, 2021
    Configuration menu
    Copy the full SHA
    e6e819d View commit details
    Browse the repository at this point in the history
  2. Tweak panic.md

    As suggested by @eldruin add backticks around ~/.gdbinit.
    winksaville committed Feb 9, 2021
    Configuration menu
    Copy the full SHA
    af8bb1a View commit details
    Browse the repository at this point in the history