Added W5100, W5200 drivers.

This commit is contained in:
Jim Jun
2015-04-06 13:27:41 +09:00
parent fc3430b71a
commit 19ae79ee07
7 changed files with 21 additions and 5 deletions

View File

@ -41,7 +41,9 @@
#ifndef _W5100_H_
#define _W5100_H_
#include <stdint.h>
#include "Ethernet/wizchip_conf.h"
#include "wizchip_conf.h"
#if (_WIZCHIP_ == 5100)
#define _WIZCHIP_SN_BASE_ (0x0400)
#define _WIZCHIP_SN_SIZE_ (0x0100)
@ -1837,6 +1839,8 @@ void wiz_recv_data(uint8_t sn, uint8_t *wizdata, uint16_t len);
*/
void wiz_recv_ignore(uint8_t sn, uint16_t len);
#endif
#endif //_W5100_H_