From 633c646ab36368caf6eaeedd326d9f1835196afd Mon Sep 17 00:00:00 2001 From: henryk Date: Tue, 6 Nov 2007 20:26:48 +0000 Subject: Initial import of FreeRTOS code for OpenPICC git-svn-id: https://svn.openpcd.org:2342/trunk@311 6dc7ffe9-61d6-0310-9af1-9938baff3ed1 --- openpicc/readme.txt | 34 ++++++++++++++++++++++++++++++++++ 1 file changed, 34 insertions(+) create mode 100644 openpicc/readme.txt (limited to 'openpicc/readme.txt') 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 +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 -- cgit v1.2.3