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.)
- Install PlatformIO
- Create PlatformIO project and configure a platform option in platformio.ini file:
[env:stable]
platform = wiznet7500
board = ...
...
[env:development]
platform = https://github.com/platformio/platform-wiznet7500.git
board = ...
...
Please navigate to documentation.