Skip to content

szp35/eide

 
 

Repository files navigation

Embedded IDE


Summary 📑

!!! Note: Currently we only support Windows platform (Windows 7 SP1 and later) !!!

An embedded development environment for 8051/STM8/Cortex-M[0/0+/3/4/7]/RISC-V on VsCode.

Provide 8051/STM8/Cortex-M/RISC-V project development, compilation, burning and other functions.

preview


Features 🎉

  • Support development of 8051, STM8, Cortex-M[0/0+/3/4/7], RISC-V, AnyGcc projects
  • Support to import KEIL projects (KEIL 5 and later only)
  • Support for installing standard KEIL chip support packs (only for Cortex-M projects)
  • Provides rich project templates for quick start projects
  • One-click compilation, fast compilation, support a variety of mainstream compilation tools (support: armcc, gcc-arm-none-eabi, keil_c51, sdcc ...)
  • One key to burn chip, support a variety of mainstream burn device (support: jlink, stlink, openocd, pyocd ...)
  • Built-in serial port monitor, one click to open the serial port
  • Supports static checking of projects using Cppcheck
  • Automatically generates default debug configurations for debugger plug-in cortex-debug/STM8-Debug
  • Support for writing JS scripts to import arbitrary IDE project source file resources
  • Built in a variety of utilities, 'CMSIS Config Wizard UI', 'disassembly view', 'program resource view'...

Example

  • Create An RISC-V 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

  • Static Check Project By Cppcheck

  • Program Resource View


Toolchain Support 🔨

8051 status status

STM8 status status

ARM status status status

RISC-V status

AnyGCC status


Quick Start 🏃‍♀️

  1. Install any of the above compilers

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

  3. Click on the New or Import function in the Operations bar to start your project


Document 📖

https://docs.em-ide.com

The English document is being translated


ChangeLog 📌

ChangeLog


Community 🌈

About

Embedded IDE,一个 vscode 上的 8051/STM8/Cortex-M 的单片机开发环境

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • TypeScript 75.6%
  • JavaScript 20.9%
  • HTML 3.4%
  • CSS 0.1%