Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/platformio/platform-wiznet7500
- Owner: platformio
- License: apache-2.0
- Created: 2017-06-21T12:26:27.000Z (over 7 years ago)
- Default Branch: develop
- Last Pushed: 2023-06-09T14:45:19.000Z (over 1 year ago)
- Last Synced: 2025-01-29T16:37:43.102Z (11 days ago)
- Topics: mbed, platformio, platformio-platform, wiznet
- Language: Python
- Homepage: https://registry.platformio.org/platforms/platformio/wiznet7500
- Size: 87.9 KB
- Stars: 4
- Watchers: 3
- Forks: 1
- Open Issues: 3
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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).