| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
| Name | Name | Last commit date | ||
|---|---|---|---|---|
A Multi Platform plugin for RIOT-OS based projects.
Just be sure RIOT build successfully:
riot.build_dir> make BOARD=your-board # for example riot.build_dir = ~RIOT/example/hello-world
C/C++ for Visual Studio Code is a required extension.
native is the default board and examples/hello-world is the default build directory.
To change these properties:
Press F1 or Ctrl+Shift+P and run the command RIOT init to create both the project configuration and the three tasks:
where app_name is the directory basename of riot.build_dir.
Select Tasks->Run Tasks to run the tasks.
NOTE: c_cpp_properties.json is automatically adjusted if you change riot.board or/and riot.build_dir.
Fill an issue or post a PR to help improving the tool.
Enjoy RIOT coding with vscode!
| Back | FazBrowse Home | New Git URL |