Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Releases: github0null/eide

Embedded IDE v3.25.3

10 Sep 07:37
392ffb0
Compare
Choose a tag to compare

[v3.25.3] revision

Improve:

  • Debug: Support 'attach' mode for 'one-click' debugging.

Download Embedded IDE For VSCode

Embedded IDE v3.25.2

08 Sep 16:34
0c14eea
Compare
Choose a tag to compare

[v3.25.2] revision

Improve:

Download Embedded IDE For VSCode

Embedded IDE v3.25.1

07 Sep 15:06
25eafbe
Compare
Choose a tag to compare

[v3.25.1] revision

Improve:

  • Import Project: Improve project parser when import an eclipse project.
  • Debug: One-click to start debugging. NOT NEED ANY launch.json. See Here
  • Toolchain Options: New option use-newlib-nano, not-use-syscalls for arm-none-eabi-gcc toolchain.

Download Embedded IDE For VSCode

Embedded IDE v3.25.0

31 Aug 17:12
8adc07a
Compare
Choose a tag to compare

[v3.25.0] update

New:

  • Flasher: Support new flasher probe-rs. Used for 'ARM', 'RISCV' chips.

Download Embedded IDE For VSCode

Embedded IDE v3.24.2

29 Aug 04:02
63cebe9
Compare
Choose a tag to compare

[v3.24.2] update

New:

Fix:

  • ELF View: Fix issue 461

Download Embedded IDE For VSCode

Embedded IDE v3.24.1

28 Aug 01:44
6966421
Compare
Choose a tag to compare

[v3.24.1] update

New:

Fix:

  • ELF View: Fix issue 461

Download Embedded IDE For VSCode

Embedded IDE v3.24.0

27 Aug 16:47
c970cd3
Compare
Choose a tag to compare

[v3.24.0] update

New:

Fix:

  • ELF View: Fix issue 461

Download Embedded IDE For VSCode

Embedded IDE v3.23.14

11 Aug 08:47
647e94f
Compare
Choose a tag to compare

[v3.23.14] revision

New:

Fix:

  • Task Execution Broken: Fix build task not work on latest vscode.
  • Symbol Table: Fix ENOBUF when dump symbol table from a big file.

Improve:

  • Project Templates: Update internal project templates.
  • C/C++: Update builtin lint headers.
  • Other: Miscellaneous things.

Download Embedded IDE For VSCode

Embedded IDE v3.23.13

04 Aug 17:00
34535c1
Compare
Choose a tag to compare

[v3.23.13] revision

Improve:

  • Create Project: Miscellaneous things. (init project files, init project settings ... etc.)

Download Embedded IDE For VSCode

Embedded IDE v3.23.12

29 Jul 14:57
c806363
Compare
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