Skip to content

Commit 54244d8

Browse files
committed
docs(vscode/project-config): make elf field optional #163
1 parent 900d327 commit 54244d8

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

docs/vscode/project-config.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -30,6 +30,8 @@ The extension of the firmware file depends on the board you are using:
3030
| ESP32 Family | .bin, .uf2, .elf, flasher_args.json |
3131
| STM32 Family | .hex, .bin, .elf |
3232

33+
The `elf` field is optional, but providing it can speed up the simulation in some cases.
34+
3335
You check test your configuration by pressing **F1** and then selecting "**Wokwi: Start Simulator**". Make sure you compile your program before starting the simulation.
3436

3537
:::warning

0 commit comments

Comments
 (0)