FRDM K64F Metronome

Committer:
ram54288
Date:
Sun May 14 18:37:05 2017 +0000
Revision:
0:dbad57390bd1
Initial commit

Who changed what in which revision?

UserRevisionLine numberNew contents of line
ram54288 0:dbad57390bd1 1 ARM mbed Client
ram54288 0:dbad57390bd1 2 =======================
ram54288 0:dbad57390bd1 3
ram54288 0:dbad57390bd1 4 This repository contains ARM mbed Client: a library that connects devices to mbed Device Connector Service, mbed Device Server (mDS) and to mbed-enabled cloud services from our partners.
ram54288 0:dbad57390bd1 5
ram54288 0:dbad57390bd1 6 The documentation is collected under the docs directory and the **mbed Client Guide** is also hosted [here](https://docs.mbed.com/docs/mbed-client-guide/en/latest/).
ram54288 0:dbad57390bd1 7
ram54288 0:dbad57390bd1 8 Running Unit Tests
ram54288 0:dbad57390bd1 9 -----------------------
ram54288 0:dbad57390bd1 10
ram54288 0:dbad57390bd1 11 Pre-requisites for the unit tests includes the following tools:
ram54288 0:dbad57390bd1 12 - CppUTest
ram54288 0:dbad57390bd1 13 - XSL
ram54288 0:dbad57390bd1 14 - lcov
ram54288 0:dbad57390bd1 15 - gcovr
ram54288 0:dbad57390bd1 16 - Ninja
ram54288 0:dbad57390bd1 17
ram54288 0:dbad57390bd1 18 You can use these commands to get the tools if you are running Ubuntu.
ram54288 0:dbad57390bd1 19
ram54288 0:dbad57390bd1 20 sudo apt-get install cpputest
ram54288 0:dbad57390bd1 21 sudo apt-get install xsltproc
ram54288 0:dbad57390bd1 22 sudo apt-get install lcov
ram54288 0:dbad57390bd1 23 sudo apt-get install gcovr
ram54288 0:dbad57390bd1 24 sudo apt-get install ninja-build