|
Revision 17, 0.6 KB
(checked in by follower, 14 months ago)
|
|
File explaining origin of vendor driver source files. (Yet to be added.)
|
| Line | |
|---|
| 1 | The source files in this directory are from WIZnet--they represent the |
|---|
| 2 | sample W5100 driver for the Atmega128 and a sample DNS-related application. |
|---|
| 3 | |
|---|
| 4 | The files are from: |
|---|
| 5 | |
|---|
| 6 | App_HowToDNS.zip |
|---|
| 7 | |
|---|
| 8 | which was downloaded thusly: |
|---|
| 9 | |
|---|
| 10 | wget -U "mozilla" -O App_HowToDNS.zip """http://www.wiznet.co.kr/board/download.php?idx=216&bbs_name=download&filename=App_HowToDNS.zip&filedir=1169688854.zip""" |
|---|
| 11 | |
|---|
| 12 | Inside the first archive file is another archive file: |
|---|
| 13 | |
|---|
| 14 | HowtoDNS.zip |
|---|
| 15 | |
|---|
| 16 | that contains the actual source files. |
|---|
| 17 | |
|---|
| 18 | We don't use the file actually designated as the driver on the WIZnet |
|---|
| 19 | site as it is missing the 'delay.[hc]' and 'Makefile' files. |
|---|
| 20 | |
|---|
| 21 | -- follower / 2 November 2007 |
|---|