The RP2040, RP2350 & W6x00 ethernet examples use W6100-EVB-Pico and W6100-EVB-PICO2 - ethernet I/O modules built on RP2040, RP2350 and WIZnet's W6100 ethernet chip.
Please refer to Getting Started for how to configure development environment or examples usage.
- Setup the board in 'CMakeLists.txt' in 'WIZnet-PICO-v6-C/' directory according to the evaluation board to be used referring to the following.
- W6100-EVB-Pico
- W6100-EVB-Pico2
- For example, when using W6100-EVB-Pico :
# Set board
set(BOARD_NAME W6100_EVB_PICO)
When using W6100-EVB-Pico2 :
# Set board
set(BOARD_NAME W6100_EVB_PICO2)
WIZnet-PICO-v6-C
┣ examples
┃ ┣ AddressAutoConfiguration
┃ ┗ loopback
┣ libraries
┃ ┣ io6Library
┃ ┣ mbedtls
┃ ┗ pico-sdk
┣ port
┃ ┣ io6Library
┃ ┣ mbedtls
┃ ┗ timer
┗ static
┣ documents
┗ images