3 Commits

Author SHA1 Message Date
c87c9ac3f9 Fixed a compile error. 2014-11-19 13:23:23 +09:00
e816b1aa28 Update README.md 2014-11-12 08:41:57 +09:00
06a60e31e1 Create README.md 2014-11-11 17:20:46 +09:00
2 changed files with 21 additions and 0 deletions

View File

@ -1162,6 +1162,9 @@
*/
#define WIZCHIP_CRITICAL_ENTER() WIZCHIP.CRIS._enter()
#ifdef _exit
#undef _exit
#endif
/**
* @brief Exit a critical section
*

18
README.md Normal file
View File

@ -0,0 +1,18 @@
#ioLibrary Driver
The ioLibrary means “Internet Offload Library” for WIZnet chip. It includes drivers and application protocols.
The driver (ioLibrary) can be used for [W5500](http://wizwiki.net/wiki/doku.php?id=products:w5500:start) application designs. These will be updated continuously.
##ioLibrary
This driver provides the Berkeley Socket type APIs.
- Directory Structure
<!-- ioLibrary pic -->
![ioLibrary](http://wizwiki.net/wiki/lib/exe/fetch.php?media=products:w5500:iolibrary_bsd.jpg "ioLibrary")
- Ethernet : SOCKET APIs like BSD & WIZCHIP([W5500](http://wizwiki.net/wiki/doku.php?id=products:w5500:start), W5200 and etc) Driver
- Internet :
- DHCP client
- DNS client
- Others will be added.
## Revision History
Last release : Nov. 2014