mirror of
https://github.com/platformio/platform-linux_x86_64.git
synced 2025-09-04 13:10:58 +00:00
Add compatibility with PIO Core 6.0
This commit is contained in:
@@ -1,4 +1,4 @@
|
||||
# Linux x86_64: development platform for [PlatformIO](http://platformio.org)
|
||||
# Linux x86_64: development platform for [PlatformIO](https://platformio.org)
|
||||
|
||||
Linux x86_64 (64-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 64-bit) you can build native application for Linux x86_64 platform.
|
||||
|
||||
@@ -7,7 +7,7 @@ Linux x86_64 (64-bit) is a Unix-like and mostly POSIX-compliant computer operati
|
||||
|
||||
# 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:
|
||||
|
||||
## Stable version
|
||||
|
@@ -10,7 +10,7 @@
|
||||
"x86_64"
|
||||
],
|
||||
"engines": {
|
||||
"platformio": "^5"
|
||||
"platformio": "^6"
|
||||
},
|
||||
"repository": {
|
||||
"type": "git",
|
||||
|
@@ -12,7 +12,7 @@
|
||||
# See the License for the specific language governing permissions and
|
||||
# limitations under the License.
|
||||
|
||||
from platformio.managers.platform import PlatformBase
|
||||
from platformio.public import PlatformBase
|
||||
from platformio.util import get_systype
|
||||
|
||||
|
||||
|
Reference in New Issue
Block a user