File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff 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
5050To build all the provided examples run
@@ -179,7 +179,7 @@ To flash the firmware, execute `load` in GDB:
179179```
180180
181181To 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]
You can’t perform that action at this time.
0 commit comments