From a0db184a45a1a8f3d66707cc20555d847ac75adb Mon Sep 17 00:00:00 2001 From: Nathael Pajani Date: Tue, 24 Jan 2023 14:22:27 +0100 Subject: [PATCH] Update README file due to git repositories path changes --- README | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) 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 -- 2.43.0