From: Nathael Pajani Date: Tue, 8 Nov 2022 16:00:22 +0000 (+0100) Subject: Add new README in apps directory, to prepare for extraction of examples and all modul... X-Git-Url: http://git.techno-innov.fr/?a=commitdiff_plain;h=4768fb4f246c51e272bb6a0fa0ed3bd0bb105192;p=soft%2Flpc122x%2Fcore Add new README in apps directory, to prepare for extraction of examples and all modules apps from the main repository. --- diff --git a/apps/README b/apps/README new file mode 100644 index 0000000..ceaf622 --- /dev/null +++ b/apps/README @@ -0,0 +1,13 @@ +Place here your module directory, or clone existing modules repositories from +our server. + +For example, to get all the examples we wrote for the GPIO-Demo and +LPC1224-BO (Break-Out) boards, you can simply + git clone git://git.techno-innov.fr/lpc122x_examples base + +If you created your own module, create a new directory here with your module's +name, and create subdirectories there for each app you write for your module. + +The easiest way to start a new app is to copy one from our examples, so you'll +get a Makefile and an example of the initialisation code. +