X-Git-Url: https://git.gag.com/?a=blobdiff_plain;f=README;h=b6a6de1e4687d4570d2c088d73b5cc5758cdeb0e;hb=ea6a858d955f7c1541440dbf1b4cc09aa573f917;hp=986de7002aa90c9a932462c0efb5dd4c8100f9fd;hpb=3cd9cbb88cf75b8c660fec8bcb02d245151711af;p=fw%2Fstlink diff --git a/README b/README index 986de70..b6a6de1 100644 --- a/README +++ b/README @@ -1,7 +1,7 @@ -STMicroelectronics Stlink Tools -=============================== +Open source version of the STMicroelectronics Stlink Tools +========================================================== -[![Build Status](https://travis-ci.org/xor-gate/stlink.svg?branch=travis)](https://travis-ci.org/xor-gate/stlink) +[![Build Status](https://travis-ci.org/texane/stlink.svg?branch=travis)](https://travis-ci.org/texane/stlink) ## HOWTO @@ -57,7 +57,7 @@ $ make ``` $ mkdir build && cd build -$ cmake .. +$ cmake -DCMAKE_BUILD_TYPE=Debug .. $ make ```