You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/vscode/project-config.md
+2Lines changed: 2 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -30,6 +30,8 @@ The extension of the firmware file depends on the board you are using:
30
30
| ESP32 Family | .bin, .uf2, .elf, flasher_args.json |
31
31
| STM32 Family | .hex, .bin, .elf |
32
32
33
+
The `elf` field is optional, but providing it can speed up the simulation in some cases.
34
+
33
35
You check test your configuration by pressing **F1** and then selecting "**Wokwi: Start Simulator**". Make sure you compile your program before starting the simulation.
0 commit comments