Skip to content
master
Switch branches/tags
Code

Latest commit

 

Git stats

Files

Permalink
Failed to load latest commit information.
Type
Name
Latest commit message
Commit time
 
 
 
 
img
 
 
 
 
lib
 
 
res
 
 
src
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

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/Universal-Gcc 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, 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 🌈