eide icon indicating copy to clipboard operation
eide copied to clipboard

An embedded development environment for mcs51/stm8/avr/cortex-m/riscv on VsCode.

Results 40 eide issues
Sort by recently updated
recently updated
newest added

**What you want to do** 正在扩充 MIPS MTI GCC 类型项目的编译器选项。 **Describe the problem** 目前 [在 mips.mti.gcc.model.json 中登记了一些额外的 MIPS MTI GCC 选项](https://github.com/mips-studio/eide/blob/cip/update-mips-mti-gcc-model/res/data/models/unix/mips.mti.gcc.model.json#L88) ,但其中 `-mmips16` 和 `-mmicromips` 两个选项是互斥的。目前在其他 Model 中没有观察到有可以标记两个选项互斥的功能。 **Expected behavior**...

使用 EIDE 打开已有项目时,出现一个警告: ![image](https://github.com/github0null/eide/assets/19554922/cc63a208-7283-4aba-bd66-dba6ed91fcfe) 这是项目文件夹内 `.vscode/launch.json` 的内容: ``` // https://code.visualstudio.com/docs/cpp/launch-json-reference { "version": "0.2.0", "configurations": [ { "name": "OpenOCD gdb", "type": "cppdbg", "request": "launch", "program": "${workspaceFolder}/build/uAptiv_Baremetal.elf", "args": [], "cwd": "${workspaceFolder}", "environment":...

**What are you doing?** Linux 环境下,在 EIDE 中下载 MTI GCC 对应的工具链包(.tar.xz 格式)。 **Describe the bug** 下载和解压工具链包后,EIDE 报错显示工具链不可用,检查默认安装位置 (`~/.eide/tools/mti_gcc`) 后,发现里面只有一个解压了 .xz 的 .tar 文件。 **To Reproduce** 见上 **Expected behavior** EIDE 应该解压...

目前是的情况是选了Cortex-M33可以选FPU类型 ![image](https://github.com/github0null/eide/assets/22431888/d10903b5-fe80-483e-ada7-736eb1c8ff74) 选择Cortex-M33.Dsp,就没法选择FPU类型了 ![image](https://github.com/github0null/eide/assets/22431888/b5f23925-e6ce-4339-a677-e829f8f19513) 并且选择Cortex-M33.DSP时,编译参数输出的是-mfloat-abi=soft 需要在选择M33.DSP的情况下启用硬件FPU

**What you want to do** pyocd烧写时不支持指定远程probe **Describe the problem** pyocd支持以下方式 本地机接probe连target,运行`pyocd server --allow-remote` 远程编译服务器直接烧写`pyocd load --uid=remote:IP:ADDR ...` pyocd 的config文件只能设置option,不能指定probe,EIDE的UI中没有设置probe(--uid)的入口 **Expected behavior** 在EIDE中添加相关入口

目前我通过小小的修改使得eide能够支持.net8 eide-tools我已通过.net8的编译 目前已经能够在ubuntu24.04上使用.net8完成项目的编译开发

**What are you doing?** 我使用CubeMX生成IAR版本的Threadx工程,然后将其导入EIDE ![image](https://github.com/github0null/eide/assets/122875991/e9839433-6799-4f24-b648-01de3870f320) **Describe the bug** EIDE导入工程后出现 ![image](https://github.com/github0null/eide/assets/122875991/b2bbcd12-e6be-4fe3-81e2-78ed25b39de3) 这是怎么回事呢?

在多工程管理模式下,无法自动提示函数。

**What you want to do** 請問是否有方法支持編譯靜態函式庫 **Describe the problem** 某些例子可能需要編譯函式庫,並引導至其他專案繼續開發。 **Expected behavior** 新增artifact type的選擇項

Bumps [braces](https://github.com/micromatch/braces) to 3.0.3 and updates ancestor dependencies [braces](https://github.com/micromatch/braces), [webpack](https://github.com/webpack/webpack) and [webpack-cli](https://github.com/webpack/webpack-cli). These dependencies need to be updated together. Updates `braces` from 3.0.2 to 3.0.3 Commits 74b2db2 3.0.3 88f1429 update...

dependencies