Metadata-Version: 1.1
Name: multitech_dot_flash
Version: 0.1
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
        ===========================
        
        ARM Mbed Multitech xDot and mDot flash utility to be used within ARM Mbed projects.
        
        Features
        --------
        
        - Create a virtualenv with Mbed toolchain
        - Deploy Mbed, installing the required Mbed libs
        - Compile with ARM Compiler 5
        - Flash the binary to your xDot or mDot devices
        
        Install it globally
        -------------------
        
        ``pip install multitech_dot_flash``
        
        How to use it
        -------------
        
        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
