Metadata-Version: 1.1
Name: multitech-dot-flash
Version: 0.7.2
Summary: ARM Mbed Multitech xDot and mDot flash utility
Home-page: https://github.com/sensidev/multitech-dot-flash
Author: Sensidev
Author-email: lucian.corduneanu@sensidev.com
License: MIT
Description-Content-Type: UNKNOWN
Description: ===========================
        xDot and mDot flash utility
        ===========================
        
        It is a simple Shell script intended to help MacOS users to easily compile and flash Multitech Dot boards.
        
        Features
        --------
        
        - Create a virtualenv with Mbed toolchain
        - Deploy Mbed, installing the required Mbed libs in ARM Mbed projects
        - Compile with ARM Compiler 5
        - Flash the binary to your xDot or mDot devices
        
        Install it globally
        -------------------
        
        ``sudo pip install multitech_dot_flash``
        
        How to use it
        -------------
        
        Make sure you run this inside an ARM Mbed project.
        Checkout this example https://hackmd.io/s/r196eUWBG
        
        Compile and flash an xdot
        
        ``flashit -t=xdot``
        
        Flash previous build, already compiled for an mdot
        
        ``flashit -t=mdot -p``
        
Platform: UNKNOWN
Classifier: Development Status :: 5 - Production/Stable
Classifier: Intended Audience :: Developers
Classifier: Natural Language :: English
Classifier: License :: OSI Approved :: MIT License
Classifier: Programming Language :: Unix Shell
