Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

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
Appearance settings

An embedded development environment for mcs51/stm8/avr/cortex-m/riscv on VsCode.

License

NotificationsYou must be signed in to change notification settings

github0null/eide

Repository files navigation


Summary 📑

A mcu development environment for8051/AVR/STM8/Cortex-M/MIPS/RISC-V/Universal-Gcc on VsCode.

Provide8051/AVR/STM8/Cortex-M/MIPS/RISC-V project development, compilation, program flash and other functions.

Supported Platforms:

  • Windows x64 (>= Windows 10)
  • Linux x64
  • macOS(Only tested in 'macOS 10.15 x64')

preview


Features 🎉

  • Support 8051, AVR, STM8, Cortex-M, MIPS MTI, RISC-V, Universal-Gcc projects.
  • Support to import KEIL5/IAR/Eclipse projects, support to import 'IAR-STM8, IAR-ARM, Segger Embedded Studio' project source file resource tree.
  • Support for installing standard KEIL chip support packs (only for Cortex-M projects).
  • Provides many project templates for quick start a project.
  • Build, rebuild, support many toolchains (armcc, gcc-arm-none-eabi, llvm-for-arm, riscv-gcc, xxx-gcc, keil_c51, sdcc ...).
  • Program flash, support: jlink, stlink, openocd, pyocd ...
  • Built-in serial port monitor (recommended to useSerial Monitor plug-in).
  • Supports static checking projects by using Cppcheck.
  • Automatically generates default debug configurations for debugger plug-incortex-debug, STM8-Debug.
  • Built-in many utility tools, 'CMSIS Config Wizard UI', 'Disassembly view', 'Program resource view'...
  • Built-in implementC/C++ IntelliSense Provider forms-vscode.cpptools,Not Need to configuratec_cpp_properties.json file.
  • Built-in Msys Unix Shell environment.

Quick Start 🏃‍♀️

  1. Install any of the above compilers

  2. Open theOperations bar of the extension to set the compiler installation path

  3. Click on theNew orImport function in the Operations bar to start your project


Getting Start 📖

https://em-ide.com


Example

  • Create A Project By Internal Template

  • Build Project

  • Flash Project (It failed because there was no connection to the development board, for demonstration purposes only)

  • Show Source File Disassembly Code

  • Program Resource View


ChangeLog 📌

ChangeLog


Community 🌈


How to build ?

You can build this project by your self.

Important

The required version of NodeJS is16 because of some historical reasons for this extension.

  1. InstallNodeJS 16 (recommanded v16.20.2). You can usenvm to manage your NodeJS.Installvsce bynpm install -g cheerio@1.0.0-rc.9 vsce@2.15.0

  2. Clone this repo, Open folder by vscode and then run command:

    npm install
  3. Pressctrl+shift+b to show vscode task

    • Usenpm: webpack to build this extension, and then you can press F5 to debug it.

    • Usebuild vsix to build as a vsix package.

Note

There may be syntax errors when opening project source code using VSCode, this is because the project uses an older Version of TypeScript, please pressCtrl+Shift+P to executeTypeScript: Select TypeScript Version... and select version:v3.9.x.

Sponsor 👍

Sponsor The Author

Thanks:

Sponsor List

About

An embedded development environment for mcs51/stm8/avr/cortex-m/riscv on VsCode.

Topics

Resources

License

Stars

Watchers

Forks

Sponsor this project

    Languages


    [8]ページ先頭

    ©2009-2025 Movatter.jp