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

**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打开报错,提示找不到芯片。  
芯片型号是stm32f107vc,能够编译通过。 似乎是没能找到对应的宏定义。  
现在扩展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**...
虽然显示已经添加了,但是无法展开。因此调试等功能,都无法正常。
虽然手动搬迁也可以,就是感觉没有自动一键来的省事。
 
**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** 可标注...