Skip to content

Releases: github0null/eide

Embedded IDE v3.20.0

23 Sep 13:48
bb45aff
Compare
Choose a tag to compare

[v3.20.0] update

New:

  • Export GNU Makefile: Support export GNU Makefile for help users customize the automatic build process.

Change:

  • unify_builder: Update unify_builder to v3.8.0

Fix:

  • OpenOCD: Can't get interface/target list for xpack openocd v12.

Download Embedded IDE For VSCode

Embedded IDE v3.19.9

10 Sep 16:19
0d57982
Compare
Choose a tag to compare

[v3.19.9] revision

New:

  • Plug-in Settings: New plug-in settings: Win32.Msys.Enable, to determine whether to enable the built-in MSYS tools.
  • Project Variables: Export EIDE_xxx variables into project variables.

Change:

  • Other: Append msys path to the tail of system PATH, not head.

Download Embedded IDE For VSCode

Embedded IDE v3.19.8

08 Sep 08:37
c340dbc
Compare
Choose a tag to compare

[v3.19.8] update

Fix:

  • Chip Package: Storage layout default value missed.
  • Unify Builder: Fix ac6 linker options missed on macos. Thanks @Deadline039.

Optimize:

  • Unify Builder: Use 'dotnet unify_builder.dll' instead of 'unify_builder.exe' on arm64 platform.
  • C/C++ Config Provider: Use g++ when provide compilerPath for cpptools.
  • Other: Append msys path to the tail of system PATH, not head.

Download Embedded IDE For VSCode

Embedded IDE v3.19.6

23 Aug 04:10
af2f20c
Compare
Choose a tag to compare

[v3.19.6] update

Change:

  • Builder Options: Combine all builder options (*.options.json) into eide.json.
  • Files Options: Combine all file's options (*.files.options.yml) into single file: files.options.yml.

Optimize:

  • Project TreeView: Expand Project TreeView's root node when you open a project.
  • Keil Project Import: Do not disable internal hex file output if keil project not have any actived User Commands.
  • Source Code: Update dependence packages to resolve package vulnerabilities.
  • Chip Package Manager: Optimize code.

Update build environment to NodeJS v16.

Download Embedded IDE For VSCode

Embedded IDE v3.18.2

30 Jul 01:16
aff572a
Compare
Choose a tag to compare

[v3.18.2] revision

Fix:

  • unify_builder: Fix makefile dependence parser bugs. Update unify_builder to v3.7.4

Download Embedded IDE For VSCode

Embedded IDE v3.18.1

28 Jun 12:17
3250d1f
Compare
Choose a tag to compare

[v3.18.1] revision

Fix:

  • Project Resources: When user unfold an unsorted vritual sources folder, the 'eide.json' will be changed by mistake.

Download Embedded IDE For VSCode

Embedded IDE v3.18.0

16 Jun 15:48
9addf96
Compare
Choose a tag to compare

[v3.18.0] update

Incompatible Changes:

  • Chip Support Package:
    • Remove folder: .eide/deps and use VirtualFolder <virtual_root>/<deps> instead it.
    • The Chip Support Package in older projects will become invalid. And you need to reinstall chip-package and reinstall all CMSIS components.

New:

  • Cortex-Debug Configuration Generator: A new Debugger Configuration Generator with a simple GUI.
  • pyOCD Flasher UI: Support append additional cli command when program flash.
  • VSCODE_PORTABLE: Support VSCODE_PORTABLE environment variables.

Fix:

  • Project Environment: Project environment variables missed.

Change:

  • Builder Configuration UI (SDCC): Automatic get processors list by execute command: sdcc -v

Optimize

  • MDK Project Import: Optimize import Keil User Command.

Download Embedded IDE For VSCode

Embedded IDE v3.17.1

27 May 16:06
c9dbf46
Compare
Choose a tag to compare

[v3.17.1] revision

Fix:

  • Permission Error: Fix Permission Denied when execute unify_builder on Unix-like system.

Optimize

  • Armcc Memory Print: Optimize ARMCC map memory information print.

Download Embedded IDE For VSCode

Embedded IDE v3.17.0

26 May 12:03
4a7f3e9
Compare
Choose a tag to compare

[v3.17.0] update

New:

  • unify_builder: Print 'Section Memory Usage' for AC5 / AC6 Compiler.
  • Global Environment Variables: A new plug-in settings: 'EIDE.Builder.EnvironmentVariables' for preset some global Environment Variables.

Change:

  • unify_builder: Bundle unify_builder executable files in plug-in package.

Merge v3.16.2-prerelease bugs fix.

Download Embedded IDE For VSCode

Embedded IDE v3.16.1

13 May 01:20
3f9d9ce
Compare
Choose a tag to compare

[v3.16.1] update

Fix:

  • Open Project: fix cannot open project if a error target in usr.ctx.json.
  • Project Floatpoint Selection: fix function hasFpu() not match 'm33.dsp'.
  • Diagnostic Bugs: fix diagnostic information generator bugs.
  • Others: fix other miscellaneous bugs.

Optimize:

  • .NET Runtime: compatible with version > 6.0 of the .NET runtime.
  • Static Check: optimize cppcheck params generator.

Download Embedded IDE For VSCode