]> git.karo-electronics.de Git - oswald.git/commitdiff
Some documentation hints
authorNils Faerber <nils.faerber@kernelconcepts.de>
Sun, 5 May 2013 16:55:42 +0000 (18:55 +0200)
committerNils Faerber <nils.faerber@kernelconcepts.de>
Sun, 5 May 2013 16:55:42 +0000 (18:55 +0200)
README
linux-bt/README.txt
metawatch/Makefile
metawatch/README.txt [new file with mode: 0644]

diff --git a/README b/README
index 89390b336fde15d4b24f89d90c8efe43eedebdf5..7cfcbaf8d85c91ffc790f50377bf8171f0257abf 100644 (file)
--- a/README
+++ b/README
@@ -4,4 +4,4 @@ Open Smart Watch Application Loadable Development
 
 License: LGPL (Gnu Library Public License),
 permission granted for static linking,
 
 License: LGPL (Gnu Library Public License),
 permission granted for static linking,
-see individual files for licensing information
+see individual files for more / different licensing information
index 782090e59ab2767b8fb8feb6d37c2ba528a6f20e..9de000951e935ee9f708757a7612846aab4e798a 100644 (file)
@@ -1,7 +1,8 @@
 
 l2cap_client
 
 l2cap_client
+License: GPLv3
 
 
-Is a small test application to test the Bluetooth connection to
+This is a small test application to test the Bluetooth connection to
 Oswald-MetaWatch. It opens a L2CAP connection to a give Bluetooth address.
 After successful connection establishment it output all data received to
 stdout and send data received from stdin (keyboard) to the watch. Input via
 Oswald-MetaWatch. It opens a L2CAP connection to a give Bluetooth address.
 After successful connection establishment it output all data received to
 stdout and send data received from stdin (keyboard) to the watch. Input via
index 70a7775fae64e59181cf3400378443366d431933..583ccb13520091de31996481b21f244f6623f845 100644 (file)
@@ -17,17 +17,17 @@ MEMMODEL   = -mmemory-model=huge -fdata-sections -ffunction-sections # -mdata-re
 # MEMMODEL   = -mmemory-model=medium -misr20
 #MEMMODEL   = -mmemory-model=medium
 
 # MEMMODEL   = -mmemory-model=medium -misr20
 #MEMMODEL   = -mmemory-model=medium
 
-APPCONFIG = -DDIGITAL -DMW_DEVBOARD_V2
+#APPCONFIG = -DDIGITAL -DMW_DEVBOARD_V2
 #APPCONFIG = -DDIGITAL -DMW_DEVBOARD_V2 -DWITH_BTSTACK
 #APPCONFIG = -DDIGITAL -DMW_DEVBOARD_V2 -DCC256x_TRANSP
 #APPCONFIG = -DDIGITAL -DMW_DEVBOARD_V2 -DWITH_BTSTACK
 #APPCONFIG = -DDIGITAL -DMW_DEVBOARD_V2 -DCC256x_TRANSP
-#APPCONFIG = -DDIGITAL -DMW_DIGITAL_V2
-
-# List all the source files here
-# eg if you have a source file foo.c then list it here
+APPCONFIG = -DDIGITAL -DMW_DIGITAL_V2
 
 BTCC256x_SCRIPT = bluetooth_init_cc2560_2.44.c
 #BTCC256x_SCRIPT = bluetooth_init_cc2564_2.8.c
 
 
 BTCC256x_SCRIPT = bluetooth_init_cc2560_2.44.c
 #BTCC256x_SCRIPT = bluetooth_init_cc2564_2.8.c
 
+# List all the source files here
+# eg if you have a source file foo.c then list it here
+
 OSWALD_SRC = ../ui/oswald_main.c ../ui/oswald_screens.c \
        ../ui/oswald_watch_faces.c \
        ../ui/oswald_strings.c ../ui/calendar.c \
 OSWALD_SRC = ../ui/oswald_main.c ../ui/oswald_screens.c \
        ../ui/oswald_watch_faces.c \
        ../ui/oswald_strings.c ../ui/calendar.c \
diff --git a/metawatch/README.txt b/metawatch/README.txt
new file mode 100644 (file)
index 0000000..692900b
--- /dev/null
@@ -0,0 +1,4 @@
+
+To compile basically just type "make".
+Have a look into the Makefile for configurable options, like watch type,
+Bluetooth firmware version etc.