Switch docs to HTTP

This commit is contained in:
Ivan Kravets 2022-03-31 14:23:40 +03:00
parent 7331a756e7
commit 458dfacd2f
5 changed files with 8 additions and 8 deletions

View File

@ -4,13 +4,13 @@
RP2040 is a low-cost, high-performance microcontroller device with a large on-chip memory, symmetric dual-core processor complex, deterministic bus fabric, and rich peripheral set augmented with a unique Programmable I/O (PIO) subsystem, it provides professional users with unrivalled power and flexibility. RP2040 is a low-cost, high-performance microcontroller device with a large on-chip memory, symmetric dual-core processor complex, deterministic bus fabric, and rich peripheral set augmented with a unique Programmable I/O (PIO) subsystem, it provides professional users with unrivalled power and flexibility.
* [Home](http://platformio.org/platforms/raspberrypi) (home page in PlatformIO Platform Registry) * [Home](https://registry.platformio.org/platforms/platformio/raspberrypi) (home page in the PlatformIO Registry)
* [Documentation](http://docs.platformio.org/page/platforms/raspberrypi.html) (advanced usage, packages, boards, frameworks, etc.) * [Documentation](https://docs.platformio.org/page/platforms/raspberrypi.html) (advanced usage, packages, boards, frameworks, etc.)
# Usage # Usage
1. [Install PlatformIO](http://platformio.org) 1. [Install PlatformIO](http://platformio.org)
2. Create PlatformIO project and configure a platform option in [platformio.ini](http://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
@ -32,4 +32,4 @@ board = ...
# Configuration # Configuration
Please navigate to [documentation](http://docs.platformio.org/page/platforms/raspberrypi.html). Please navigate to [documentation](https://docs.platformio.org/page/platforms/raspberrypi.html).

View File

@ -1,7 +1,7 @@
How to build PlatformIO based project How to build PlatformIO based project
===================================== =====================================
1. [Install PlatformIO Core](http://docs.platformio.org/page/core.html) 1. [Install PlatformIO Core](https://docs.platformio.org/page/core.html)
2. Download [development platform with examples](https://github.com/platformio/platform-raspberrypi/archive/develop.zip) 2. Download [development platform with examples](https://github.com/platformio/platform-raspberrypi/archive/develop.zip)
3. Extract ZIP archive 3. Extract ZIP archive
4. Run these commands: 4. Run these commands:

View File

@ -5,7 +5,7 @@
; Library options: dependencies, extra library storages ; Library options: dependencies, extra library storages
; ;
; Please visit documentation for the other options and examples ; Please visit documentation for the other options and examples
; http://docs.platformio.org/page/projectconf.html ; https://docs.platformio.org/page/projectconf.html
[env] [env]
platform = raspberrypi platform = raspberrypi

View File

@ -1,7 +1,7 @@
How to build PlatformIO based project How to build PlatformIO based project
===================================== =====================================
1. [Install PlatformIO Core](http://docs.platformio.org/page/core.html) 1. [Install PlatformIO Core](https://docs.platformio.org/page/core.html)
2. Download [development platform with examples](https://github.com/platformio/platform-raspberrypi/archive/develop.zip) 2. Download [development platform with examples](https://github.com/platformio/platform-raspberrypi/archive/develop.zip)
3. Extract ZIP archive 3. Extract ZIP archive
4. Run these commands: 4. Run these commands:

View File

@ -5,7 +5,7 @@
; Library options: dependencies, extra library storages ; Library options: dependencies, extra library storages
; ;
; Please visit documentation for the other options and examples ; Please visit documentation for the other options and examples
; http://docs.platformio.org/page/projectconf.html ; https://docs.platformio.org/page/projectconf.html
[env] [env]
platform = raspberrypi platform = raspberrypi