https://github.com/goroya/mbed_auto_writer
Auto write mbed hex file tool
https://github.com/goroya/mbed_auto_writer
mbed mbed-web-ide
Last synced: 6 months ago
JSON representation
Auto write mbed hex file tool
- Host: GitHub
- URL: https://github.com/goroya/mbed_auto_writer
- Owner: goroya
- Created: 2017-08-19T03:24:50.000Z (almost 9 years ago)
- Default Branch: master
- Last Pushed: 2017-08-19T07:12:09.000Z (almost 9 years ago)
- Last Synced: 2025-01-29T09:38:23.810Z (over 1 year ago)
- Topics: mbed, mbed-web-ide
- Language: JavaScript
- Size: 115 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Mbed Auto Writer
[](https://badge.fury.io/js/mbed_auto_writer)
[](https://nodei.co/npm/mbed_auto_writer/)
## What is this?
This is a tool for automatic writing after compiling Mbed Web IDE.
これはMbed Web IDEのコンパイル完了後に自動書き込みする為のツールです。
## Require
Node.js >=7.6.0
## Installation
npm install -g mbed_auto_writer
## testing environment
Windows 10 professional 64bit
## How to Use
1. Execute the program with administrator authority.
1. Execute "mbedaw" in the download destination folder of hex file for mbed on the command line.
1. Press "Compile" button on Mbed Web IDE(https://developer.mbed.org/compiler)
1. The downloaded hex file will be written to the mbed being connected.
## Help
Usage: mbedaw [options]
Options:
-V, --version output the version number
-w, --watch Watching mbed hex file directory (example: mbedaw -w 'C:\Users\hogehoge\Desktop\*.hex')
-m, --mount Mbed Mount Drive (example: mbedaw -m 'D:')
-h, --help output usage information