Commit Graph

15 Commits

Author SHA1 Message Date
0446055537 define to use W5500 chip and mark SPI functions to be replaced as weak 2020-11-07 21:14:04 +01:00
c2356c8777 1.For W5100S,The array size is one byte smaller
2.W5100S also support KA
2018-12-01 20:10:05 +08:00
183daf143d @c69d27b modify a typing error
wizchip_init()  - modify about MAX TX/RX buffer when W5100S use.
2018-09-27 16:04:50 +09:00
c69d27b875 #49 Adding support for C++ 2018-09-10 09:07:08 +09:00
b8e3c63cff Revert "MDIO added" 2018-07-25 18:33:15 +09:00
1c6b068fa0 MDIO added
MDIO Folder Added
2018-05-28 17:05:15 +09:00
4eb03edf27 "_WIZCHIP_ W5100S" changed to "_WIZCHIP_ W5500" 2018-03-30 12:39:00 +09:00
6a26540c33 w5100s.c, w5100s.h added. 2018-03-30 10:24:40 +09:00
b6814ec8a6 W5100S driver code added 2017-12-05 12:48:20 +09:00
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
1e940bbf14 Version V3.0
Add to W5300
2015-06-04 20:41:00 +09:00
19ae79ee07 Added W5100, W5200 drivers. 2015-04-06 13:27:41 +09:00
fc3430b71a Add to W5200 & W5100
Integrate ioLibrary with WIZnet chips as W5500,W5200, W5100 and so on.
2015-04-06 10:58:45 +09:00
c3dfcd6bac Update the SPI burst operations / fix typos
Update the SPI burst operations / fix typos
2015-02-06 16:17:28 +09:00
483a018bb3 Add ioLibrary files.
Refer to http://wizwiki.net/wiki/doku.php
2014-11-11 17:05:38 +09:00