Skip to content
/ eide Public
forked from github0null/eide

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

License

Notifications You must be signed in to change notification settings

step855/eide

 
 

Repository files navigation

Embedded IDE


Summary 📑

Supported Platforms: Windows (Windows 7 SP1 and later), Linux x86_64

A mcu development environment for 8051/AVR/STM8/Cortex-M[0/0+/3/4/7]/RISC-V/Universal-Gcc on VsCode.

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

preview


Features 🎉

  • Support development of 8051, AVR, STM8, Cortex-M[0/0+/3/4/7], RISC-V, Universal-Gcc 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

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

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • TypeScript 77.0%
  • JavaScript 19.7%
  • HTML 3.2%
  • CSS 0.1%