[uip-stack-commits] uip README,1.1,1.2
Brought to you by:
adamdunkels,
harbaum
|
From: Oliver S. <oli...@us...> - 2007-09-04 22:19:38
|
Update of /cvsroot/uip-stack/uip In directory sc8-pr-cvs8.sourceforge.net:/tmp/cvs-serv31816 Modified Files: README Log Message: Added support for Cygwin as development/test platform. Index: README =================================================================== RCS file: /cvsroot/uip-stack/uip/README,v retrieving revision 1.1 retrieving revision 1.2 diff -C2 -d -r1.1 -r1.2 *** README 4 Jan 2007 11:06:34 -0000 1.1 --- README 4 Sep 2007 22:19:32 -0000 1.2 *************** *** 11,13 **** lib/ - Library code used by some applications uip/ - uIP TCP/IP stack code ! unix/ - uIP as a user space process under FreeBSD or Linux --- 11,13 ---- lib/ - Library code used by some applications uip/ - uIP TCP/IP stack code ! unix/ - uIP as a user space process under FreeBSD, Linux or Cygwin |