あく f57f0efc48 Debug: revert cortex debug to lxml and drop DWT (#2651) 2 年之前
..
example f57f0efc48 Debug: revert cortex debug to lxml and drop DWT (#2651) 2 年之前
.gitignore bc519747d9 Squashed commit of the following: 3 年之前
ReadMe.md bc519747d9 Squashed commit of the following: 3 年之前
extensions.json 538f96f0ac [FL-3300] API version in UI (#2649) 2 年之前

ReadMe.md

Visual Studio Code workspace for Flipper Zero

Setup

  • To start developing with VSCode, run ./fbt vscode_dist in project root. That should only be done once
  • After that, open firmware folder in VSCode: "File" > "Open folder"

For more details on fbt, see fbt docs.

Workflow

Commands for building firmware are invoked through Build menu: Ctrl+Shift+B.

To attach a debugging session, first build and flash firmware, then choose your debug probe in Debug menu (Ctrl+Shift+D).

Note that you have to detach debugging session before rebuilding and re-flashing firmware.