Skip to content

Releases: github0null/eide

Embedded IDE v3.12.2023051401

14 May 10:13
cc2053a
Compare
Choose a tag to compare

[v3.12.2023051401] update

New:

  • MIPS Project: Support new project type MIPS and new toolchain MTI GCC, thanks @eatradish.
  • Status Bar: Add status bar for project target switch.

Fix:

  • Switch Target: Not copy source options file if it's not existed when switch target.
  • Cpptools Intellisense: Notify cpptools update source config after active project changed.

Change:

  • IAR Arm Toolchain: Remove auto-gen '-I' include options for iar arm assembler.

Optimize:

  • COSMIC_STM8: Auto generate .d files for COSMIC_STM8.
  • KeilC51 Importer: Setup 'CClasses, UserClasses' when import a keilc51 project.
  • System Variables: Add some system variables, like: ${SYS_Platform}, ${SYS_DirSep} ...
  • Auto Save: Compare content before save project.
  • Source Folder: Need to confirm before remove src folder.

Download Embedded IDE For VSCode

Embedded IDE v3.12.0

16 Apr 15:53
bc3cb8a
Compare
Choose a tag to compare

[v3.12.0] update

New:

  • COSMIC STM8: Support new toolchain: COSMIC STM8 for stm8 series.

Fix:

  • Export Template: Zip project template 7za failed on linux.

Optimize:

  • unify_builder: Show commandline when build failed on source file.
  • Disassembly View: Optimize disasm launguage syntax with visual jump

Download Embedded IDE For VSCode

Embedded IDE v3.11.3

02 Apr 11:36
a26860e
Compare
Choose a tag to compare

[v3.11.3] revision

Fix:

  • Extra Compiler Options: Cannot evaluate inherited parameters.
  • unify_builder: Cannot handle more than one args expressions for file options.
  • unify_builder: Remove global extra options for sdxxasm.

Optimize:

  • unify_builder: More color render for compiler output messages.
  • unify_builder: Add 'ASM_FLAGS' for sdcc sdxxasm.
  • Debug Config: Auto generate toolchain prefix for cortex-debug.

Please update eide_binaries to v11.0.1+ (Restart plug-in to auto fetch update).

Download Embedded IDE For VSCode

Embedded IDE v3.11.2

19 Mar 14:30
5e510e5
Compare
Choose a tag to compare

[v3.11.2] update

New:

  • Disassembly View: Add 'Visualize Jumps' for disassembly code, more informations
  • Language Mode: Add a setting EIDE.DisplayLanguage to choose a language for UI, prompts.

Fix:

  • Memory Layout View: Error format when user input an integer number.

Optimize:

  • Utility Tools: Use start command to install win32 driver.
  • Promblem Matcher: Match compiler errors in linker logs.

Download Embedded IDE For VSCode

Embedded IDE v3.11.1

26 Feb 16:38
2760834
Compare
Choose a tag to compare

[v3.11.1] update

New:

  • Object Order For Linker: Allow specify an order for any obj files before the builder start to link your program.

  • Extra Compiler Args: Use Webview UI to replace config file. More Convenience !

  • Toolchain Configurations: Add webview UI to configure toolchain path or toolchain prefix for current project.

Change:

  • Remove Built-in Serial-Monitor: We removed built-in serial monitor for eide. Please use ms-vscode.vscode-serial-monitor now !
  • Extra Compiler Args For Source Files: For virtualPathFiles, pattern must start with: <virtual_root>/

Download Embedded IDE For VSCode

Embedded IDE v3.11.0

26 Feb 15:25
ca52352
Compare
Choose a tag to compare

[v3.11.0] revision

New:

  • Object Order For Linker: Allow specify an order for any obj files before the builder start to link your program.

  • Extra Compiler Args: Use Webview UI to replace config file. More Convenience !

  • Toolchain Configurations: Add webview UI to configure toolchain path or toolchain prefix for current project.

Change:

  • Remove Built-in Serial-Monitor: We removed built-in serial monitor for eide. Please use ms-vscode.vscode-serial-monitor now !
  • Extra Compiler Args For Source Files: For virtualPathFiles, pattern must start with: <virtual_root>/

Download Embedded IDE For VSCode

Embedded IDE v3.10.11

30 Jan 14:58
941c458
Compare
Choose a tag to compare

[v3.10.11] revision

Fix:

  • Terminal Environment Variables: Environment variable values are incorrectly linked together !

Download Embedded IDE For VSCode

Embedded IDE v3.10.10

20 Jan 08:32
a9fad29
Compare
Choose a tag to compare

[v3.10.10] revision

New:

  • Project Explorer: Lock opened project.
  • Environment Variables View: Allow show all available variables.

Fix:

  • Symbol View: Not found elf path when use IAR ARM toolchain.

Optimize:

  • Environment Variables: Allow use 'K, M, G' in 'MCU_RAM_SIZE', 'MCU_ROM_SIZE' variables.
  • CMSIS Config Wizard: Use workspace encoding for cmsis config wizard.
  • Github Proxy: Optimize proxy, enable proxy for 'GMT+8:00' timezone by default.

Download Embedded IDE For VSCode

Embedded IDE v3.10.9

01 Jan 14:54
d4ee343
Compare
Choose a tag to compare

[v3.10.9] update

New:

  • Project Resource: Add Symbol Table virtual file in Output Files, click it to show elf symbols (support 'armcc', 'gcc', 'iar').
  • Builder Options : Add X/O Base, R/O Base, R/W Base options for armcc, and allow import them from keil project.

Optimize:

  • launch.json Generator: Don't force override 'svdPath' in launch.json config.
  • Project Resource: Show promt when remove a filesystem source dir.

Download Embedded IDE For VSCode

Embedded IDE v3.10.8

01 Jan 14:17
f420c7d
Compare
Choose a tag to compare

[v3.10.8] update

New:

  • Project Resource: Add Symbol Table virtual file in Output Files, click it to show elf symbols (support 'armcc', 'gcc', 'iar').
  • Builder Options : Add X/O Base, R/O Base, R/W Base options for armcc, and allow import them from keil project.

Optimize:

  • launch.json Generator: Don't force override 'svdPath' in launch.json config.
  • Project Resource: Show promt when remove a filesystem source dir.

Download Embedded IDE For VSCode