Skip to content

Commit

Permalink
Merge pull request #47 from thegecko/dependencies
Browse files Browse the repository at this point in the history
Dependencies
  • Loading branch information
thegecko authored May 10, 2020
2 parents 7a8ed43 + 0b00ee5 commit b285922
Show file tree
Hide file tree
Showing 7 changed files with 1,818 additions and 1,583 deletions.
1 change: 1 addition & 0 deletions .npmignore
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
_flash
_if
firmware
.gitignore
circle.yml
Expand Down
5 changes: 4 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ https://thegecko.github.io/web-bluetooth-dfu/

## Prerequisites

[Node.js > v6.15.0](https://nodejs.org), which includes `npm`.
[Node.js > v8.14.0](https://nodejs.org), which includes `npm`.

## Installation

Expand Down Expand Up @@ -64,6 +64,9 @@ https://devzone.nordicsemi.com/blogs/1085/getting-started-with-nordics-secure-df

tl;dr

__J-LINK Interface Firmware__
- Ensure device is running the J-LINK interface firmware available from [Nordic](https://www.nordicsemi.com/Software-and-tools/Development-Kits/nRF52-DK)

__Download / Install__
- Download [Nordic SDK](https://developer.nordicsemi.com/nRF5_SDK/)
- Install [J-Link Software Package](https://www.segger.com/downloads/jlink)
Expand Down
Binary file added _if/J-Link OB-SAM3U128-V2-NordicSemi 170724.bin
Binary file not shown.
Binary file added _if/nrf5x_atsam3u2c_if_mbed_V0221_11012017.bin
Binary file not shown.
4 changes: 2 additions & 2 deletions circle.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,11 +3,11 @@ version: 2
jobs:
build:
docker:
- image: circleci/node:6.15.0
- image: circleci/node:8.14.0
steps:
- checkout
- run: npm install
- run: npm run gulp
- run: npm run build
- persist_to_workspace:
root: ../
paths:
Expand Down
Loading

0 comments on commit b285922

Please sign in to comment.