From: Nils Faerber Date: Sun, 5 May 2013 16:55:42 +0000 (+0200) Subject: Some documentation hints X-Git-Url: https://git.karo-electronics.de/?p=oswald.git;a=commitdiff_plain;h=a9be019ac653badc27a55c94b8d50122eadf8c5f Some documentation hints --- diff --git a/README b/README index 89390b3..7cfcbaf 100644 --- 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, -see individual files for licensing information +see individual files for more / different licensing information diff --git a/linux-bt/README.txt b/linux-bt/README.txt index 782090e..9de0009 100644 --- a/linux-bt/README.txt +++ b/linux-bt/README.txt @@ -1,7 +1,8 @@ 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 diff --git a/metawatch/Makefile b/metawatch/Makefile index 70a7775..583ccb1 100644 --- a/metawatch/Makefile +++ b/metawatch/Makefile @@ -17,17 +17,17 @@ MEMMODEL = -mmemory-model=huge -fdata-sections -ffunction-sections # -mdata-re # 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_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 +# 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 \ diff --git a/metawatch/README.txt b/metawatch/README.txt new file mode 100644 index 0000000..692900b --- /dev/null +++ b/metawatch/README.txt @@ -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.