GithubHelp home page GithubHelp logo

afiglee / eide Goto Github PK

View Code? Open in Web Editor NEW

This project forked from github0null/eide

0.0 0.0 0.0 62.15 MB

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

Home Page: https://em-ide.com

License: MIT License

Shell 0.08% JavaScript 0.69% TypeScript 98.81% CSS 0.12% HTML 0.29% Batchfile 0.02%

eide's Introduction

Embedded IDE


Summary 📑

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

Provide 8051/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, 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 🌈


How to build ?

You can build this project by your self.

  1. Install NodeJS 16

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

    npm install
  3. Press ctrl+shift+b to show vscode task

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

    • Use build vsix to build as a vsix package.

eide's People

Contributors

eatradish avatar github0null avatar heartacker avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.