Skip to content

Wiznet/RP2040-v6-HAT-C

Repository files navigation

RP2040 & W6x00 Ethernet Examples

Overview

The RP2040 & W6x00 ethernet examples use W6100-EVB-Pico - ethernet I/O module built on RP2040 and WIZnet's W6100 ethernet chip.

Getting Started

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

Directory Structure

RP2040-v6-HAT-C
┣ examples
┃   ┣ AddressAutoConfiguration
┃   ┗ loopback
┣ libraries
┃   ┣ io6Library
┃   ┣ mbedtls
┃   ┣ pico-extras
┃   ┗ pico-sdk
┣ port
┃   ┣ io6Library
┃   ┣ mbedtls
┃   ┗ timer
┗ static
    ┣ documents
    ┗ images

Appendix

Other Examples