ntruchsess / arduino_uip

UIPEthernet: A plugin-replacement of the stock Arduino Ethernet library for ENC28J60 shields and breakout boards. Full support for persistent (streaming) TCP-connections and UDP (Client and Server each), ARP, ICMP, DHCP and DNS. Build around Adam Dunkels uIP Stack. Further developed version can be found on https://github.com/UIPEthernet/UIPEthernet

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Porting to Arduino 101

nickds opened this issue · comments

Hello all, I attempted to use this library on an Arduino 101, which runs on an Intel based chip. When I try to compile I get a fatal error on "#include avr/io.h" I am assuming as the file is in the avr directory this is referring to the chip used on most other Arduino boards.

Does anyone know of a way I can recompile this library to work on an Arduino 101? Many thanks, Nick