mbed_auto_writer

0.0.13 • Public • Published

Mbed Auto Writer

npm version

NPM

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.

  2. Execute "mbedaw" in the download destination folder of hex file for mbed on the command line.

  3. Press "Compile" button on Mbed Web IDE(https://developer.mbed.org/compiler)

  4. 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  <watch path>  Watching mbed hex file directory (example: mbedaw -w 'C:\Users\hogehoge\Desktop\*.hex')
    -m, --mount  <mount path>  Mbed Mount Drive (example: mbedaw -m 'D:')
    -h, --help                 output usage information

Readme

Keywords

Package Sidebar

Install

npm i mbed_auto_writer

Weekly Downloads

1

Version

0.0.13

License

MIT

Last publish

Collaborators

  • goroya.io