mirror of
https://github.com/platformio/platform-windows_x86.git
synced 2025-09-07 04:44:21 +00:00
Add compatibility with PIO Core 6.0
This commit is contained in:
@@ -1,4 +1,4 @@
|
|||||||
# Windows x86: development platform for [PlatformIO](http://platformio.org)
|
# Windows x86: development platform for [PlatformIO](https://platformio.org)
|
||||||
[](https://ci.appveyor.com/project/ivankravets/platform-windows-x86/branch/develop)
|
[](https://ci.appveyor.com/project/ivankravets/platform-windows-x86/branch/develop)
|
||||||
|
|
||||||
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.
|
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.
|
||||||
@@ -8,7 +8,7 @@ Windows x86 (32-bit) is a metafamily of graphical operating systems developed an
|
|||||||
|
|
||||||
# Usage
|
# Usage
|
||||||
|
|
||||||
1. [Install PlatformIO](http://platformio.org)
|
1. [Install PlatformIO](https://platformio.org)
|
||||||
2. Create PlatformIO project and configure a platform option in [platformio.ini](https://docs.platformio.org/page/projectconf.html) file:
|
2. Create PlatformIO project and configure a platform option in [platformio.ini](https://docs.platformio.org/page/projectconf.html) file:
|
||||||
|
|
||||||
## Stable version
|
## Stable version
|
||||||
|
@@ -10,7 +10,7 @@
|
|||||||
"x86"
|
"x86"
|
||||||
],
|
],
|
||||||
"engines": {
|
"engines": {
|
||||||
"platformio": "^5"
|
"platformio": "^6"
|
||||||
},
|
},
|
||||||
"repository": {
|
"repository": {
|
||||||
"type": "git",
|
"type": "git",
|
||||||
|
Reference in New Issue
Block a user