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: documentation/fbt.md
+4-4Lines changed: 4 additions & 4 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -71,13 +71,13 @@ To use language servers other than the default VS Code C/C++ language server, us
71
71
-`debug` - build and flash firmware, then attach with gdb with firmware's .elf loaded.
72
72
-`debug_other`, `debug_other_blackmagic` - attach GDB without loading any `.elf`. It will allow you to manually add external `.elf` files with `add-symbol-file` in GDB.
73
73
-`updater_debug` - attach GDB with the updater's `.elf` loaded.
74
-
-`devboard_flash` - update WiFi dev board with the latest firmware.
74
+
-`devboard_flash` - Update WiFi dev board. Supports `ARGS="..."` to pass extra arguments to the update script, e.g. `ARGS="-c dev"`.
75
75
-`blackmagic` - debug firmware with Blackmagic probe (WiFi dev board).
76
-
-`openocd` - just start OpenOCD.
76
+
-`openocd` - just start OpenOCD. You can pass extra arguments with `ARGS="..."`.
77
77
-`get_blackmagic` - output the blackmagic address in the GDB remote format. Useful for IDE integration.
78
78
-`get_stlink` - output serial numbers for attached STLink probes. Used for specifying an adapter with `SWD_TRANSPORT_SERIAL=...`.
79
-
-`lint`, `format` - run clang-format on the C source code to check and reformat it according to the `.clang-format` specs.
80
-
-`lint_py`, `format_py` - run [black](https://black.readthedocs.io/en/stable/index.html) on the Python source code, build system files & application manifests.
79
+
-`lint`, `format` - run clang-format on the C source code to check and reformat it according to the `.clang-format` specs. Supports `ARGS="..."` to pass extra arguments to clang-format.
80
+
-`lint_py`, `format_py` - run [black](https://black.readthedocs.io/en/stable/index.html) on the Python source code, build system files & application manifests. Supports `ARGS="..."` to pass extra arguments to black.
81
81
-`firmware_pvs` - generate a PVS Studio report for the firmware. Requires PVS Studio to be available on your system's `PATH`.
0 commit comments