A metronome using the FRDM K64F board

Committer:
ram54288
Date:
Sun May 14 18:40:18 2017 +0000
Revision:
0:a7a43371b306
Initial commit

Who changed what in which revision?

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