Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up

RIOT integrated development for Visual Studio Code

NotificationsYou must be signed in to change notification settings

attdona/riot-code

Repository files navigation

A Multi Platform plugin for RIOT-OS based projects.

demo

Prerequisite

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.

Getting started

native is the defaultboard andexamples/hello-world is the default build directory.

To change these properties:

  • open Settings (keyboardCtrl+, or menuFile->Preferences->Settings) and searchRIOT-OS section
  • modifyriot.board andriot.build_dir with your values.
  • setcompiler value. The currently tested cross compilers are:
    • arm-none-eabi-gcc
    • msp430-gcc

PressF1 orCtrl+Shift+P and run the commandRIOT init to create both the project configuration and the three tasks:

  • build:app_name
  • clean:app_name
  • flash:app_name

whereapp_name is the directory basename ofriot.build_dir.

SelectTasks->Run Tasks to run the tasks.

NOTE: Starting with version 1.0.0c_cpp_properties.json isNOT MORE automatically adjusted if you changeriot.board or/andriot.build_dir:You need to runRIOT init command.

About

RIOT integrated development for Visual Studio Code

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

[8]ページ先頭

©2009-2025 Movatter.jp