| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
| Name | Name | Last commit date | ||
|---|---|---|---|---|
A mcu development environment for 8051/STM8/Cortex-M/MIPS/RISC-V on VsCode.
Provide 8051/STM8/Cortex-M/MIPS/RISC-V project development, compilation, program flash and other functions.
Supported Platforms:
Install any of the above compilers
Open the Operations bar of the extension to set the compiler installation path
Click on the New or Import function in the Operations bar to start your project
You can build this project by your self.
Important
The required version of NodeJS is 18 because of some historical reasons for this extension.
Install NodeJS 18 (recommanded v18.18.2). You can use nvm to manage your NodeJS. Install vsce by npm install -g cheerio@1.0.0-rc.9 @vscode/vsce@2.15.0
Clone this repo, Open folder by vscode and then run command:
npm installPress ctrl+shift+b to show vscode task
Use npm: webpack to build this extension, and then you can press F5 to debug it.
Use build vsix to build as a vsix package.
Note
There may be syntax errors when opening project source code using VSCode, this is because the project uses an older Version of TypeScript, please press Ctrl+Shift+P to execute TypeScript: Select TypeScript Version... and select version: v5.8.2.
If you have any good ideas, you can first put forward your suggestions in the issue section. If they are feasible, we will implement them later. If you want to add features by yourself, please also share your ideas at the very beginning (otherwise, we cannot guarantee that your PR will be merged). If you are ready and have completed the debugging and testing, then you can submit a pull request request to the dev branch. Thanks.
Thanks:
| Back | FazBrowse Home | New Git URL |