Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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

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).