Skip to content

Commit fa104f3

Browse files
committed
Merge branch 'release/v9.2.0'
2 parents dfc924e + 165a3cf commit fa104f3

2 files changed

Lines changed: 4 additions & 4 deletions

File tree

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
[![Build Status](https://github.com/platformio/platform-nordicnrf52/workflows/Examples/badge.svg)](https://github.com/platformio/platform-nordicnrf52/actions)
44

5-
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 and are the most capable Bluetooth Smart SoCs on the market.
5+
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

77
* [Home](http://platformio.org/platforms/nordicnrf52) (home page in PlatformIO Platform Registry)
88
* [Documentation](http://docs.platformio.org/page/platforms/nordicnrf52.html) (advanced usage, packages, boards, frameworks, etc.)

platform.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "nordicnrf52",
33
"title": "Nordic nRF52",
4-
"description": "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 and are the most capable Bluetooth Smart SoCs on the market.",
4+
"description": "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.",
55
"homepage": "https://www.nordicsemi.com/Products/nRF52-Series-SoC",
66
"license": "Apache-2.0",
77
"keywords": [
@@ -18,7 +18,7 @@
1818
"type": "git",
1919
"url": "https://github.com/platformio/platform-nordicnrf52.git"
2020
},
21-
"version": "9.1.0",
21+
"version": "9.2.0",
2222
"frameworks": {
2323
"arduino": {
2424
"package": "framework-arduinonordicnrf5",
@@ -80,7 +80,7 @@
8080
"type": "framework",
8181
"optional": true,
8282
"owner": "platformio",
83-
"version": "~2.20700.0"
83+
"version": "~2.20701.0"
8484
},
8585
"tool-adafruit-nrfutil": {
8686
"owner": "platformio",

0 commit comments

Comments
 (0)