Christian Fetzer fb3fdf47cc wizchip_conf: Enable configuration without modifying file
This encloses all user configuration options with preprocessor
ifndef ... endif guards, so that the configuration can be applied
already from the Makefile (for example with gcc -D_WIZCHIP_=5100 or
when using CMake: add_definitions(-D_WIZCHIP_=5100)).

The advantage of this change is that the ioLibrary can then simply be
included as a git submodule from the official upstream repository into
the own project without having to carry along a patch of
wizchip_conf.h.
2015-07-24 10:24:47 +02:00
2015-04-24 13:52:22 +09:00
2014-11-11 17:02:54 +09:00
2015-07-15 16:22:02 +09:00

#ioLibrary Driver The ioLibrary means “Internet Offload Library” for WIZnet chip. It includes drivers and application protocols. The driver (ioLibrary) can be used for the application design of WIZnet TCP/IP chips as W5500, W5200, W5100 and etc.

##ioLibrary This driver provides the Berkeley Socket type APIs.

  • Directory Structure

ioLibrary

  • Ethernet : SOCKET APIs like BSD & WIZCHIP(W5500, W5200 and etc) Driver
  • Internet :
    • DHCP client
    • DNS client
    • Others will be added.

How to add an ioLibrary in project through github site.

Revision History

  • ioLibrary V3.0.1 Released : 15, July, 2015

    • Bug fixed : In W5100, Fixed CS control problem in read/write buffer with SPI. Refer to M20150715.
  • ioLibrary V3.0 Released : 01, June, 2015

    • Add to W5300
    • Typing Error in comments
    • Refer to 20150601 in sources.
  • Type casting error Fixed : 09, April. 2015 In socket.c, send() : Refer to M20150409

  • ioLibrary V2.0 released : April. 2015

    • Added to W5100, W5200
    • Correct to some typing error
    • Fixed the warning of type casting.
  • Last release : Nov. 2014

Description
No description provided
Readme 13 MiB
Languages
C 100%