Windows x86
- Registry:
https://registry.platformio.org/platforms/platformio/windows_x86
- Configuration:
platform =
platformio/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
Examples are listed from Windows x86 development platform repository:
Stable and upstream versions
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.
Stable
; Latest stable version, NOT recommended
; Pin the version as shown below
[env:latest_stable]
platform = windows_x86
; Specific version
[env:custom_stable]
platform = windows_x86@x.y.z
Upstream
[env:upstream_develop]
platform = https://github.com/platformio/platform-windows_x86.git
Packages
Name |
Description |
---|---|
MinGW - Minimalist GNU for Windows |