Metadata-Version: 2.1
Name: stm32tool
Version: 0.1.2
Summary: Python stm32 tools
Home-page: https://github.com/kabirz/stm32tool
Author: Zhong huiping
Author-email: jxwazxzhp@126.com
License: MIT
Description: # Stm32 Tool
        ## Dependences
        - pyserial
        - pygame
        - numpy
        - Pillow
        - pyusb
        - progressbar
        ## Install Module
        ```bash
        pip3 install stm32tool [--user]
        ```
        or
        ```bash
        pip3 install git+https://github.com/kabirz/stm32tool [--user]
        ```
        ## Generate dfu image
        ```bash
        mkdfu <-b 0x08000000:binary image file>  <dfu image file>
        ```
        ## Download Firmware
        - dfu mode
        ```bash
        pydfu <-u dfu file>
        ```
        - openmv normal mode
        ```bash
        openmvflash <firmware image binary file>
        ```
        ## Openmv Camera Preiview
        ```bash
        openmvview [-f micropython script]
        ```
        
        ## Stm32 Isp Flash Firmware
        ```bash
        stm32isp <firmware image binary file>
        ```
        
        ## Get OpenMV Borad Info
        ```bash
        openmvdevice
        ```
        
Platform: linux
Classifier: Intended Audience :: Developers
Classifier: Operating System :: POSIX
Classifier: Programming Language :: Python :: 3.4
Classifier: Programming Language :: Python :: 3.5
Classifier: Programming Language :: Python :: 3.6
Classifier: Programming Language :: Python :: 3.7
Classifier: Topic :: Communications
Classifier: Topic :: Software Development :: Libraries
Classifier: Topic :: Software Development :: Libraries :: Python Modules
Description-Content-Type: text/markdown
