Skip to content

Commit

Permalink
Merge branch 'release/v9.0.0'
Browse files Browse the repository at this point in the history
  • Loading branch information
valeros committed May 30, 2022
2 parents 1d6556e + 64b0a7a commit 9367c26
Show file tree
Hide file tree
Showing 76 changed files with 69 additions and 1,898 deletions.
23 changes: 7 additions & 16 deletions .github/workflows/examples.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,36 +7,27 @@ jobs:
strategy:
fail-fast: false
matrix:
os: [ubuntu-18.04, windows-latest, macos-latest]
python-version: [3.7]
os: [ubuntu-latest, windows-latest, macos-latest]
example:
- "examples/arduino-blink"
- "examples/arduino-ble-led"
- "examples/arduino-internal-libs"
- "examples/mbed-ble-thermometer"
- "examples/mbed-blink"
- "examples/mbed-serial"
- "examples/zephyr-ble-eddystone"
- "examples/zephyr-blink"
- "examples/zephyr-drivers-entropy"
exclude:
- {python-version: 2.7, example: "examples/zephyr-ble-eddystone"}
- {python-version: 2.7, example: "examples/zephyr-blink"}
- {python-version: 2.7, example: "examples/zephyr-drivers-entropy"}
runs-on: ${{ matrix.os }}
steps:
- uses: actions/checkout@v2
- uses: actions/checkout@v3
with:
submodules: "recursive"
- name: Set up Python ${{ matrix.python-version }}
uses: actions/setup-python@v1
- name: Set up Python
uses: actions/setup-python@v3
with:
python-version: ${{ matrix.python-version }}
python-version: "3.9"
- name: Install dependencies
run: |
python -m pip install --upgrade pip
pip install -U https://github.com/platformio/platformio/archive/develop.zip
platformio platform install file://.
pio pkg install --global --platform symlink://.
- name: Build examples
run: |
platformio run -d ${{ matrix.example }}
pio run -d ${{ matrix.example }}
12 changes: 6 additions & 6 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,16 +1,16 @@
# Nordic nRF51: development platform for [PlatformIO](http://platformio.org)
# Nordic nRF51: development platform for [PlatformIO](https://platformio.org)

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

The Nordic nRF51 Series is a family of highly flexible, multi-protocol, system-on-chip (SoC) devices for ultra-low power wireless applications. nRF51 Series devices support a range of protocol stacks including Bluetooth Smart (previously called Bluetooth low energy), ANT and proprietary 2.4GHz protocols such as Gazell.

* [Home](http://platformio.org/platforms/nordicnrf51) (home page in PlatformIO Platform Registry)
* [Documentation](http://docs.platformio.org/page/platforms/nordicnrf51.html) (advanced usage, packages, boards, frameworks, etc.)
* [Home](https://registry.platformio.org/platforms/platformio/nordicnrf51) (home page in the PlatformIO Registry)
* [Documentation](https://docs.platformio.org/page/platforms/nordicnrf51.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:
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

Expand All @@ -32,4 +32,4 @@ board = ...

# Configuration

Please navigate to [documentation](http://docs.platformio.org/page/platforms/nordicnrf51.html).
Please navigate to [documentation](https://docs.platformio.org/page/platforms/nordicnrf51.html).
4 changes: 1 addition & 3 deletions boards/bbcmicrobit.json
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,6 @@
},
"frameworks": [
"arduino",
"mbed",
"zephyr"
],
"name": "BBC micro:bit",
Expand All @@ -35,10 +34,9 @@
"protocol": "cmsis-dap",
"protocols": [
"cmsis-dap",
"mbed",
"jlink"
]
},
"url": "https://developer.mbed.org/platforms/Microbit/",
"url": "https://microbit.org/",
"vendor": "BBC"
}
1 change: 0 additions & 1 deletion boards/calliope_mini.json
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,6 @@
"protocol": "cmsis-dap",
"protocols": [
"cmsis-dap",
"mbed",
"jlink"
]
},
Expand Down
31 changes: 0 additions & 31 deletions boards/delta_dfcm_nnn50.json

This file was deleted.

32 changes: 0 additions & 32 deletions boards/dfcm_nnn40.json

This file was deleted.

31 changes: 0 additions & 31 deletions boards/hrm1017.json

This file was deleted.

36 changes: 0 additions & 36 deletions boards/nrf51822_y5_mbug.json

This file was deleted.

4 changes: 1 addition & 3 deletions boards/nrf51_dk.json
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,6 @@
},
"frameworks": [
"arduino",
"mbed",
"zephyr"
],
"name": "Nordic nRF51X22 Development Kit(PCA1000X)",
Expand All @@ -42,8 +41,7 @@
"blackmagic",
"jlink",
"nrfjprog",
"stlink",
"mbed"
"stlink"
]
},
"url": "https://www.nordicsemi.com/Software-and-Tools/Development-Kits/nRF51-DK",
Expand Down
6 changes: 2 additions & 4 deletions boards/nrf51_dongle.json
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,6 @@
},
"frameworks": [
"arduino",
"mbed",
"zephyr"
],
"name": "Nordic nRF51 Dongle (PCA10031)",
Expand All @@ -40,10 +39,9 @@
"protocols": [
"cmsis-dap",
"jlink",
"nrfjprog",
"mbed"
"nrfjprog"
]
},
"url": "https://developer.mbed.org/platforms/Nordic-nRF51-Dongle/",
"url": "https://www.nordicsemi.com/Products/Development-hardware/nRF51-Dongle",
"vendor": "Nordic"
}
31 changes: 0 additions & 31 deletions boards/nrf51_mkit.json

This file was deleted.

8 changes: 3 additions & 5 deletions boards/redBearLab.json
Original file line number Diff line number Diff line change
Expand Up @@ -21,8 +21,7 @@
"svd_path": "nrf51.svd"
},
"frameworks": [
"arduino",
"mbed"
"arduino"
],
"name": "RedBearLab nRF51822",
"upload": {
Expand All @@ -34,10 +33,9 @@
"blackmagic",
"jlink",
"stlink",
"nrfjprog",
"mbed"
"nrfjprog"
]
},
"url": "https://developer.mbed.org/platforms/RedBearLab-nRF51822/",
"url": "https://www.seeedstudio.com/RedBearLab-nRF51822-p-2126.html",
"vendor": "RedBearLab"
}
6 changes: 2 additions & 4 deletions boards/redBearLabBLENano.json
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,6 @@
},
"frameworks": [
"arduino",
"mbed",
"zephyr"
],
"name": "RedBearLab BLE Nano 1.5",
Expand All @@ -38,10 +37,9 @@
"blackmagic",
"jlink",
"stlink",
"nrfjprog",
"mbed"
"nrfjprog"
]
},
"url": "https://developer.mbed.org/platforms/RedBearLab-BLE-Nano/",
"url": "https://www.sparkfun.com/products/retired/13730",
"vendor": "RedBearLab"
}
36 changes: 0 additions & 36 deletions boards/seeedArchBLE.json

This file was deleted.

Loading

0 comments on commit 9367c26

Please sign in to comment.