Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/cesanta/mongoose-os-ide
VSCode extension for Mongoose OS
https://github.com/cesanta/mongoose-os-ide
Last synced: 3 months ago
JSON representation
VSCode extension for Mongoose OS
- Host: GitHub
- URL: https://github.com/cesanta/mongoose-os-ide
- Owner: cesanta
- Created: 2018-11-11T11:31:32.000Z (about 6 years ago)
- Default Branch: master
- Last Pushed: 2020-05-25T16:52:25.000Z (over 4 years ago)
- Last Synced: 2024-07-31T21:53:01.967Z (6 months ago)
- Language: JavaScript
- Size: 120 KB
- Stars: 9
- Watchers: 9
- Forks: 5
- Open Issues: 4
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
- awesome-mongoose-os - Visual Studio Code Extension - Latest official Visual Studio Code Extension (Awesome Mongoose OS [![Awesome](https://awesome.re/badge.svg)](https://awesome.re) / Community Tutorials)
README
# Mongoose OS for Visual Studio Code
This preview release of the extension provides support for
[Mongoose OS](https://mongoose-os.com) in Visual Studio Code.![](https://mongoose-os.com/docs/quickstart/images/ide.png)
See [Mongoose OS IDE](https://mongoose-os.com/docs/mongoose-os/quickstart/ide.md)
for more details.## Features
- Run any mos command: `Ctrl+.`
- Open device serial log console: toggle "Output" panel
(`Shift+Ctrl+U` / `Shift+Cmd+U`)
and select "Mongoose OS" output in a dropdown
- To build firmware, open app directory in VSCode, select board and run `build`.
Note: `mos` tool executes in the first workspace's directory, so only that
directory can be built, and it must be a Mongoose firmware directory with
the `mos.yml` file
- To flash firmware, select port and run `flash`
- To configure wifi, run `wifi NETWORK PASSWORD`
- Edit files on a device: select port and click on a file to edit and save
- Edit device config as a file: select port and click on "Device configuration"
- C/C++ and JS API autocompletions:![](https://mongoose-os.com/docs/quickstart/images/ide_autocomplete.gif)
## Requirements
* [mos command-line tool](https://mongoose-os.com/docs/) installed