Skip to content

Commit

Permalink
Merge branch 'release/v4.5.0'
Browse files Browse the repository at this point in the history
  • Loading branch information
valeros committed Oct 29, 2020
2 parents 02f10ae + 1bde563 commit 00029d4
Show file tree
Hide file tree
Showing 19 changed files with 46 additions and 26 deletions.
11 changes: 3 additions & 8 deletions .github/workflows/examples.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,6 @@ jobs:
fail-fast: false
matrix:
os: [ubuntu-16.04, windows-latest, macos-latest]
python-version: [2.7, 3.7]
example:
- "examples/arduino-blink"
- "examples/arduino-ble-led"
Expand All @@ -25,24 +24,20 @@ jobs:
- "examples/zephyr-blink"
- "examples/zephyr-net-echo-client"
- "examples/zephyr-subsys-nvs"
exclude:
- {python-version: 2.7, example: "examples/zephyr-ble-beacon"}
- {python-version: 2.7, example: "examples/zephyr-blink"}
- {python-version: 2.7, example: "examples/zephyr-net-echo-client"}
- {python-version: 2.7, example: "examples/zephyr-subsys-nvs"}
runs-on: ${{ matrix.os }}
steps:
- uses: actions/checkout@v2
with:
submodules: "recursive"
- name: Set up Python ${{ matrix.python-version }}
- name: Set up Python 3
uses: actions/setup-python@v1
with:
python-version: ${{ matrix.python-version }}
python-version: "3.7"
- name: Install dependencies
run: |
python -m pip install --upgrade pip
pip install -U https://github.com/platformio/platformio/archive/develop.zip
pip3 install adafruit-nrfutil
platformio platform install file://.
- name: Build examples
run: |
Expand Down
3 changes: 2 additions & 1 deletion boards/adafruit_clue_nrf52840.json
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,8 @@
"nrfjprog",
"nrfutil",
"stlink",
"cmsis-dap"
"cmsis-dap",
"blackmagic"
],
"use_1200bps_touch": true,
"require_upload_port": true,
Expand Down
4 changes: 3 additions & 1 deletion boards/adafruit_cplaynrf52840.json
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,9 @@
"jlink",
"nrfjprog",
"nrfutil",
"stlink"
"stlink",
"cmsis-dap",
"blackmagic"
],
"use_1200bps_touch": true,
"require_upload_port": true,
Expand Down
4 changes: 3 additions & 1 deletion boards/adafruit_feather_nrf52832.json
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,9 @@
"jlink",
"nrfjprog",
"nrfutil",
"stlink"
"stlink",
"cmsis-dap",
"blackmagic"
]
},
"url": "https://www.adafruit.com/product/3406",
Expand Down
3 changes: 2 additions & 1 deletion boards/adafruit_feather_nrf52840.json
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,8 @@
"nrfjprog",
"nrfutil",
"stlink",
"cmsis-dap"
"cmsis-dap",
"blackmagic"
],
"use_1200bps_touch": true,
"require_upload_port": true,
Expand Down
4 changes: 3 additions & 1 deletion boards/adafruit_feather_nrf52840_sense.json
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,9 @@
"jlink",
"nrfjprog",
"nrfutil",
"stlink"
"stlink",
"cmsis-dap",
"blackmagic"
],
"use_1200bps_touch": true,
"require_upload_port": true,
Expand Down
4 changes: 3 additions & 1 deletion boards/adafruit_itsybitsy_nrf52840.json
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,9 @@
"jlink",
"nrfjprog",
"nrfutil",
"stlink"
"stlink",
"cmsis-dap",
"blackmagic"
],
"use_1200bps_touch": true,
"require_upload_port": true,
Expand Down
4 changes: 3 additions & 1 deletion boards/adafruit_metro_nrf52840.json
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,9 @@
"jlink",
"nrfjprog",
"nrfutil",
"stlink"
"stlink",
"cmsis-dap",
"blackmagic"
],
"use_1200bps_touch": true,
"require_upload_port": true,
Expand Down
1 change: 1 addition & 0 deletions boards/bluey.json
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,7 @@
"jlink",
"nrfjprog",
"stlink",
"cmsis-dap",
"blackmagic"
]
},
Expand Down
1 change: 1 addition & 0 deletions boards/hackaBLE.json
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,7 @@
"jlink",
"nrfjprog",
"stlink",
"cmsis-dap",
"blackmagic"
]
},
Expand Down
5 changes: 3 additions & 2 deletions boards/nano33ble.json
Original file line number Diff line number Diff line change
Expand Up @@ -41,11 +41,12 @@
"nrfjprog",
"nrfutil",
"cmsis-dap",
"sam-ba"
"sam-ba",
"blackmagic"
],
"use_1200bps_touch": true,
"require_upload_port": true,
"wait_for_upload_port": true
"wait_for_upload_port": true
},
"url": "https://store.arduino.cc/arduino-nano-33-ble",
"vendor": "Arduino"
Expand Down
4 changes: 3 additions & 1 deletion boards/nrf52840_dk_adafruit.json
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,9 @@
"protocols": [
"jlink",
"nrfjprog",
"stlink"
"stlink",
"cmsis-dap",
"blackmagic"
]
},
"url": "https://os.mbed.com/platforms/Nordic-nRF52840-DK/",
Expand Down
4 changes: 3 additions & 1 deletion boards/particle_argon.json
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,9 @@
"protocols": [
"jlink",
"nrfjprog",
"nrfutil"
"nrfutil",
"cmsis-dap",
"blackmagic"
]
},
"url": "https://docs.particle.io/argon",
Expand Down
4 changes: 3 additions & 1 deletion boards/particle_boron.json
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,9 @@
"protocols": [
"jlink",
"nrfjprog",
"nrfutil"
"nrfutil",
"cmsis-dap",
"blackmagic"
]
},
"url": "https://docs.particle.io/boron",
Expand Down
4 changes: 3 additions & 1 deletion boards/particle_xenon.json
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,9 @@
"jlink",
"nrfjprog",
"nrfutil",
"stlink"
"stlink",
"cmsis-dap",
"blackmagic"
]
},
"url": "https://docs.particle.io/xenon",
Expand Down
1 change: 1 addition & 0 deletions boards/stct_nrf52_minidev.json
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,7 @@
"jlink",
"nrfjprog",
"stlink",
"cmsis-dap",
"blackmagic"
]
},
Expand Down
1 change: 1 addition & 0 deletions boards/ublox_evk_nina_b1.json
Original file line number Diff line number Diff line change
Expand Up @@ -35,6 +35,7 @@
"nrfjprog",
"stlink",
"blackmagic",
"cmsis-dap",
"mbed"
]
},
Expand Down
2 changes: 1 addition & 1 deletion builder/frameworks/arduino
Submodule arduino updated 2 files
+5 −4 adafruit.py
+2 −2 nrf52-mbedos.py
8 changes: 4 additions & 4 deletions platform.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
"type": "git",
"url": "https://github.com/platformio/platform-nordicnrf52.git"
},
"version": "4.4.1",
"version": "4.5.0",
"frameworks": {
"arduino": {
"package": "framework-arduinonordicnrf5",
Expand Down Expand Up @@ -49,7 +49,7 @@
"type": "framework",
"optional": true,
"owner": "platformio",
"version": "~1.1900.0"
"version": "~1.2100.0"
},
"framework-arduinonordicnrf5": {
"type": "framework",
Expand All @@ -61,7 +61,7 @@
"type": "framework",
"optional": true,
"owner": "platformio",
"version": "~1.1.3"
"version": "~1.3.0"
},
"framework-zephyr": {
"type": "framework",
Expand Down Expand Up @@ -190,7 +190,7 @@
"type": "uploader",
"optional": true,
"owner": "platformio",
"version": "~1.10866.0"
"version": "~1.10901.0"
},
"tool-cmake": {
"optional": true,
Expand Down

0 comments on commit 00029d4

Please sign in to comment.