Skip to content

Releases: github0null/eide

Embedded IDE v3.23.12

29 Jul 14:57
c806363

Choose a tag to compare

[v3.23.12] revision

Improve:

  • GNU Arm Toolchain: Support new mcpu: cortex-m52, cortex-m55, cortex-m85.

  • unify_builder: Optimize builder speed.

  • File Options: Add memory assignment feature for AC5, AC6 toolchain. Thanks the contributor Deadline039

  • File Options GUI: Update the translation text. Optimize layout.

  • DebugConfig Generator GUI: Change gui element width. Sort the option result list.

  • AC5/AC6 Assembler: Support use <key>=<val> preprocessor format for AC5/AC6 armasm.

  • Makefile Generator: Improve makefile generator.

  • Builder Options: Add more options for arm-gcc and any-gcc toolchain.

Fix:

  • IAR ARM Toolchain: Miss auto-gen -I params for iar assembler.
  • Keil Project Import: Force use ';' as the path delimiter on unix and windows.
  • Eclipse Project Import: Incorrect project type was detected.

Change:

  • EIDE View Container: By default, we will collapse the Operations view.
  • Webpanel Views: Starting from this version, we will use singleton pattern for Builder Options View, Storage Layout View, Cmsis Header Config Wizard, This means that for each view, only one page can be opened for each project.

Download Embedded IDE For VSCode

Embedded IDE v3.23.11

27 Jul 15:25
9fe1ab8

Choose a tag to compare

[v3.23.11] revision

Improve:

  • GNU Arm Toolchain: Support new mcpu: cortex-m52, cortex-m55, cortex-m85.

  • unify_builder: Optimize builder speed.

  • File Options: Add memory assignment feature for AC5, AC6 toolchain. Thanks the contributor Deadline039

  • File Options GUI: Update the translation text. Optimize layout.

  • DebugConfig Generator GUI: Change gui element width. Sort the option result list.

  • AC5/AC6 Assembler: Support use <key>=<val> preprocessor format for AC5/AC6 armasm.

  • Makefile Generator: Improve makefile generator.

  • Builder Options: Add more options for arm-gcc and any-gcc toolchain.

Fix:

  • IAR ARM Toolchain: Miss auto-gen -I params for iar assembler.
  • Keil Project Import: Force use ';' as the path delimiter on unix and windows.
  • Eclipse Project Import: Incorrect project type was detected.

Change:

  • EIDE View Container: By default, we will collapse the Operations view.
  • Webpanel Views: Starting from this version, we will use singleton pattern for Builder Options View, Storage Layout View, Cmsis Header Config Wizard, This means that for each view, only one page can be opened for each project.

Download Embedded IDE For VSCode

Embedded IDE v3.23.10

25 Jul 19:04
699b0e3

Choose a tag to compare

[v3.23.10] revision

Improve:

  • GNU Arm Toolchain: Support new mcpu: cortex-m52, cortex-m55, cortex-m85.

  • unify_builder: Optimize builder speed.

  • File Options: Add memory assignment feature for AC5, AC6 toolchain. Thanks the contributor Deadline039

  • File Options GUI: Update the translation text. Optimize layout.

  • DebugConfig Generator GUI: Change gui element width. Sort the option result list.

  • AC5/AC6 Assembler: Support use <key>=<val> preprocessor format for AC5/AC6 armasm.

  • Makefile Generator: Improve makefile generator.

Fix:

  • IAR ARM Toolchain: Miss auto-gen -I params for iar assembler.
  • Keil Project Import: Force use ';' as the path delimiter on unix and windows.
  • Eclipse Project Import: Incorrect project type was detected.

Change:

  • EIDE View Container: By default, we will collapse the Operations view.
  • Webpanel Views: Starting from this version, we will use singleton pattern for Builder Options View, Storage Layout View, Cmsis Header Config Wizard, This means that for each view, only one page can be opened for each project.

Download Embedded IDE For VSCode

Embedded IDE v3.23.9

24 Jul 17:22
49836f5

Choose a tag to compare

[v3.23.9] revision

Improve:

  • GNU Arm Toolchain: Support new mcpu: cortex-m52, cortex-m55, cortex-m85.

  • unify_builder: Optimize builder speed.

  • File Options: Add memory assignment feature for AC5, AC6 toolchain. Thanks the contributor Deadline039

  • File Options GUI: Update the translation text. Optimize layout.

  • DebugConfig Generator GUI: Change gui element width. Sort the option result list.

Fix:

  • IAR ARM Toolchain: Miss auto-gen -I params for iar assembler.
  • Keil Project Import: Force use ';' as the path delimiter on unix and windows.
  • Eclipse Project Import: Incorrect project type was detected.

Change:

  • EIDE View Container: By default, we will collapse the Operations view.

Download Embedded IDE For VSCode

Embedded IDE v3.23.8

22 Jul 15:39
188b3ec

Choose a tag to compare

[v3.23.8] revision

Improve:

  • GNU Arm Toolchain: Support new mcpu: cortex-m52, cortex-m55, cortex-m85.

  • unify_builder: Optimize builder speed.

  • File Options: Add memory assignment feature for AC5, AC6 toolchain. Thanks the contributor Deadline039

  • File Options GUI: Update the translation text. Optimize layout.

  • DebugConfig Generator GUI: Change gui element width. Sort the option result list.

Download Embedded IDE For VSCode

Embedded IDE v3.23.7

20 Jul 08:11
f89b872

Choose a tag to compare

[v3.23.7] revision

Improve:

  • GNU Arm Toolchain: Support new mcpu: cortex-m52, cortex-m55, cortex-m85.
  • unify_builder: Optimize builder speed.

Download Embedded IDE For VSCode

Embedded IDE v3.23.6

17 Jul 15:50
b7d0d22

Choose a tag to compare

[v3.23.6] revision

Fix:

  • Map View: Fix in some cases, 'map.view' item's diff size is incorrect (LLVM_ARM Toolchain).

Improve:

  • Map View: Add a Graph button to switch dynamic chart. Improve COSMIC_STM8 'map.view' feature.
  • LLVM Arm Toolchain: Add '-Oz' option.
  • Builder Options: Better option description text. Change web view elements layout.
  • Toolchain Download: Update remote package arm-none-eabi-gcc to v14.3.

Download Embedded IDE For VSCode

Embedded IDE v3.23.5

16 Jul 16:16
2929620

Choose a tag to compare

[v3.23.5] revision

Fix:

  • Map View: Fix in some cases, 'map.view' item's diff size is incorrect (LLVM_ARM Toolchain).

Improve:

  • Map View: Improve COSMIC_STM8 'map.view' feature.
  • LLVM Arm Toolchain: Add '-Oz' option.
  • Builder Options: Better option description text. Change web view elements layout.
  • Toolchain Download: Update remote package arm-none-eabi-gcc to v14.3.

Download Embedded IDE For VSCode

Embedded IDE v3.23.4

16 Jul 06:21
f0ae749

Choose a tag to compare

[v3.23.4] revision

Fix:

  • Map View: Fix in some cases, 'map.view' item's diff size is incorrect (LLVM_ARM Toolchain).

Improve:

  • Map View: Improve COSMIC_STM8 'map.view' feature.
  • LLVM Arm Toolchain: Add '-Oz' option.
  • Builder Options: Better option description text.

Download Embedded IDE For VSCode

Embedded IDE v3.23.3

15 Jul 17:26
549d386

Choose a tag to compare

[v3.23.3] revision

Fix:

  • Map View: Fix in some cases, 'map.view' item's diff size is incorrect (LLVM_ARM Toolchain).

Improve:

  • Map View: Improve COSMIC_STM8 'map.view' feature.

Download Embedded IDE For VSCode