Metadata-Version: 2.1
Name: vznncv-cubemx-tools
Version: 0.2.0
Summary: CMake project generator from STM32CubeMX project
Home-page: https://github.com/vznncv/vznncv-cubemx-tools
Author: Konstantin Kochin
License: MIT
Description: # vznncv-cubemx-tools
        
        The helper project to generate CMake file from `makefile` based
        STM32CubeMX project. It allows to import this project into
        *Qt Creator* or other C/C++ IDE.
        
        ## Installation
        
        The project requires python 3.6. You can install it from pypi:
        
        ```
        pip install vznncv-cubemx-tools
        ```
        
        or the latest version from github:
        
        ```
        pip install git+https://github.com/vznncv/vznncv-cubemx-tools
        ```
        
        ## Basic usage
        
        1. Create project using *STM32CubeMX* with *makefile* based project generation.
        
        
        
        2. Go to project folder and run the command:
        
        ```
        vznncv-cubemx generate-cmake-project
        ```
        
        ## Additional scripts
        
        Besides ``CMakeLists.txt`` command generates the following files:
        
        - `penocd_stm.cfg` - openocd script. Probably you should adjust
                             it for your configuration.
        - `build.sh` - helper script to build project from console.
        - `upload-app.sh` - helper script to upload compiled project to microcontroller.
Platform: UNKNOWN
Classifier: Programming Language :: Python :: 3.6
Classifier: License :: OSI Approved :: MIT License
Classifier: Topic :: Software Development :: Embedded Systems
Classifier: Topic :: Software Development :: Internationalization
Description-Content-Type: text/markdown
