Skip to content

Commit

Permalink
README: update .cargo/config.toml paths
Browse files Browse the repository at this point in the history
  • Loading branch information
erdnaxe committed May 15, 2024
1 parent bfc07bb commit e2d40e9
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ It will provide the `binutils/objcopy` tool needed to convert the compiled Rust

### Building

If you have a GD32VF103C**B** chip on your board, edit `.cargo/config` and replace
If you have a GD32VF103C**B** chip on your board, edit `.cargo/config.toml` and replace
`memory-c8.x` with `memory-cb.x`.

To build all the provided examples run
Expand Down Expand Up @@ -179,7 +179,7 @@ To flash the firmware, execute `load` in GDB:
```

To improve your workflow, you can put the aforementioned GDB commands in
a `debug.gdb` file and add these lines to `.cargo/config`:
a `debug.gdb` file and add these lines to `.cargo/config.toml`:

```
[target.riscv32imac-unknown-none-elf]
Expand Down

0 comments on commit e2d40e9

Please sign in to comment.