Skip to content

Releases: github0null/eide

Embedded IDE v3.27.2

04 Jun 16:26
7e16b50

Choose a tag to compare

[v3.27.2] revision

Fix:

  • Runtime compatibility: Fixed NodeJS API deprecations (DEP0051 and DEP0044). Issue 542 543 544

Download Embedded IDE For VSCode

Embedded IDE v3.27.0

25 May 17:54
f5a6a7a

Choose a tag to compare

[v3.27.0] update

New:

Fix:

  • Cppcheck: Fixed cppcheck config generate.
  • Symbol Table: Fixed size column override table header.
  • Clangd Config: See PR 532 . Thanks inaku-Gyan

Changes:

  • Devtools: Update node version to v18 and min vscode version require v1.89.0.

Download Embedded IDE For VSCode

Embedded IDE v3.26.9

01 May 09:38
ceffbe3

Choose a tag to compare

[v3.26.9] revision

Fix:

  • Compatibility Of Compiler Options: Use -flto instead of -flto=auto when LTO options is enabled.
  • One-click Debug: Not as expected in multi-project workspace.
  • Cmsis Config View: Fix cmsis config parser bug (float number, #define macro).

Download Embedded IDE For VSCode

Embedded IDE v3.26.7

15 Apr 01:41
4f8a660

Choose a tag to compare

[v3.26.7] revision

Improve:

  • IAR C/C++ Intellisense: Export IAR internal preprocessor defines for cpptools extension.
  • ELF Map View: Add .rodata section for map view. Support map view for IAR_ARM toolchain.
  • Compiler Options: Add dwarf-4/5 options. Add -Wextra -Wpedantic -Wshadow -Wconversion options for all-warnings options.

Changes:

  • Disassembly View: Remove --visualize-jumps options (because it will interfere with your vision in most cases).

Download Embedded IDE For VSCode

Embedded IDE v3.26.6

29 Mar 18:18
99bb6b6

Choose a tag to compare

[v3.26.6] revision

New:

  • One-Click Debug: Support new debugger eclipse-cdt.cdt-gdb-vscode. You can select it in project settings.

Changes:

  • axf2elf Removed: This function now is deprecated because we can use 'loadFiles', 'symbolFiles' options to load ac5/ac6 axf.
  • Project Export: Check PR 511 for more details.

Download Embedded IDE For VSCode

Embedded IDE v3.26.5

16 Mar 17:33
9ad7381

Choose a tag to compare

[v3.26.5] revision

Improve:

  • Project Explorer: Add copyPath context menu in explorer ui.
  • Project AutoSave: When the project file is being modified, cancel the pending save operation. This avoids accidental file overwriting.

Download Embedded IDE For VSCode

Embedded IDE v3.26.4

28 Feb 18:49
54ae586

Choose a tag to compare

[v3.26.4] revision

Improve:

  • Project Diagnostics: Add code action for stub func missed warning. (to auto fix gcc warning: "_xxx is not implemented and will always fail")
  • Toolchain Setup: Goto eide tools folder by default when user start to select a location.

Download Embedded IDE For VSCode

Embedded IDE v3.26.3

14 Feb 09:03
b2aae63

Choose a tag to compare

[v3.26.3] revision

New:

  • Symbol Table View: New symbol table UI (with c++ symbol name demangler).

Fix:

  • Toolchain Options: Fix issue 495
  • Project Importer: Fix issue 491
  • axf2elf Tool: ELF files too large when addresses not contiguous. PR 6

Improve:

  • unify_builder: Use independent lock file instead of unify_builder.log file.
  • Debug Config Provider: Add chipDescriptionPath support for probe-rs. PR 499
  • memap View: Update memap command.
  • Intellisense Provider: Update armclang lint file.

Download Embedded IDE For VSCode

Embedded IDE v3.26.2

11 Feb 13:49
2f19c56

Choose a tag to compare

[v3.26.2] revision

New:

  • Symbol Table View: New symbol table UI (with c++ symbol name demangler).

Fix:

  • Toolchain Options: Fix issue 495
  • Project Importer: Fix issue 491
  • axf2elf Tool: ELF files too large when addresses not contiguous. PR 6

Improve:

  • unify_builder: Use independent lock file instead of unify_builder.log file.
  • Debug Config Provider: Add chipDescriptionPath support for probe-rs. PR 499
  • memap View: Update memap command.
  • Intellisense Provider: Update armclang lint file.

Download Embedded IDE For VSCode

Embedded IDE v3.26.1

03 Oct 15:58
584d492

Choose a tag to compare

[v3.26.1] revision

Fix:

  • Project Toolchain: Revert commit 'support generic gcc for arm or riscv projects.'
  • Project Migration: Fix user context data not migrated. issues 479

Download Embedded IDE For VSCode