Skip to content
| Marketplace
Sign in
Visual Studio Code>Linters>NuttX HelpersNew to Visual Studio Code? Get it now.
NuttX Helpers

NuttX Helpers

Preview

MicroHobby

|
217 installs
| (0) | Free
NuttX Helpesr
Installation
Launch VS Code Quick Open (Ctrl+P), paste the following command, and press enter.
Copied to clipboard
More Info

NuttX checkpatch

Add the follow to the workspace .vscode/settings.json to enable C code linting, add the follow to the workspace settings .vscode/settings.json:

"nuttx.checkPatch": true

The default path for the script is the ./tools/checkpatch.sh, but this is assuming that you are with VS Code workspace in the NuttX root directory. If you are not, you can set the absolute path to the script with the follow setting:

"nuttx.checkPatchPath": "/home/youruser/nuttx/tools/checkpatch.sh"

Relative paths from the workspace root are also supported:

"nuttx.checkPatchPath": "${workspaceFolder}/../nuttx/tools/checkpatch.sh"
  • Contact us
  • Jobs
  • Privacy
  • Manage cookies
  • Terms of use
  • Trademarks
© 2025 Microsoft