Name | Modified | Size | Downloads / Week |
---|---|---|---|
Parent folder | |||
eide-3.18.0-linux-x86_64.vsix | 2024-06-16 | 26.0 MB | |
eide-3.18.0-win32.vsix | 2024-06-16 | 102.9 MB | |
Embedded IDE v3.18.0 source code.tar.gz | 2024-06-16 | 13.9 MB | |
Embedded IDE v3.18.0 source code.zip | 2024-06-16 | 14.1 MB | |
README.md | 2024-06-16 | 987 Bytes | |
Totals: 5 Items | 156.9 MB | 0 |
[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
.