From e1ae62daba3b4ebde2661478cd73583b17d553be Mon Sep 17 00:00:00 2001 From: theoim <144100252+theoim@users.noreply.github.com> Date: Tue, 13 Aug 2024 08:16:17 +0900 Subject: [PATCH] Pico2 --- .../Open-Source-Hardware/rp2350-based.md | 7 +++---- docs/Product/Products.md | 4 ++-- .../iEthernet/W5100S/w5100s-evb-pico.md | 19 +++++++------------ .../iEthernet/W5100S/w5100s-evb-pico2.md | 15 +++++---------- .../Product/iEthernet/W5500/w5500-evb-pico.md | 14 +++++++------- .../iEthernet/W5500/w5500-evb-pico2.md | 13 +++++-------- 6 files changed, 29 insertions(+), 43 deletions(-) diff --git a/docs/Product/Open-Source-Hardware/rp2350-based.md b/docs/Product/Open-Source-Hardware/rp2350-based.md index d34b1a74cd3..91ddfbc5a33 100644 --- a/docs/Product/Open-Source-Hardware/rp2350-based.md +++ b/docs/Product/Open-Source-Hardware/rp2350-based.md @@ -12,10 +12,9 @@ Click on the product name for a detailed description of each product. ### Board -* [WIZnet Pico PoE](./WIZnet-Pico-PoE.md) -* [W6100-EVB-Pico](Product/iEthernet/W6100/W6100-EVB-Pico2.md) -* [W5500-EVB-Pico](Product/iEthernet/W5500/w5500-evb-pico2.md) -* [W5100S-EVB-Pico](Product/iEthernet/W5100S/w5100s-evb-pico2.md) +* [W6100-EVB-Pico2](Product/iEthernet/W6100/W6100-EVB-Pico2.md) +* [W5500-EVB-Pico2](Product/iEthernet/W5500/w5500-evb-pico2.md) +* [W5100S-EVB-Pico2](Product/iEthernet/W5100S/w5100s-evb-pico2.md) ### HAT diff --git a/docs/Product/Products.md b/docs/Product/Products.md index 133e26bf36f..88763cd492e 100644 --- a/docs/Product/Products.md +++ b/docs/Product/Products.md @@ -39,12 +39,12 @@ The **IOP4IoT W7500** chip is the one-chip solution which integrates an ARM Cort - [W5100S-EVB-Pico](iEthernet/W5100S/w5100s-evb-pico.md): RP2040-based W5100S chip evaluation board - [W5500-EVB-Pico](iEthernet/W5500/w5500-evb-pico.md): RP2040-based W5500 chip evaluation board - [W5500-EVB](iEthernet/W5500/W5500-EVB/W5500-EVB.md): W5500 chip evaluation board - - [W6100-EVB-Pico](iEthernet/W6100/w6100-EVB-pico.md): RP2040-based W6100 chip evaluation board + - [W6100-EVB-Pico](iEthernet/W6100/W6100-EVB-Pico.md): RP2040-based W6100 chip evaluation board * RP2350 Based - [W5100S-EVB-Pico2](iEthernet/W5100S/w5100s-evb-pico2.md): RP2350-based W5100S chip evaluation board - [W5500-EVB-Pico2](iEthernet/W5500/w5500-evb-pico2.md): RP2350-based W5500 chip evaluation board - - [W6100-EVB-Pico2](iEthernet/W6100/w6100-EVB-pico2.md): RP2350-based W6100 chip evaluation board + - [W6100-EVB-Pico2](iEthernet/W6100/W6100-EVB-Pico.md): RP2350-based W6100 chip evaluation board ----- ## io Module (Internet Offload Module) diff --git a/docs/Product/iEthernet/W5100S/w5100s-evb-pico.md b/docs/Product/iEthernet/W5100S/w5100s-evb-pico.md index 2768c74043b..dec1c08efe2 100644 --- a/docs/Product/iEthernet/W5100S/w5100s-evb-pico.md +++ b/docs/Product/iEthernet/W5100S/w5100s-evb-pico.md @@ -284,19 +284,14 @@ TBA Please refer to below links to find firmware example. - - - - - - C/C++ - - [Ethernet Examples](https://github.com/Wiznet/RP2040-HAT-C) - - [AWS Examples](https://github.com/Wiznet/RP2040-HAT-AWS-C) - - [Azure Examples](https://github.com/Wiznet/RP2040-HAT-AZURE-C) - - [LwIP Examples](https://github.com/Wiznet/RP2040-HAT-LWIP-C) - - [FreeRTOS Examples](https://github.com/Wiznet/RP2040-HAT-FREERTOS-C) -- [CircuitPython Examples](https://github.com/Wiznet/RP2040-HAT-CircuitPython) -- [MicroPython Examples](https://github.com/Wiznet/RP2040-HAT-MicroPython) + - [Ethernet Examples](https://github.com/Wiznet/RP2040-HAT-C) + - [AWS Examples](https://github.com/Wiznet/RP2040-HAT-AWS-C) + - [Azure Examples](https://github.com/Wiznet/RP2040-HAT-AZURE-C) + - [LwIP Examples](https://github.com/Wiznet/RP2040-HAT-LWIP-C) + - [FreeRTOS Examples](https://github.com/Wiznet/RP2040-HAT-FREERTOS-C) + - [CircuitPython Examples](https://github.com/Wiznet/RP2040-HAT-CircuitPython) + - [MicroPython Examples](https://github.com/Wiznet/RP2040-HAT-MicroPython) ### Certification diff --git a/docs/Product/iEthernet/W5100S/w5100s-evb-pico2.md b/docs/Product/iEthernet/W5100S/w5100s-evb-pico2.md index 7f249d32a47..8955602a343 100644 --- a/docs/Product/iEthernet/W5100S/w5100s-evb-pico2.md +++ b/docs/Product/iEthernet/W5100S/w5100s-evb-pico2.md @@ -149,16 +149,11 @@ Recommended maximum ambient temperature of operation is 70C. Please refer to below links to find firmware example. - C/C++ - - - - + - [Ethernet Examples](https://github.com/WIZnet-ioNIC/WIZnet-PICO-C) + - [AWS Examples](https://github.com/WIZnet-ioNIC/WIZnet-PICO-AWS-C) + - [Azure Examples](https://github.com/WIZnet-ioNIC/WIZnet-PICO-AZURE-C) + - [LwIP Examples](https://github.com/WIZnet-ioNIC/WIZnet-PICO-LWIP-C) + - [FreeRTOS Examples](https://github.com/WIZnet-ioNIC/WIZnet-PICO-FREERTOS-C) ### Certification diff --git a/docs/Product/iEthernet/W5500/w5500-evb-pico.md b/docs/Product/iEthernet/W5500/w5500-evb-pico.md index 25b5d0c04e3..4d69ee40cb0 100644 --- a/docs/Product/iEthernet/W5500/w5500-evb-pico.md +++ b/docs/Product/iEthernet/W5500/w5500-evb-pico.md @@ -123,13 +123,13 @@ Recommended maximum ambient temperature of operation is 70C. Please refer to below links to find firmware example. - C/C++ - - [Ethernet Examples](https://github.com/Wiznet/RP2040-HAT-C) - - [AWS Examples](https://github.com/Wiznet/RP2040-HAT-AWS-C) - - [Azure Examples](https://github.com/Wiznet/RP2040-HAT-AZURE-C) - - [LwIP Examples](https://github.com/Wiznet/RP2040-HAT-LWIP-C) - - [FreeRTOS Examples](https://github.com/Wiznet/RP2040-HAT-FREERTOS-C) -- [CircuitPython Examples](https://github.com/Wiznet/RP2040-HAT-CircuitPython) -- [MicroPython Examples](https://github.com/Wiznet/RP2040-HAT-MicroPython) + - [Ethernet Examples](https://github.com/WIZnet-ioNIC/WIZnet-PICO-C) + - [AWS Examples](https://github.com/WIZnet-ioNIC/WIZnet-PICO-AWS-C) + - [Azure Examples](https://github.com/WIZnet-ioNIC/WIZnet-PICO-AZURE-C) + - [LwIP Examples](https://github.com/WIZnet-ioNIC/WIZnet-PICO-LWIP-C) + - [FreeRTOS Examples](https://github.com/WIZnet-ioNIC/WIZnet-PICO-FREERTOS-C) + - [CircuitPython Examples](https://github.com/Wiznet/RP2040-HAT-CircuitPython) + - [MicroPython Examples](https://github.com/Wiznet/RP2040-HAT-MicroPython) ### Certification diff --git a/docs/Product/iEthernet/W5500/w5500-evb-pico2.md b/docs/Product/iEthernet/W5500/w5500-evb-pico2.md index 6d33bfe0895..a492c423db7 100644 --- a/docs/Product/iEthernet/W5500/w5500-evb-pico2.md +++ b/docs/Product/iEthernet/W5500/w5500-evb-pico2.md @@ -145,14 +145,11 @@ Recommended maximum ambient temperature of operation is 70C. Please refer to below links to find firmware example. - C/C++ - - + - [Ethernet Examples](https://github.com/WIZnet-ioNIC/WIZnet-PICO-C) + - [AWS Examples](https://github.com/WIZnet-ioNIC/WIZnet-PICO-AWS-C) + - [Azure Examples](https://github.com/WIZnet-ioNIC/WIZnet-PICO-AZURE-C) + - [LwIP Examples](https://github.com/WIZnet-ioNIC/WIZnet-PICO-LWIP-C) + - [FreeRTOS Examples](https://github.com/WIZnet-ioNIC/WIZnet-PICO-FREERTOS-C) ### Certification