The Wayback Machine - https://web.archive.org/web/20230129080921/https://github.com/github0null/eide
Skip to content

github0null/eide

master
Switch branches/tags

Name already in use

A tag already exists with the provided branch name. Many Git commands accept both tag and branch names, so creating this branch may cause unexpected behavior. Are you sure you want to create this branch?
Code

Files

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

Embedded IDE


δΈ­ζ–‡

Summary πŸ“‘

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

Provide 8051/AVR/STM8/Cortex-M/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, 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, riscv-gcc, xxx-gcc, keil_c51, sdcc ...).
  • Program flash, support: jlink, stlink, openocd, pyocd ...
  • Built-in serial port monitor (recommended to use Serial Monitor plug-in).
  • Supports static checking projects by using Cppcheck.
  • Automatically generates default debug configurations for debugger plug-in cortex-debug, STM8-Debug.
  • Built-in many utility tools, 'CMSIS Config Wizard UI', 'Disassembly view', 'Program resource view'...
  • Built-in implement C/C++ IntelliSense Provider for ms-vscode.cpptools, Not Need to configurate c_cpp_properties.json file.
  • Built-in Msys Unix Shell environment.

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


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 🌈