Releases: github0null/eide
Releases · github0null/eide
Embedded IDE v3.23.2
[v3.23.2] revision
Improve:
LLVM Arm Toolchain: Supportmap view,symbol tablesfeatures for LLVM Arm Toolchain.Switch Target: Improve using status-bar to switch target.Builder Options: Improve description text for some options.Plug-in Settings: New option:EIDE.Option.EnableClangdConfigGeneratorto control auto generate '.clangd' file.
Change:
unify_builder: Update to v3.10.1
Embedded IDE v3.23.1
[v3.23.1] update
New:
Arm Project: Support new toolchain LLVM-embedded-toolchain-for-Arm.
Improve:
Arm Project: ImproveCPU Extension Optionsfeature.GCC Toolchain: More c/c++ options in builder options GUI. like: '-Oz', '-flto', '-fno-rtti' ...Intellisence: Improve intellisence config provider.JLink: Update jlink to v8.50, fix jlink exe name error on linux.
Change:
unify_builder: Update to v3.10.0
Embedded IDE v3.22.0
[v3.22.0] update
NOTE: Update the version of file
eide.jsontov3.6
New:
Toolchain: AddArmv8-M.Main, Armv8.1-M.Mainarchitectures support forAC6 (armclang)andarm-none-eabi-gcc.
Fix:
Keil Project Import: Miss match RTE source files when import mdk arm projects. Fix mdk C macro importer.
Change:
Exclude List: Show all exclude list for every targets. (command:_cl.eide.project.source.modify.exclude_list)CMSIS Core Headers: Built-in cmsis header zip files in plug-in.
Embedded IDE v3.21.5
Embedded IDE v3.21.4
Embedded IDE v3.21.3
Embedded IDE v3.21.2
[v3.21.2] revision
New:
File Option: New optionAlways In Build. This will make the source file always be builded regardless of whether it changes or not.Linker Option: New optionDon't Output Specific Binary Files. You can exclude some specific binary type when output binary files.
Fix:
SDCC model: Debug option missed on linker.
Optimize:
CMSIS Library: Update built-in cmsis dsp lib/headers.Keil Project Import: Parse file options when import keil arm project.Create Project: Use projectName when create .code-workspace file.unify_builder: Update unify_builder to v3.9.4
Embedded IDE v3.21.1
Embedded IDE v3.21.0
[v3.21.0] update
New:
Xpack Toolchain: Add xpack-dev-toolspackage.jsonsupport.Right-click Menu: AddCompilebutton for source file.Project Resource: Add new inline button:Add File.Builder Configuration: Addopenbutton forlinker scriptpath config.
Optimize:
CMSIS Config Wizard: Minor refactoring to improve parser. Support<n><s.i>tags. Support error prompt.Open Project: Add progress bar when opening a project.Create Project: Improve create project. Fill default project name when creating a new project.Import Project: Improve Keil project import. Support import RTE source files.Built-in Project Templates: Update stm8s/sdcc project templates.COSMIC-STM8: Improve COSMIC-STM8 project. Support cosmic-stm8 '.lkf' file grammar highlight.unify_builder: Update unify_builder to v3.9.1. Improve increment compile. Improve makefile generator.Source Compile Options: Improve GUI. Add a textarea to show current compile commands.Build Project: Support silent mode. Add spinning animation for 'build' and 'flash' status bar.Compile Database Generator: Auto generatecompile_commands.json.
Changes:
Custom Task: Rename task typeeide.msystoeide.bash.Project Build: Remove project variables which starts withEIDE_TOOL_.
Embedded IDE v3.20.1
[v3.20.1] revision
Optimize:
Internal Templates: Update internal project templates.unify_builder: Optimize makefile generator.Project Resource: Add batch operation support on files or folders. Thanks Deadline039 !CMSIS Config Wizard: Add a search input box. Now you can search config.CMSIS Config Wizard: Add non-number options support. Thanks Deadline039 !
Fix:
Chip Package: Fix package parser bug.