platformio / platform-wiznet7500

WIZnet W7500: development platform for PlatformIO

Home Page:https://registry.platformio.org/platforms/platformio/wiznet7500

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

WIZNet W7500: development platform for PlatformIO

This development platform is deprecated and won't receive any further updates.

alt text

The IOP (Internet Offload Processor) W7500 is the one-chip solution which integrates an ARM Cortex-M0, 128KB Flash and hardwired TCP/IP core for various embedded application platform especially requiring Internet of things

  • Home (home page in the PlatformIO Registry)
  • Documentation (advanced usage, packages, boards, frameworks, etc.)

Usage

  1. Install PlatformIO
  2. Create PlatformIO project and configure a platform option in platformio.ini file:

Stable version

[env:stable]
platform = wiznet7500
board = ...
...

Development version

[env:development]
platform = https://github.com/platformio/platform-wiznet7500.git
board = ...
...

Configuration

Please navigate to documentation.

About

WIZnet W7500: development platform for PlatformIO

https://registry.platformio.org/platforms/platformio/wiznet7500

License:Apache License 2.0


Languages

Language:Python 100.0%