Skip to content

WIZnet-ioNIC/WIZnet-PICO-v6-C

Repository files navigation

RP2040, RP2350 & W6x00 Ethernet Examples

Overview

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.

Getting Started

Please refer to Getting Started for how to configure development environment or examples usage.

Setup board

  1. 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
  1. 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)

Directory Structure

WIZnet-PICO-v6-C
┣ examples
┃   ┣ AddressAutoConfiguration
┃   ┗ loopback
┣ libraries
┃   ┣ io6Library
┃   ┣ mbedtls
┃   ┗ pico-sdk
┣ port
┃   ┣ io6Library
┃   ┣ mbedtls
┃   ┗ timer
┗ static
    ┣ documents
    ┗ images

Appendix

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published