summaryrefslogtreecommitdiff
path: root/openpicc/readme.txt
diff options
context:
space:
mode:
authorhenryk <henryk@6dc7ffe9-61d6-0310-9af1-9938baff3ed1>2007-11-06 20:26:48 +0000
committerhenryk <henryk@6dc7ffe9-61d6-0310-9af1-9938baff3ed1>2007-11-06 20:26:48 +0000
commit633c646ab36368caf6eaeedd326d9f1835196afd (patch)
treefdd0f60747745d3e528c0f5d8f8895b26fb79633 /openpicc/readme.txt
parent3b41196cb6b64cf6ba8ba41d6995428f73d4764a (diff)
Initial import of FreeRTOS code for OpenPICC
git-svn-id: https://svn.openpcd.org:2342/trunk@311 6dc7ffe9-61d6-0310-9af1-9938baff3ed1
Diffstat (limited to 'openpicc/readme.txt')
-rw-r--r--openpicc/readme.txt34
1 files changed, 34 insertions, 0 deletions
diff --git a/openpicc/readme.txt b/openpicc/readme.txt
new file mode 100644
index 0000000..21fc02f
--- /dev/null
+++ b/openpicc/readme.txt
@@ -0,0 +1,34 @@
+OpenBeaconUSB firmware source code tree v0.1
+--------------------------------------------
+
+Copyright 2007 Milosch Meriac <milosch@openbeacon.de>
+based on http://www.freertos.org/ embedded operating system
+
+Visit http://www.openbeacon.org/ and http://wiki.openbeacon.org/ for further
+informations.
+
+All supplied code is licensed under GNU General Public License Version 2,
+June 1991. See "license.txt" file for license informations. Alternative
+license types are available for the "/application"-tree on request. Please
+contact milosch@openbeacon.de on license issues.
+
+The contained firmware source code is verified to compile flawless by using
+GCC version 4.0.2 configured as ARM cross compiler.
+
+The USB device creates a virtual serial COM port - you can access it by using
+115200 baud, 8 data bit, no parity and one stop bit. Under Linux just plug it
+into your computer - a /dev/ttyACM? device will appear automagically.
+
+We personally prefer the "cu" command line tool from uucp-Package to access
+the created serial port easily under Linux based operating systems.
+
+For Microsoft Windows you have to use the supplied .inf-file from the
+"win32driver" directory - you can verify the assigned COM port by using the
+control panel.
+
+Use the contained "at91flash"-tool to udpate to contained firmware. The
+supplied script depends on our modified sam7 tool:
+http://www.openpcd.org/dl/sam7utils-0.1.0-bm.tar.bz2
+
+
+Enjoy ! \ No newline at end of file
personal git repositories of Harald Welte. Your mileage may vary