Searched full:w5500 (Results 1 – 19 of 19) sorted by relevance
/Zephyr-latest/dts/bindings/ethernet/ |
D | wiznet,w5500.yaml | 4 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/ |
D | Kconfig.w5500 | 1 # W5500 Ethernet driver configuration options 8 bool "W5500 Ethernet Controller" 13 W5500 Stand-Alone Ethernet Controller
|
D | eth_w5500_priv.h | 1 /* 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 */
|
D | Kconfig | 64 source "drivers/ethernet/Kconfig.w5500"
|
D | eth_w5500.c | 1 /* W5500 Stand-alone Ethernet Controller with SPI 598 LOG_INF("W5500 Initialized"); in w5500_init()
|
/Zephyr-latest/boards/wiznet/w5500_evb_pico/doc/ |
D | index.rst | 3 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/ |
D | index.rst | 3 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/ |
D | seeed_w5500.overlay | 9 eth_w5500: eth-w5500@0 { 10 compatible = "wiznet,w5500";
|
/Zephyr-latest/boards/shields/arceli_eth_w5500/doc/ |
D | index.rst | 3 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/ |
D | board.yml | 3 full_name: W5500 Evaluation Pico
|
D | w5500_evb_pico.yaml | 2 name: Wiznet W5500 Evaluation Board
|
D | w5500_evb_pico.dts | 147 ethernet: w5500@0 { 148 compatible = "wiznet,w5500";
|
/Zephyr-latest/boards/shields/arceli_eth_w5500/ |
D | arceli_eth_w5500.overlay | 9 compatible = "wiznet,w5500";
|
/Zephyr-latest/tests/drivers/build_all/ethernet/ |
D | spi_devices.overlay | 60 test_spi_w5500: w5500@2 { 61 compatible = "wiznet,w5500";
|
/Zephyr-latest/doc/releases/ |
D | release-notes-3.2.rst | 476 * 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
|
D | release-notes-3.6.rst | 174 * Added support for Wiznet W5500 Evaluation Pico board: ``w5500_evb_pico``.
|
D | release-notes-3.1.rst | 1291 * :github:`46102` - samples: net: W5500 implementation 1356 * :github:`45735` - Ethernet W5500 Driver via SPI is deadlocking
|
D | release-notes-3.7.rst | 814 * Added link status detection to the w5500 ethernet driver, configurable via Kconfig.
|
D | release-notes-2.5.rst | 430 * Added support for w5500 Ethernet controller.
|