eide
eide copied to clipboard
An embedded development environment for mcs51/stm8/avr/cortex-m/riscv on VsCode.
Embedded IDE
δΈζ
Summary π
Supported Platform: Windows X64 (>= Windows 10), Linux x64
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.
Features π
- Support 8051, AVR, STM8, Cortex-M, RISC-V, Universal-Gcc projects.
- Support to import KEIL5/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.
- 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
forms-vscode.cpptools
, Not Need to configuratec_cpp_properties.json
file.
Quick Start πββοΈ
-
Install any of the above compilers
-
Open the Operations bar of the extension to set the compiler installation path
-
Click on the
New
orImport
function in the Operations bar to start your project
Getting Start π
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