Update main README file according to changes introduced by the modules
authorNathael Pajani <nathael.pajani@ed3l.fr>
Tue, 8 Nov 2022 16:41:54 +0000 (17:41 +0100)
committerNathael Pajani <nathael.pajani@ed3l.fr>
Tue, 8 Nov 2022 16:41:54 +0000 (17:41 +0100)
splitting to new repositories.

README

diff --git a/README b/README
index 9d77ac1..b14eff0 100644 (file)
--- a/README
+++ b/README
@@ -8,28 +8,29 @@ Good programmers write code that humans can understand.
 ********************
 INTRO
 
-This repository provides support for the LPC122x microcontroller from NXP and
-example code for the development modules made by Techno-Innov.
+This repository provides support for the LPC122x microcontroller from NXP
 
-It has support for the LPC122x as used on the development modules made by
-Techno-Innov, and for the peripherals found on the development modules (user
-led, eeprom, temperature sensor, CC1101 RF transceiver, ...).
+It has support for the core LPC122x functions, as used on the development
+modules made by Techno-Innov, and for the peripherals we use on various
+boards for our projects (user led, eeprom, temperature sensor, CC1101 RF
+transceiver, ...).
 Support for various other cool stuff is added when we need it.
 
-Example applications are created in the apps/[module name] directories for
-each module, with one sub-directory for each application. These are (and must
-stay) independent.
+Example applications have been exported to a separate git repository, which
+must be cloned under "apps" directory.
+You can create your own app/[module name] directories for the boards or
+projects you create, with one sub-directory for each application. These can
+(and should) be git repositories.
+These are (and must stay) independent.
 Each module has it's own directory under apps/.
 
 More usefull stuff is up to you. Creating an app is *very* simple. Copy
 an example from apps/[module name]/ to the name you want and start coding.
 ** Please, no spaces (or special characters) in the directory names ! **
 
-System Reference Manual and electronics sources for the modules can be found
-on our server under these directories :
-http://techdata.techno-innov.fr/Modules/LPC1224-BO/
-and
-http://techdata.techno-innov.fr/Modules/GPIO_Demo/
+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
 
 
 ********************