From: Nathael Pajani Date: Tue, 24 Jan 2023 13:22:27 +0000 (+0100) Subject: Update README file due to git repositories path changes X-Git-Url: http://git.techno-innov.fr/?a=commitdiff_plain;h=a0db184a45a1a8f3d66707cc20555d847ac75adb;p=soft%2Flpc122x%2Fcore Update README file due to git repositories path changes --- diff --git a/README b/README index b14eff0..f74932a 100644 --- a/README +++ b/README @@ -30,7 +30,7 @@ an example from apps/[module name]/ to the name you want and start coding. The examples git repository can be cloned from our server by using the following command when in the "app" directory : - git clone git://git.techno-innov.fr/lpc122x_examples examples + git clone git://git.techno-innov.fr/soft/lpc122x/examples examples ******************** @@ -59,9 +59,9 @@ usage of the generated binary. To flash the binary (the file ending with ".bin") to the embedded LPC Flash you will need the lpctool package, now packaged for Debian (starting with Jessie), -or available in our git repository : http://git.techno-innov.fr/lpctools (Clone -using : git clone http://gitclone.techno-innov.fr/lpctools and then build -(make) and use :) +or available in our git repository : http://git.techno-innov.fr/soft/lpctools +(Clone using : git clone http://gitclone.techno-innov.fr/soft/lpctools and then +build (make) and use :) Usual command lines : lpcprog -d /dev/ttyUSB0 -c id lpcprog -d /dev/ttyUSB0 -c flash app_name.bin