Windows x86¶
- Registry
https://registry.platformio.org/platforms/platformio/windows_x86
- Configuration
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.
Contents
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
[env:latest_stable]
platform = windows_x86
; Custom stable 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 |