Home
last modified time | relevance | path

Searched full:w5500 (Results 1 – 19 of 19) sorted by relevance

/Zephyr-latest/dts/bindings/ethernet/
Dwiznet,w5500.yaml4 description: W5500 standalone 10/100BASE-T Ethernet controller with SPI interface
6 compatible: "wiznet,w5500"
16 The interrupt pin of W5500 is active low.
23 The reset pin of W5500 is active low.
/Zephyr-latest/drivers/ethernet/
DKconfig.w55001 # W5500 Ethernet driver configuration options
8 bool "W5500 Ethernet Controller"
13 W5500 Stand-Alone Ethernet Controller
Deth_w5500_priv.h1 /* W5500 Stand-alone Ethernet Controller with SPI
16 * W5500 common registers
44 #define S0_MR_MF 0x40 /* MAC Filter for W5500 */
62 #define W5500_S0_MR_MF 7 /* MAC Filter for W5500 */
DKconfig64 source "drivers/ethernet/Kconfig.w5500"
Deth_w5500.c1 /* W5500 Stand-alone Ethernet Controller with SPI
598 LOG_INF("W5500 Initialized"); in w5500_init()
/Zephyr-latest/boards/wiznet/w5500_evb_pico/doc/
Dindex.rst3 Wiznet W5500 Evaluation Pico
9 W5500-EVB-Pico is a microcontroller evaluation board based on the Raspberry
10 Pi RP2040 and fully hardwired TCP/IP controller W5500 - and basically works
11 the same as Raspberry Pi Pico board but with additional Ethernet via W5500.
31 - Wiznet W5500 Ethernet MAC/PHY
36 :alt: W5500 Evaluation Board
91 * - W5500 Ethernet
93 - :dtcompatible:`wiznet,w5500`
104 Pi Pico, the blinky example works as intended. The W5500 is routed to the SPI0
105 (P16-P19), with the reset and interrupt signal for the W5500 routed to P20 and
[all …]
/Zephyr-latest/boards/shields/seeed_w5500/doc/
Dindex.rst3 Seeed W5500 Ethernet Shield
9 Seeed `W5500 Ethernet Shield`_ is an Arduino connector shield with:
11 - `W5500`_ 10/100 MBPS stand alone Ethernet controller with on-board MAC & PHY
20 :alt: Seeed W5500 Ethernet Shield
22 Seeed W5500 Ethernet Shield
24 Pins Assignment of the W5500 Shield
67 https://wiznet.io/products/iethernet-chips/w5500
/Zephyr-latest/boards/shields/seeed_w5500/
Dseeed_w5500.overlay9 eth_w5500: eth-w5500@0 {
10 compatible = "wiznet,w5500";
/Zephyr-latest/boards/shields/arceli_eth_w5500/doc/
Dindex.rst3 ARCELI W5500 ETH
9 ARCELI W5500 Ethernet is breakout board with SPI bus access over 10 pin header.
10 `W5500`_ is 10/100 MBPS stand alone Ethernet controller with on-board MAC & PHY,
13 Pins Assignment of the W5500 Shield
56 https://wiznet.io/products/iethernet-chips/w5500
/Zephyr-latest/boards/wiznet/w5500_evb_pico/
Dboard.yml3 full_name: W5500 Evaluation Pico
Dw5500_evb_pico.yaml2 name: Wiznet W5500 Evaluation Board
Dw5500_evb_pico.dts147 ethernet: w5500@0 {
148 compatible = "wiznet,w5500";
/Zephyr-latest/boards/shields/arceli_eth_w5500/
Darceli_eth_w5500.overlay9 compatible = "wiznet,w5500";
/Zephyr-latest/tests/drivers/build_all/ethernet/
Dspi_devices.overlay60 test_spi_w5500: w5500@2 {
61 compatible = "wiznet,w5500";
/Zephyr-latest/doc/releases/
Drelease-notes-3.2.rst476 * ARCELI W5500 ETH
2335 * :github:`46684` - ethernet: w5500: driver will be stack overflowed when reading the invalid(corru…
2361 * :github:`46493` - Ethernet W5500 driver fails initialization with latest change - revert needed
Drelease-notes-3.6.rst174 * Added support for Wiznet W5500 Evaluation Pico board: ``w5500_evb_pico``.
Drelease-notes-3.1.rst1291 * :github:`46102` - samples: net: W5500 implementation
1356 * :github:`45735` - Ethernet W5500 Driver via SPI is deadlocking
Drelease-notes-3.7.rst814 * Added link status detection to the w5500 ethernet driver, configurable via Kconfig.
Drelease-notes-2.5.rst430 * Added support for w5500 Ethernet controller.