Name | Modified | Size | Downloads / Week |
---|---|---|---|
Parent folder | |||
eide-2.15.3.vsix | 2021-12-24 | 30.5 MB | |
Embedded IDE v2.15.3.tar.gz | 2021-12-20 | 4.8 MB | |
Embedded IDE v2.15.3.zip | 2021-12-20 | 4.9 MB | |
README.md | 2021-12-20 | 1.2 kB | |
Totals: 4 Items | 40.1 MB | 0 |
[v2.15.3] (revision)
New Features:
- Support SC000
, SC300
chips for armcc/armclang
Bug Fixes: - Source files under project resources root are ignored. - A warning appears when creating a project using a workspace template.
Changes:
- English README are preferred.
- Use CustomConfigurationProvider provide Intellisence information for C/C++
, no longer use c_cpp_properties. Json
.
- Use unify env.ini
file for each target in a project. Instead of creating a separate '\<taregt>.env.ini' file for each target. (so the old env configuration will be invalid)
- In the env.ini
file, the "workspace.order"
variable will be invalid, please use the "EIDE_BUILD_ORDER"
variable instead. docs
Optimized:
- Better build output rendering for keil_c51, iar_stm8
toolchain
- Provide more complete brows Info to C/C++ plug-in.
- Output a more detailed log to "unify_builder.log".
- In dark theme, some 'file' icon has low contrast.
- When using the Exclude file function, use filters to ignore files with invalid file suffixes.