FRDM K64F Metronome

Committer:
ram54288
Date:
Sun May 14 18:35:07 2017 +0000
Revision:
0:a2cb7295a1f7
Initial commit

Who changed what in which revision?

UserRevisionLine numberNew contents of line
ram54288 0:a2cb7295a1f7 1 ARM mbed Client
ram54288 0:a2cb7295a1f7 2 =======================
ram54288 0:a2cb7295a1f7 3
ram54288 0:a2cb7295a1f7 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:a2cb7295a1f7 5
ram54288 0:a2cb7295a1f7 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:a2cb7295a1f7 7
ram54288 0:a2cb7295a1f7 8 Running Unit Tests
ram54288 0:a2cb7295a1f7 9 -----------------------
ram54288 0:a2cb7295a1f7 10
ram54288 0:a2cb7295a1f7 11 Pre-requisites for the unit tests includes the following tools:
ram54288 0:a2cb7295a1f7 12 - CppUTest
ram54288 0:a2cb7295a1f7 13 - XSL
ram54288 0:a2cb7295a1f7 14 - lcov
ram54288 0:a2cb7295a1f7 15 - gcovr
ram54288 0:a2cb7295a1f7 16 - Ninja
ram54288 0:a2cb7295a1f7 17
ram54288 0:a2cb7295a1f7 18 You can use these commands to get the tools if you are running Ubuntu.
ram54288 0:a2cb7295a1f7 19
ram54288 0:a2cb7295a1f7 20 sudo apt-get install cpputest
ram54288 0:a2cb7295a1f7 21 sudo apt-get install xsltproc
ram54288 0:a2cb7295a1f7 22 sudo apt-get install lcov
ram54288 0:a2cb7295a1f7 23 sudo apt-get install gcovr
ram54288 0:a2cb7295a1f7 24 sudo apt-get install ninja-build