Skip to content

Commit e2d40e9

Browse files
committed
README: update .cargo/config.toml paths
1 parent bfc07bb commit e2d40e9

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ It will provide the `binutils/objcopy` tool needed to convert the compiled Rust
4444

4545
### Building
4646

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

5050
To build all the provided examples run
@@ -179,7 +179,7 @@ To flash the firmware, execute `load` in GDB:
179179
```
180180

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

184184
```
185185
[target.riscv32imac-unknown-none-elf]

0 commit comments

Comments
 (0)