From fe832a02bda744808b9996dd7b978a0a078601f7 Mon Sep 17 00:00:00 2001 From: follower Date: Mon, 5 Nov 2007 09:55:10 +0000 Subject: [PATCH] Add instructions for building/installation. git-svn-id: svn+ssh://oldsvn/home/mlalondesvn/svn/cral@55 3ee9b42a-b53c-0410-a25e-f0b6218d5d5b --- branches/follower/wiz810mj/README.txt | 25 +++++++++++++++++++++++++ 1 file changed, 25 insertions(+) diff --git a/branches/follower/wiz810mj/README.txt b/branches/follower/wiz810mj/README.txt index ea7f5e0..4f22082 100644 --- a/branches/follower/wiz810mj/README.txt +++ b/branches/follower/wiz810mj/README.txt @@ -1,5 +1,30 @@ + +WIZnet W5100 / WIZ810MJ Hardwired TCP/IP Ethernet Chip/Module Driver for Arduino +================================================================================ + For more information see: Based on the W5100 driver from WIZnet. + + +Installation and Building +------------------------- + +Arduino will compile the library automatically if you put it in the +library directory of the Arduino application. + +For Arduino version 0010 the library directory location is: + + /hardware/libraries/ + +For Ardino version 0009 the library directory location was: + + /lib/targets/libraries/ + +If you want to compile the library manually you can use the following: + + avr-gcc -mmcu=atmega168 -Wall -Os -fsigned-char -combine -c socket.c w5100.c -o wiz810mj.o + + avr-strip --strip-debug --strip-unneeded -X -x *.o