test

Committer:
peyo
Date:
Wed Apr 12 14:09:46 2017 +0200
Revision:
1:3f75eb8d46f4
Parent:
0:cd5404401c2f
add main

Who changed what in which revision?

UserRevisionLine numberNew contents of line
peyo 0:cd5404401c2f 1 # Embedded application template
peyo 0:cd5404401c2f 2
peyo 0:cd5404401c2f 3 Usage:
peyo 0:cd5404401c2f 4 * Clone to `your-project-dir` and enter it
peyo 0:cd5404401c2f 5 * Edit readme file
peyo 0:cd5404401c2f 6 * Modify remote URL with:
peyo 0:cd5404401c2f 7 ```sh
peyo 0:cd5404401c2f 8 $ git remote set-url origin git@gitlab.com:catie_sixtron/your-project-name.git'
peyo 0:cd5404401c2f 9 $ git push -u origin master
peyo 0:cd5404401c2f 10 ```
peyo 0:cd5404401c2f 11 * Initialize with:
peyo 0:cd5404401c2f 12
peyo 0:cd5404401c2f 13 ```sh
peyo 0:cd5404401c2f 14 $ mbed deploy
peyo 0:cd5404401c2f 15 ```