
details
WIZNet W7500: development platform for PlatformIO
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
- Install PlatformIO
- 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.
documents
COMMENTS