Wiznet / RP2040-v6-HAT-C

Ethernet v6 Example for RP2040
4 stars 5 forks source link
c cpp ethernet ipv6 raspberry-pi-pico rp2040 w6100 w6100-evb-pico

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