Skip to content

platformio/platform-wiznet7500

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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.