https://github.com/platformio/platform-linux_i686
Linux i686: development platform for PlatformIO
https://github.com/platformio/platform-linux_i686
linux platformio platformio-platform
Last synced: 8 months ago
JSON representation
Linux i686: development platform for PlatformIO
- Host: GitHub
- URL: https://github.com/platformio/platform-linux_i686
- Owner: platformio
- License: apache-2.0
- Created: 2016-05-27T14:21:58.000Z (over 9 years ago)
- Default Branch: develop
- Last Pushed: 2022-08-08T11:03:24.000Z (about 3 years ago)
- Last Synced: 2025-01-29T16:37:42.686Z (8 months ago)
- Topics: linux, platformio, platformio-platform
- Language: Python
- Homepage: https://registry.platformio.org/platforms/platformio/linux_i686
- Size: 28.3 KB
- Stars: 4
- Watchers: 2
- Forks: 2
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Linux i686: development platform for [PlatformIO](https://platformio.org)
Linux i686 (32-bit) is a Unix-like and mostly POSIX-compliant computer operating system (OS) assembled under the model of free and open-source software development and distribution. Using host OS (Mac OS X or Linux 32-bit) you can build native application for Linux i686 platform.
* [Home](https://registry.platformio.org/platforms/platformio/linux_i686) (home page in the PlatformIO Registry)
* [Documentation](https://docs.platformio.org/page/platforms/linux_i686.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 = linux_i686
board = ...
...
```## Development version
```ini
[env:development]
platform = https://github.com/platformio/platform-linux_i686.git
board = ...
...
```# Configuration
Please navigate to [documentation](https://docs.platformio.org/page/platforms/linux_i686.html).