Windows x86: development platform for PlatformIO
Windows x86 (32-bit) is a metafamily of graphical operating systems developed and marketed by Microsoft. Using host OS (Windows, Linux 32/64 or Mac OS X) you can build native application for Windows x86 platform.
- 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 = windows_x86
board = ...
...
[env:development]
platform = https://github.com/platformio/platform-windows_x86.git
board = ...
...
Please navigate to documentation.