An open API service indexing awesome lists of open source software.

https://github.com/stefanhoelzl/mpy-dev-tools

development tools for micropython boards
https://github.com/stefanhoelzl/mpy-dev-tools

developer-tools development-tools esp8266 fuse fuse-filesystem fusepy micropython micropython-boards pyboard

Last synced: 9 months ago
JSON representation

development tools for micropython boards

Awesome Lists containing this project

README

          

# mpy-dev-tools
development tools for micropython boards
* Mount a micropython device as fuse-filesystem
* Synchronize your sources with the micropython device
* Run Python scripts remotly on the micropython device
* Use all the tools from the command line or as modules for your own application

## Documentation
http://mpy-dev-tools.readthedocs.io/en/master/

## PyCharm integration
* Create new Run configurations
* Script: mpy_run.py
* Parameter: /dev/tty.SLAB_USBtoUART app.py -s src
* Start the run configuration to sync your src-folder with the device an execute your app remotly