Coder Social home page Coder Social logo

mw.test.example's Introduction

MW.Test Logo

mw.test.example

This repository demonstrates our test-toolchain mw.test. We demonstrate how to use it with the following tools. Currently we only have an example with the stm32f4-discovery board using C++. The example is however simple enough to be applied to C as well.

See the project structure for more details.

Eclipse

We have a full integration into the eclipse build system, including running the artifacts with openocd and qemu. You can import the project files in stm32f4-discovery and look at the tutorial.

Makefile / Continuous Integration

In addition we have a custom makefile solution which also runs on Travis CI (using qemu) and reports the coverage. This will allow you to automatically report your build result with every commit, like this:

Build Status Coverage
Build Status Coverage Status

For more details on that see the corresponding .travis.yml or the tutorial

Used libraries & tools

The following tools are used for the examples:

Qemu and OpenOcd are forks by the gnuarmclipse plugin.

Note for linux users

We currently have no proper setup for linux environments, which means that all binaries are just put into one folder. This means that you will have to modify the LD_LIBRARY_PATH environment variable to include the mw.test folder.

export LD_LIBRARY_PATH=$HOME/mw.test:$LD_LIBRARY_PATH;

mw.test.example's People

Contributors

klemens-morgenstern avatar timonwalther avatar

Watchers

James Cloos avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.