platform = windows_x86
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.
For more detailed information please visit vendor site.
Examples are listed from Windows x86 development platform repository:
You can switch between stable releases of Windows x86 development platform and the latest upstream version using platform option in “platformio.ini” (Project Configuration File) as described below.
; Latest stable version
[env:latest_stable]
platform = windows_x86
board = ...
; Custom stable version
[env:custom_stable]
platform = windows_x86@x.y.z
board = ...
[env:upstream_develop]
platform = https://github.com/platformio/platform-windows_x86.git
board = ...
Name |
Description |
---|---|
MinGW |