Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/platformio/platform-wiznet7500

WIZnet W7500: development platform for PlatformIO
https://github.com/platformio/platform-wiznet7500

mbed platformio platformio-platform wiznet

Last synced: 5 days ago
JSON representation

WIZnet W7500: development platform for PlatformIO

Awesome Lists containing this project

README

        

# WIZNet W7500: development platform for [PlatformIO](https://platformio.org)

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

![alt text](https://github.com/platformio/platform-wiznet7500/workflows/Examples/badge.svg "WIZNet W7500 development platform")

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](https://registry.platformio.org/platforms/platformio/wiznet7500) (home page in the PlatformIO Registry)
* [Documentation](https://docs.platformio.org/page/platforms/wiznet7500.html) (advanced usage, packages, boards, frameworks, etc.)

# Usage

1. [Install PlatformIO](https://platformio.org)
2. Create PlatformIO project and configure a platform option in [platformio.ini](https://docs.platformio.org/page/projectconf.html) file:

## Stable version

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

## Development version

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

# Configuration

Please navigate to [documentation](https://docs.platformio.org/page/platforms/wiznet7500.html).