Skip to content
This repository has been archived by the owner on Aug 8, 2024. It is now read-only.

Commit

Permalink
Update product images
Browse files Browse the repository at this point in the history
  • Loading branch information
Giung951 committed May 20, 2022
1 parent cb0ad49 commit 6c650bd
Show file tree
Hide file tree
Showing 8 changed files with 8 additions and 13 deletions.
12 changes: 8 additions & 4 deletions getting_started.md
Original file line number Diff line number Diff line change
Expand Up @@ -30,17 +30,19 @@ The LwIP examples use **Raspberry Pi Pico** and **WIZnet Ethernet HAT** - ethern

- [**Raspberry Pi Pico**][link-raspberry_pi_pico]

![][link-raspberry_pi_pico_main]
<p align="center"><img src="https://github.com/Wiznet/RP2040-HAT-LWIP-C/blob/main/static/images/getting_started/raspberry_pi_pico_main.png"></p>

- [**WIZnet Ethernet HAT**][link-wiznet_ethernet_hat]

![][link-wiznet_ethernet_hat_main]
<p align="center"><img src="https://github.com/Wiznet/RP2040-HAT-LWIP-C/blob/main/static/images/getting_started/wiznet_ethernet_hat_main.png"></p>

- [**W5100S-EVB-Pico**][link-w5100s-evb-pico]

![][link-w5100s-evb-pico_main]
<p align="center"><img src="https://github.com/Wiznet/RP2040-HAT-LWIP-C/blob/main/static/images/getting_started/w5100s-evb-pico_main.png"></p>

- **W5500-EVB-Pico**
- [**W5500-EVB-Pico**][link-w5500-evb-pico]

<p align="center"><img src="https://github.com/Wiznet/RP2040-HAT-LWIP-C/blob/main/static/images/getting_started/w5500-evb-pico_main.png"></p>



Expand Down Expand Up @@ -414,6 +416,8 @@ Link
[link-wiznet_ethernet_hat_main]: https://github.com/Wiznet/RP2040-HAT-LWIP-C/blob/main/static/images/getting_started/wiznet_ethernet_hat_main.png
[link-w5100s-evb-pico]: https://docs.wiznet.io/Product/iEthernet/W5100S/w5100s-evb-pico
[link-w5100s-evb-pico_main]: https://github.com/Wiznet/RP2040-HAT-LWIP-C/blob/main/static/images/getting_started/w5100s-evb-pico_main.png
[link-w5500-evb-pico]: https://docs.wiznet.io/Product/iEthernet/W5500/w5500-evb-pico
[link-w5500-evb-pico_main]: https://github.com/Wiznet/RP2040-HAT-LWIP-C/blob/main/static/images/getting_started/w5500-evb-pico_main.png
[link-dhcp_dns]: https://github.com/Wiznet/RP2040-HAT-LWIP-C/tree/main/examples/dhcp_dns
[link-loopback]: https://github.com/Wiznet/RP2040-HAT-LWIP-C/tree/main/examples/loopback
[link-iperf]: https://github.com/Wiznet/RP2040-HAT-LWIP-C/tree/main/examples/lwiperf
Expand Down
3 changes: 0 additions & 3 deletions patches/01_pico-extras_lwip_cmakelists.patch
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,3 @@ index 33a4ca6..d584108 100644
+ pico_stdlib
+ )
endif()
--
2.32.0.windows.2

3 changes: 0 additions & 3 deletions patches/02_pico-extras_lwip_dns.patch
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,3 @@ index f83ea9b4..768f72ea 100644
#else
static u16_t dns_txid;
#define DNS_RAND_TXID() (++dns_txid)
--
2.32.0.windows.2

3 changes: 0 additions & 3 deletions patches/03_pico-extras_lwip_opt.patch
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,3 @@ index 9fe0bf04..8940f5f3 100644
/**
* @defgroup lwip_opts Options (lwipopts.h)
* @ingroup lwip
--
2.32.0.windows.2

Binary file modified static/images/getting_started/raspberry_pi_pico_main.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified static/images/getting_started/w5100s-evb-pico_main.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified static/images/getting_started/wiznet_ethernet_hat_main.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit 6c650bd

Please sign in to comment.