Skip to main content

MCU toolkit for mcu automated testing.

Project description

PyMCUTK Overview

PyMCUTK is a python based toolkit on hand for MCU development or testing. It involved third-part tools, and integrate them together to unified interfaces. The project focus on toolchains and their projects, debuggers, boards support. Simple command line that could make you can quicky get started to execute build testing in automated way. We have many hard works and you may won't repeat. That is what PyMCUTK design for.

Prerequisites

  • python 2 >= 2.7.5 or python 3 >= 3.6
  • make sure pip command is working in your system terminal.

Installation

  • Simply installation with pip:

    pip install pymcutk
    
  • Install from source code, firstly clone the git repository from Github-PyMCUTK, and install it in editable mode:

    pip install -r requirements-dev.txt
    

Quickly start

Command line usage

# Build projects in current directory.
$ mtk build .

# Build specific configuration: sdram_release
$ mtk build . -t sdram_release

# Recursive build and dump results to CSV format.
$ mtk build ./mcu-sdk-2.0/boards/ -r --results-csv

# Scan Projects dump to json format
$ mtk scan ./mcu-sdk-2.0/boards/ -o test.json

Supported toolchains

Configuration

MCUTK could automatically discover the latest installed toolchains from your system as usual. If you hope to use another version, you can edit the config file: ~/.mcutk.

Run bellow command that will initialize the configuration file, which is saved at ~/.mcutk.

$ mtk config --auto

Unittest

Before create pull requests, please do a test in your local to check mistakes.

pytest command:

pytest .

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

pymcutk-0.1.6.tar.gz (514.5 kB view hashes)

Uploaded Source

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page