Skip to content

Commit 58ec6d6

Browse files
committed
Merge branch 'release/v9.3.0'
2 parents fa104f3 + 168a568 commit 58ec6d6

29 files changed

Lines changed: 35 additions & 35 deletions

File tree

README.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -4,13 +4,13 @@
44

55
The nRF52 Series are built for speed to carry out increasingly complex tasks in the shortest possible time and return to sleep, conserving precious battery power. They have a Cortex-M4F processor which makes them quite capable Bluetooth Smart SoCs.
66

7-
* [Home](http://platformio.org/platforms/nordicnrf52) (home page in PlatformIO Platform Registry)
8-
* [Documentation](http://docs.platformio.org/page/platforms/nordicnrf52.html) (advanced usage, packages, boards, frameworks, etc.)
7+
* [Home](https://registry.platformio.org/platforms/platformio/nordicnrf52) (home page in the PlatformIO Registry)
8+
* [Documentation](https://docs.platformio.org/page/platforms/nordicnrf52.html) (advanced usage, packages, boards, frameworks, etc.)
99

1010
# Usage
1111

1212
1. [Install PlatformIO](http://platformio.org)
13-
2. Create PlatformIO project and configure a platform option in [platformio.ini](http://docs.platformio.org/page/projectconf.html) file:
13+
2. Create PlatformIO project and configure a platform option in [platformio.ini](https://docs.platformio.org/page/projectconf.html) file:
1414

1515
## Stable version
1616

@@ -32,4 +32,4 @@ board = ...
3232

3333
# Configuration
3434

35-
Please navigate to [documentation](http://docs.platformio.org/page/platforms/nordicnrf52.html).
35+
Please navigate to [documentation](https://docs.platformio.org/page/platforms/nordicnrf52.html).

examples/arduino-ble-led/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
How to build PlatformIO based project
22
=====================================
33

4-
1. [Install PlatformIO Core](http://docs.platformio.org/page/core.html)
4+
1. [Install PlatformIO Core](https://docs.platformio.org/page/core.html)
55
2. Download [development platform with examples](https://github.com/platformio/platform-nordicnrf52/archive/develop.zip)
66
3. Extract ZIP archive
77
4. Run these commands:

examples/arduino-ble-led/platformio.ini

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
; Library options: dependencies, extra library storages
66
;
77
; Please visit documentation for the other options and examples
8-
; http://docs.platformio.org/page/projectconf.html
8+
; https://docs.platformio.org/page/projectconf.html
99

1010
[env]
1111
lib_deps = sandeepmistry/BLEPeripheral @ ^0.4.0

examples/arduino-blink/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
How to build PlatformIO based project
22
=====================================
33

4-
1. [Install PlatformIO Core](http://docs.platformio.org/page/core.html)
4+
1. [Install PlatformIO Core](https://docs.platformio.org/page/core.html)
55
2. Download [development platform with examples](https://github.com/platformio/platform-nordicnrf52/archive/develop.zip)
66
3. Extract ZIP archive
77
4. Run these commands:

examples/arduino-blink/platformio.ini

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
; Library options: dependencies, extra library storages
66
;
77
; Please visit documentation for the other options and examples
8-
; http://docs.platformio.org/page/projectconf.html
8+
; https://docs.platformio.org/page/projectconf.html
99

1010
[env:bbcmicrobit_v2]
1111
platform = nordicnrf52

examples/arduino-nina-b1-generic-example/README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ u-blox NINA-B1 Arduino example + SHT31 temperature and humidity + Bluetooth BLE
1212

1313
## How to build PlatformIO based project
1414

15-
1. [Install PlatformIO Core](http://docs.platformio.org/page/core.html)
15+
1. [Install PlatformIO Core](https://docs.platformio.org/page/core.html)
1616
2. Download [development platform with examples](https://github.com/platformio/platform-nordicnrf52/archive/develop.zip)
1717
3. Extract ZIP archive
1818
4. Run these commands:
@@ -43,7 +43,7 @@ This example tries to implement some key functions and key PIN atributes in orde
4343

4444
Timer functionas are implemented intead of `delay()` and the PINs have been re-mapped on the `#define` section
4545

46-
## Bluetooth iOS and Android app
46+
## Bluetooth iOS and Android app
4747

4848
You can download the sample Bluetooth low energy app - BLE App straight from u-blox wesite: [https://www.u-blox.com/en/product/bluetooth-ios-and-android-app](https://www.u-blox.com/en/product/bluetooth-ios-and-android-app)
4949

examples/arduino-serial-plotter/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
How to build PlatformIO based project
22
=====================================
33

4-
1. [Install PlatformIO Core](http://docs.platformio.org/page/core.html)
4+
1. [Install PlatformIO Core](https://docs.platformio.org/page/core.html)
55
2. Download [development platform with examples](https://github.com/platformio/platform-nordicnrf52/archive/develop.zip)
66
3. Extract ZIP archive
77
4. Run these commands:

examples/arduino-serial-plotter/platformio.ini

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
; Library options: dependencies, extra library storages
66
;
77
; Please visit documentation for the other options and examples
8-
; http://docs.platformio.org/page/projectconf.html
8+
; https://docs.platformio.org/page/projectconf.html
99

1010
[env:nano33ble]
1111
platform = nordicnrf52

examples/mbed-legacy-examples/mbed-ble-thermometer/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
How to build PlatformIO based project
22
=====================================
33

4-
1. [Install PlatformIO Core](http://docs.platformio.org/page/core.html)
4+
1. [Install PlatformIO Core](https://docs.platformio.org/page/core.html)
55
2. Download [development platform with examples](https://github.com/platformio/platform-nordicnrf52/archive/develop.zip)
66
3. Extract ZIP archive
77
4. Run these commands:

examples/mbed-legacy-examples/mbed-ble-thermometer/platformio.ini

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
; Library options: dependencies, extra library storages
66
;
77
; Please visit documentation for the other options and examples
8-
; http://docs.platformio.org/page/projectconf.html
8+
; https://docs.platformio.org/page/projectconf.html
99

1010
[env:nrf52_dk]
1111
platform = nordicnrf52

0 commit comments

Comments
 (0)