Skip to content

Releases: github0null/eide

Embedded IDE v3.23.2

14 Jul 18:29
cd8c611

Choose a tag to compare

[v3.23.2] revision

Improve:

  • LLVM Arm Toolchain: Support map view, symbol tables features for LLVM Arm Toolchain.
  • Switch Target: Improve using status-bar to switch target.
  • Builder Options: Improve description text for some options.
  • Plug-in Settings: New option: EIDE.Option.EnableClangdConfigGenerator to control auto generate '.clangd' file.

Change:

  • unify_builder: Update to v3.10.1

Download Embedded IDE For VSCode

Embedded IDE v3.23.1

13 Jul 18:26
e5cabb0

Choose a tag to compare

[v3.23.1] update

New:

Improve:

  • Arm Project: Improve CPU Extension Options feature.
  • GCC Toolchain: More c/c++ options in builder options GUI. like: '-Oz', '-flto', '-fno-rtti' ...
  • Intellisence: Improve intellisence config provider.
  • JLink: Update jlink to v8.50, fix jlink exe name error on linux.

Change:

  • unify_builder: Update to v3.10.0

Download Embedded IDE For VSCode

Embedded IDE v3.22.0

09 Jul 18:06
170b94f

Choose a tag to compare

[v3.22.0] update

NOTE: Update the version of file eide.json to v3.6

New:

  • Toolchain: Add Armv8-M.Main, Armv8.1-M.Main architectures support for AC6 (armclang) and arm-none-eabi-gcc.

Fix:

  • Keil Project Import: Miss match RTE source files when import mdk arm projects. Fix mdk C macro importer.

Change:

  • Exclude List: Show all exclude list for every targets. (command: _cl.eide.project.source.modify.exclude_list)
  • CMSIS Core Headers: Built-in cmsis header zip files in plug-in.

Download Embedded IDE For VSCode

Embedded IDE v3.21.5

30 Jun 13:39
c7d2a7a

Choose a tag to compare

[v3.21.5] revision

Fix:

  • unify_builder: Unresolved variables in compiler command line.
  • Keil Project Import: Incorrect option mapping when import keil project.

Download Embedded IDE For VSCode

Embedded IDE v3.21.4

24 Jun 16:37
8581aef

Choose a tag to compare

[v3.21.4] revision

Fix:

  • unify_builder: pre-build task was running unexpectedly.
  • Project View: Some command callbacks passed wrong params.
  • CMSIS Pack: Package info was not be cleaned after uninstalled package.

Download Embedded IDE For VSCode

Embedded IDE v3.21.3

18 May 17:52
0e64541

Choose a tag to compare

[v3.21.3] revision

Fix:

  • Eclipse Importer: Eclipse project parser crashed on some empty node.

Optimize:

  • Export Makefile: Use relative linker script path when export makefile. Generate builder.params to system tmp dir when export makefile.

Download Embedded IDE For VSCode

Embedded IDE v3.21.2

01 May 12:03
9c07529

Choose a tag to compare

[v3.21.2] revision

New:

  • File Option: New option Always In Build. This will make the source file always be builded regardless of whether it changes or not.
  • Linker Option: New option Don't Output Specific Binary Files. You can exclude some specific binary type when output binary files.

Fix:

  • SDCC model: Debug option missed on linker.

Optimize:

  • CMSIS Library: Update built-in cmsis dsp lib/headers.
  • Keil Project Import: Parse file options when import keil arm project.
  • Create Project: Use projectName when create .code-workspace file.
  • unify_builder: Update unify_builder to v3.9.4

Download Embedded IDE For VSCode

Embedded IDE v3.21.1

19 Jan 16:45
bb49fe8

Choose a tag to compare

[v3.21.1] revision

New:

  • Map View: Support show map.view file for SDCC and KEIL_C51 toolchain.
  • Scatter File Highlight: Support a simple arm scatter file (.sct) language support.

Fix:

  • Program Matcher: Sometimes armcc problem matcher missed matchs.
  • CMSIS Config Wizard: Missed skip value for <e> tag.

Download Embedded IDE For VSCode

Embedded IDE v3.21.0

12 Jan 08:09
97e32f4

Choose a tag to compare

[v3.21.0] update

New:

  • Xpack Toolchain: Add xpack-dev-tools package.json support.
  • Right-click Menu: Add Compile button for source file.
  • Project Resource: Add new inline button: Add File.
  • Builder Configuration: Add open button for linker script path config.

Optimize:

  • CMSIS Config Wizard: Minor refactoring to improve parser. Support <n> <s.i> tags. Support error prompt.
  • Open Project: Add progress bar when opening a project.
  • Create Project: Improve create project. Fill default project name when creating a new project.
  • Import Project: Improve Keil project import. Support import RTE source files.
  • Built-in Project Templates: Update stm8s/sdcc project templates.
  • COSMIC-STM8: Improve COSMIC-STM8 project. Support cosmic-stm8 '.lkf' file grammar highlight.
  • unify_builder: Update unify_builder to v3.9.1. Improve increment compile. Improve makefile generator.
  • Source Compile Options: Improve GUI. Add a textarea to show current compile commands.
  • Build Project: Support silent mode. Add spinning animation for 'build' and 'flash' status bar.
  • Compile Database Generator: Auto generate compile_commands.json.

Changes:

  • Custom Task: Rename task type eide.msys to eide.bash.
  • Project Build: Remove project variables which starts with EIDE_TOOL_.

Download Embedded IDE For VSCode

Embedded IDE v3.20.1

30 Nov 18:47
87a99a4

Choose a tag to compare

[v3.20.1] revision

Optimize:

  • Internal Templates: Update internal project templates.
  • unify_builder: Optimize makefile generator.
  • Project Resource: Add batch operation support on files or folders. Thanks Deadline039 !
  • CMSIS Config Wizard: Add a search input box. Now you can search config.
  • CMSIS Config Wizard: Add non-number options support. Thanks Deadline039 !

Fix:

  • Chip Package: Fix package parser bug.

Download Embedded IDE For VSCode