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
- Host: GitHub
- URL: https://github.com/stefanhoelzl/mpy-dev-tools
- Owner: stefanhoelzl
- License: mit
- Created: 2017-09-05T18:13:09.000Z (almost 9 years ago)
- Default Branch: master
- Last Pushed: 2018-01-01T22:52:00.000Z (over 8 years ago)
- Last Synced: 2025-04-01T04:57:50.643Z (about 1 year ago)
- Topics: developer-tools, development-tools, esp8266, fuse, fuse-filesystem, fusepy, micropython, micropython-boards, pyboard
- Language: Python
- Homepage: http://mpy-dev-tools.readthedocs.io/en/master/
- Size: 49.8 KB
- Stars: 3
- Watchers: 3
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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