diff --git a/README.md b/README.md index 035e4195..003f309a 100644 --- a/README.md +++ b/README.md @@ -4,13 +4,13 @@ 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. -* [Home](http://platformio.org/platforms/nordicnrf52) (home page in PlatformIO Platform Registry) -* [Documentation](http://docs.platformio.org/page/platforms/nordicnrf52.html) (advanced usage, packages, boards, frameworks, etc.) +* [Home](https://registry.platformio.org/platforms/platformio/nordicnrf52) (home page in the PlatformIO Registry) +* [Documentation](https://docs.platformio.org/page/platforms/nordicnrf52.html) (advanced usage, packages, boards, frameworks, etc.) # Usage 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 @@ -32,4 +32,4 @@ board = ... # Configuration -Please navigate to [documentation](http://docs.platformio.org/page/platforms/nordicnrf52.html). +Please navigate to [documentation](https://docs.platformio.org/page/platforms/nordicnrf52.html). diff --git a/examples/arduino-ble-led/README.md b/examples/arduino-ble-led/README.md index 43093ea0..a6f265cf 100644 --- a/examples/arduino-ble-led/README.md +++ b/examples/arduino-ble-led/README.md @@ -1,7 +1,7 @@ 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-nordicnrf52/archive/develop.zip) 3. Extract ZIP archive 4. Run these commands: diff --git a/examples/arduino-ble-led/platformio.ini b/examples/arduino-ble-led/platformio.ini index 1911539f..fb361461 100644 --- a/examples/arduino-ble-led/platformio.ini +++ b/examples/arduino-ble-led/platformio.ini @@ -5,7 +5,7 @@ ; Library options: dependencies, extra library storages ; ; Please visit documentation for the other options and examples -; http://docs.platformio.org/page/projectconf.html +; https://docs.platformio.org/page/projectconf.html [env] lib_deps = sandeepmistry/BLEPeripheral @ ^0.4.0 diff --git a/examples/arduino-blink/README.md b/examples/arduino-blink/README.md index e7831552..f633f878 100644 --- a/examples/arduino-blink/README.md +++ b/examples/arduino-blink/README.md @@ -1,7 +1,7 @@ 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-nordicnrf52/archive/develop.zip) 3. Extract ZIP archive 4. Run these commands: diff --git a/examples/arduino-blink/platformio.ini b/examples/arduino-blink/platformio.ini index 82689128..aeceba41 100644 --- a/examples/arduino-blink/platformio.ini +++ b/examples/arduino-blink/platformio.ini @@ -5,7 +5,7 @@ ; Library options: dependencies, extra library storages ; ; Please visit documentation for the other options and examples -; http://docs.platformio.org/page/projectconf.html +; https://docs.platformio.org/page/projectconf.html [env:bbcmicrobit_v2] platform = nordicnrf52 diff --git a/examples/arduino-nina-b1-generic-example/README.md b/examples/arduino-nina-b1-generic-example/README.md index 341deed7..3d532690 100644 --- a/examples/arduino-nina-b1-generic-example/README.md +++ b/examples/arduino-nina-b1-generic-example/README.md @@ -12,7 +12,7 @@ u-blox NINA-B1 Arduino example + SHT31 temperature and humidity + Bluetooth BLE ## 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-nordicnrf52/archive/develop.zip) 3. Extract ZIP archive 4. Run these commands: @@ -43,7 +43,7 @@ This example tries to implement some key functions and key PIN atributes in orde Timer functionas are implemented intead of `delay()` and the PINs have been re-mapped on the `#define` section -## Bluetooth iOS and Android app +## Bluetooth iOS and Android app 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) diff --git a/examples/arduino-serial-plotter/README.md b/examples/arduino-serial-plotter/README.md index 94819900..dcbd98ca 100644 --- a/examples/arduino-serial-plotter/README.md +++ b/examples/arduino-serial-plotter/README.md @@ -1,7 +1,7 @@ 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-nordicnrf52/archive/develop.zip) 3. Extract ZIP archive 4. Run these commands: diff --git a/examples/arduino-serial-plotter/platformio.ini b/examples/arduino-serial-plotter/platformio.ini index 251eece6..7c5537b9 100644 --- a/examples/arduino-serial-plotter/platformio.ini +++ b/examples/arduino-serial-plotter/platformio.ini @@ -5,7 +5,7 @@ ; Library options: dependencies, extra library storages ; ; Please visit documentation for the other options and examples -; http://docs.platformio.org/page/projectconf.html +; https://docs.platformio.org/page/projectconf.html [env:nano33ble] platform = nordicnrf52 diff --git a/examples/mbed-legacy-examples/mbed-ble-thermometer/README.md b/examples/mbed-legacy-examples/mbed-ble-thermometer/README.md index b0759427..587ef83f 100644 --- a/examples/mbed-legacy-examples/mbed-ble-thermometer/README.md +++ b/examples/mbed-legacy-examples/mbed-ble-thermometer/README.md @@ -1,7 +1,7 @@ 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-nordicnrf52/archive/develop.zip) 3. Extract ZIP archive 4. Run these commands: diff --git a/examples/mbed-legacy-examples/mbed-ble-thermometer/platformio.ini b/examples/mbed-legacy-examples/mbed-ble-thermometer/platformio.ini index b584677a..cb6a474f 100644 --- a/examples/mbed-legacy-examples/mbed-ble-thermometer/platformio.ini +++ b/examples/mbed-legacy-examples/mbed-ble-thermometer/platformio.ini @@ -5,7 +5,7 @@ ; Library options: dependencies, extra library storages ; ; Please visit documentation for the other options and examples -; http://docs.platformio.org/page/projectconf.html +; https://docs.platformio.org/page/projectconf.html [env:nrf52_dk] platform = nordicnrf52 diff --git a/examples/mbed-legacy-examples/mbed-nfc/README.md b/examples/mbed-legacy-examples/mbed-nfc/README.md index 8d796108..7b60cd39 100644 --- a/examples/mbed-legacy-examples/mbed-nfc/README.md +++ b/examples/mbed-legacy-examples/mbed-nfc/README.md @@ -1,7 +1,7 @@ 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-nordicnrf52/archive/develop.zip) 3. Extract ZIP archive 4. Run these commands: diff --git a/examples/mbed-legacy-examples/mbed-nfc/platformio.ini b/examples/mbed-legacy-examples/mbed-nfc/platformio.ini index 80500c00..5acd8eee 100644 --- a/examples/mbed-legacy-examples/mbed-nfc/platformio.ini +++ b/examples/mbed-legacy-examples/mbed-nfc/platformio.ini @@ -5,7 +5,7 @@ ; Library options: dependencies, extra library storages ; ; Please visit documentation for the other options and examples -; http://docs.platformio.org/page/projectconf.html +; https://docs.platformio.org/page/projectconf.html [env:nrf52_dk] platform = nordicnrf52 diff --git a/examples/mbed-legacy-examples/mbed-rtos/README.md b/examples/mbed-legacy-examples/mbed-rtos/README.md index ff52fab1..2db75741 100644 --- a/examples/mbed-legacy-examples/mbed-rtos/README.md +++ b/examples/mbed-legacy-examples/mbed-rtos/README.md @@ -1,7 +1,7 @@ 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-nordicnrf52/archive/develop.zip) 3. Extract ZIP archive 4. Run these commands: diff --git a/examples/mbed-legacy-examples/mbed-rtos/platformio.ini b/examples/mbed-legacy-examples/mbed-rtos/platformio.ini index a96286ed..d39d8eb4 100644 --- a/examples/mbed-legacy-examples/mbed-rtos/platformio.ini +++ b/examples/mbed-legacy-examples/mbed-rtos/platformio.ini @@ -5,7 +5,7 @@ ; Library options: dependencies, extra library storages ; ; Please visit documentation for the other options and examples -; http://docs.platformio.org/page/projectconf.html +; https://docs.platformio.org/page/projectconf.html [env:nrf52840_dk] platform = nordicnrf52 diff --git a/examples/mbed-rtos-ble-thermometer/README.md b/examples/mbed-rtos-ble-thermometer/README.md index a7816b25..bcdd2719 100644 --- a/examples/mbed-rtos-ble-thermometer/README.md +++ b/examples/mbed-rtos-ble-thermometer/README.md @@ -1,7 +1,7 @@ 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-nordicnrf52/archive/develop.zip) 3. Extract ZIP archive 4. Run these commands: diff --git a/examples/mbed-rtos-ble-thermometer/platformio.ini b/examples/mbed-rtos-ble-thermometer/platformio.ini index dc2cd3fd..0cd5901d 100644 --- a/examples/mbed-rtos-ble-thermometer/platformio.ini +++ b/examples/mbed-rtos-ble-thermometer/platformio.ini @@ -5,7 +5,7 @@ ; Library options: dependencies, extra library storages ; ; Please visit documentation for the other options and examples -; http://docs.platformio.org/page/projectconf.html +; https://docs.platformio.org/page/projectconf.html [env:nrf52_dk] platform = nordicnrf52 diff --git a/examples/mbed-rtos-blink-baremetal/README.md b/examples/mbed-rtos-blink-baremetal/README.md index 43f288d7..f0bfb63d 100644 --- a/examples/mbed-rtos-blink-baremetal/README.md +++ b/examples/mbed-rtos-blink-baremetal/README.md @@ -1,7 +1,7 @@ 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-nordicnrf52/archive/develop.zip) 3. Extract ZIP archive 4. Run these commands: diff --git a/examples/mbed-rtos-blink-baremetal/platformio.ini b/examples/mbed-rtos-blink-baremetal/platformio.ini index dc2cd3fd..0cd5901d 100644 --- a/examples/mbed-rtos-blink-baremetal/platformio.ini +++ b/examples/mbed-rtos-blink-baremetal/platformio.ini @@ -5,7 +5,7 @@ ; Library options: dependencies, extra library storages ; ; Please visit documentation for the other options and examples -; http://docs.platformio.org/page/projectconf.html +; https://docs.platformio.org/page/projectconf.html [env:nrf52_dk] platform = nordicnrf52 diff --git a/examples/mbed-rtos-nfc/README.md b/examples/mbed-rtos-nfc/README.md index 69a09419..60b6445d 100644 --- a/examples/mbed-rtos-nfc/README.md +++ b/examples/mbed-rtos-nfc/README.md @@ -1,7 +1,7 @@ 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-nordicnrf52/archive/develop.zip) 3. Extract ZIP archive 4. Run these commands: diff --git a/examples/mbed-rtos-nfc/platformio.ini b/examples/mbed-rtos-nfc/platformio.ini index dc2cd3fd..0cd5901d 100644 --- a/examples/mbed-rtos-nfc/platformio.ini +++ b/examples/mbed-rtos-nfc/platformio.ini @@ -5,7 +5,7 @@ ; Library options: dependencies, extra library storages ; ; Please visit documentation for the other options and examples -; http://docs.platformio.org/page/projectconf.html +; https://docs.platformio.org/page/projectconf.html [env:nrf52_dk] platform = nordicnrf52 diff --git a/examples/zephyr-ble-beacon/README.md b/examples/zephyr-ble-beacon/README.md index 89fdf765..70bd66f5 100644 --- a/examples/zephyr-ble-beacon/README.md +++ b/examples/zephyr-ble-beacon/README.md @@ -1,7 +1,7 @@ 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-nordicnrf52/archive/develop.zip) 3. Extract ZIP archive 4. Run these commands: diff --git a/examples/zephyr-ble-beacon/platformio.ini b/examples/zephyr-ble-beacon/platformio.ini index ea42256f..7bbc7a62 100644 --- a/examples/zephyr-ble-beacon/platformio.ini +++ b/examples/zephyr-ble-beacon/platformio.ini @@ -5,7 +5,7 @@ ; Library options: dependencies, extra library storages ; ; Please visit documentation for the other options and examples -; http://docs.platformio.org/page/projectconf.html +; https://docs.platformio.org/page/projectconf.html [env:nrf52840_dk] platform = nordicnrf52 diff --git a/examples/zephyr-blink/README.md b/examples/zephyr-blink/README.md index 57234d60..145cba22 100644 --- a/examples/zephyr-blink/README.md +++ b/examples/zephyr-blink/README.md @@ -1,7 +1,7 @@ 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-nordicnrf52/archive/develop.zip) 3. Extract ZIP archive 4. Run these commands: diff --git a/examples/zephyr-blink/platformio.ini b/examples/zephyr-blink/platformio.ini index 78ed596b..55dd323f 100644 --- a/examples/zephyr-blink/platformio.ini +++ b/examples/zephyr-blink/platformio.ini @@ -5,7 +5,7 @@ ; Library options: dependencies, extra library storages ; ; Please visit documentation for the other options and examples -; http://docs.platformio.org/page/projectconf.html +; https://docs.platformio.org/page/projectconf.html [env:adafruit_feather_nrf52832] platform = nordicnrf52 diff --git a/examples/zephyr-net-echo-client/README.md b/examples/zephyr-net-echo-client/README.md index 524cf97c..9b11b530 100644 --- a/examples/zephyr-net-echo-client/README.md +++ b/examples/zephyr-net-echo-client/README.md @@ -1,7 +1,7 @@ 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-nordicnrf52/archive/develop.zip) 3. Extract ZIP archive 4. Run these commands: diff --git a/examples/zephyr-net-echo-client/platformio.ini b/examples/zephyr-net-echo-client/platformio.ini index e7fed184..9518c2a0 100644 --- a/examples/zephyr-net-echo-client/platformio.ini +++ b/examples/zephyr-net-echo-client/platformio.ini @@ -5,7 +5,7 @@ ; Library options: dependencies, extra library storages ; ; Please visit documentation for the other options and examples -; http://docs.platformio.org/page/projectconf.html +; https://docs.platformio.org/page/projectconf.html [env:nrf52840_dk] platform = nordicnrf52 diff --git a/examples/zephyr-subsys-nvs/README.md b/examples/zephyr-subsys-nvs/README.md index c9e8d7a3..5da4cf61 100644 --- a/examples/zephyr-subsys-nvs/README.md +++ b/examples/zephyr-subsys-nvs/README.md @@ -1,7 +1,7 @@ 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-nordicnrf52/archive/develop.zip) 3. Extract ZIP archive 4. Run these commands: diff --git a/examples/zephyr-subsys-nvs/platformio.ini b/examples/zephyr-subsys-nvs/platformio.ini index 09654a76..7dbf7085 100644 --- a/examples/zephyr-subsys-nvs/platformio.ini +++ b/examples/zephyr-subsys-nvs/platformio.ini @@ -5,7 +5,7 @@ ; Library options: dependencies, extra library storages ; ; Please visit documentation for the other options and examples -; http://docs.platformio.org/page/projectconf.html +; https://docs.platformio.org/page/projectconf.html [env:adafruit_feather_nrf52832] platform = nordicnrf52 diff --git a/platform.json b/platform.json index 3ac48a26..2da07760 100644 --- a/platform.json +++ b/platform.json @@ -18,7 +18,7 @@ "type": "git", "url": "https://github.com/platformio/platform-nordicnrf52.git" }, - "version": "9.2.0", + "version": "9.3.0", "frameworks": { "arduino": { "package": "framework-arduinonordicnrf5", @@ -56,7 +56,7 @@ "type": "framework", "optional": true, "owner": "platformio", - "version": "~1.10200.0" + "version": "~1.10300.0" }, "framework-arduinonordicnrf5": { "type": "framework", @@ -68,7 +68,7 @@ "type": "framework", "optional": true, "owner": "platformio", - "version": "~2.6.0" + "version": "~3.0.1" }, "framework-cmsis": { "type": "framework",