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 55 eide issues
Sort by recently updated
recently updated
newest added

![image](https://github.com/github0null/eide/assets/4926369/45efe68c-b9af-46a6-9839-8e07b04eb3e3)

**What you want to do** When startup VSCode, it is reported `Not found .NET6 runtime on your pc. please install it` **Describe the problem** I have installed - vscode -...

导出的keil文件缺失了vendor和device内容,导致用keil打开报错,提示找不到芯片。 ![Snipaste_2023-09-14_21-09-46](https://github.com/github0null/eide/assets/91746341/162f7550-c7c1-47af-8c61-0901e89aa8f0) ![Snipaste_2023-09-14_21-10-25](https://github.com/github0null/eide/assets/91746341/624a9578-2597-4f0e-8c68-25ada30006e0)

芯片型号是stm32f107vc,能够编译通过。 似乎是没能找到对应的宏定义。 ![image](https://github.com/github0null/eide/assets/58169392/2ddac0a9-d761-48b2-8f7b-2ba81aa1df25) ![image](https://github.com/github0null/eide/assets/58169392/54830198-1368-4006-9c50-383c04b1b07d)

现在扩展debug只能在vscode内部的debug console与gdb交互,而且这个debug console是没法tab自动补全的,很不方便,直接用JLink自带的gdb server原始调试又看不到rtos线程情况,在launch.json或者扩展设置里面好像也没有设置外部终端为debug console的情况,有没有一个两全的方法让vscode上debug既能用到外部终端,或者debug console能够实现上外部终端应有的功能,又能看freeRTOS线程的情况?

**What are you doing?** Creating a new project. **Describe the bug** The name of library is incorrect. The name of the library should be SPL instead of HAL. **To Reproduce**...

虽然显示已经添加了,但是无法展开。因此调试等功能,都无法正常。

虽然手动搬迁也可以,就是感觉没有自动一键来的省事。

![问题](https://github.com/github0null/eide/assets/78426711/2f12c5ea-ca2d-45b0-8b20-9126c0801e2f) ![2](https://github.com/github0null/eide/assets/78426711/9edfe8e4-db62-46f4-a7ee-757e1e3a3214)

**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#L130) ,但其中 `-G` 选项后面是要跟随自然整数(0 和正整数)的,目前似乎没有这样的选项类型?目前的实现是作为一个 `string`,但显然很容易造成问题。 如有此类参数类型,请指正。 **Expected behavior** 可标注...