Skip to content

Commit

Permalink
Pico2
Browse files Browse the repository at this point in the history
  • Loading branch information
theoim committed Aug 12, 2024
1 parent 14d1092 commit e1ae62d
Show file tree
Hide file tree
Showing 6 changed files with 29 additions and 43 deletions.
7 changes: 3 additions & 4 deletions docs/Product/Open-Source-Hardware/rp2350-based.md
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down
4 changes: 2 additions & 2 deletions docs/Product/Products.md
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand Down
19 changes: 7 additions & 12 deletions docs/Product/iEthernet/W5100S/w5100s-evb-pico.md
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down
15 changes: 5 additions & 10 deletions docs/Product/iEthernet/W5100S/w5100s-evb-pico2.md
Original file line number Diff line number Diff line change
Expand Up @@ -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/RP2350-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)

### Certification

Expand Down
14 changes: 7 additions & 7 deletions docs/Product/iEthernet/W5500/w5500-evb-pico.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
13 changes: 5 additions & 8 deletions docs/Product/iEthernet/W5500/w5500-evb-pico2.md
Original file line number Diff line number Diff line change
Expand Up @@ -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/RP2350-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)

### Certification

Expand Down

0 comments on commit e1ae62d

Please sign in to comment.