Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/platformio/platform-windows_x86
Windows x86: development platform for PlatformIO
https://github.com/platformio/platform-windows_x86
platformio platformio-platform windows
Last synced: 4 months ago
JSON representation
Windows x86: development platform for PlatformIO
- Host: GitHub
- URL: https://github.com/platformio/platform-windows_x86
- Owner: platformio
- License: apache-2.0
- Created: 2016-05-27T14:59:34.000Z (over 8 years ago)
- Default Branch: develop
- Last Pushed: 2024-09-05T19:13:05.000Z (5 months ago)
- Last Synced: 2024-10-01T04:05:19.805Z (4 months ago)
- Topics: platformio, platformio-platform, windows
- Language: Python
- Homepage: https://registry.platformio.org/platforms/platformio/windows_x86
- Size: 35.2 KB
- Stars: 8
- Watchers: 4
- Forks: 16
- Open Issues: 4
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Windows x86: development platform for [PlatformIO](https://platformio.org)
[![Build status](https://ci.appveyor.com/api/projects/status/4tqtddjgafvwawmn/branch/develop?svg=true)](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.
* [Home](https://registry.platformio.org/platforms/platformio/windows_x86) (home page in the PlatformIO Registry)
* [Documentation](https://docs.platformio.org/page/platforms/windows_x86.html) (advanced usage, packages, boards, frameworks, etc.)# Usage
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:## Stable version
```ini
[env:stable]
platform = windows_x86
board = ...
...
```## Development version
```ini
[env:development]
platform = https://github.com/platformio/platform-windows_x86.git
board = ...
...
```# Configuration
Please navigate to [documentation](https://docs.platformio.org/page/platforms/windows_x86.html).