Add in basic uIP files into the A2F demo. Ping is working, but nothing else has been tested yet. This check in includes some modifications to the MAC driver to make the Rx zero copy.

This commit is contained in:
Richard Barry 2011-04-17 10:32:09 +00:00
parent 521d995b9d
commit c0bf3cd7f9
14 changed files with 199 additions and 1240 deletions

View file

@ -114,11 +114,7 @@ typedef unsigned short uip_stats_t;
*
* \hideinitializer
*/
#if __LITTLE_ENDIAN__ == 1
#define UIP_CONF_BYTE_ORDER UIP_LITTLE_ENDIAN
#else
#define UIP_CONF_BYTE_ORDER UIP_BIG_ENDIAN
#endif
#define UIP_CONF_BYTE_ORDER LITTLE_ENDIAN
/**
* Logging on or off
@ -159,8 +155,6 @@ typedef unsigned short uip_stats_t;
/*#include "webclient.h"*/
#define CCIF
#define CC_REGISTER_ARG
#endif /* __UIP_CONF_H__ */
/** @} */