Skip to content

Commit 9926916

Browse files
committed
update doc
1 parent 10dbb17 commit 9926916

File tree

2 files changed

+5
-4
lines changed

2 files changed

+5
-4
lines changed

README.md

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -34,11 +34,9 @@ There are two methods that you can use to install this BSP. We highly recommend
3434
6. Restart the Arduino IDE
3535
7. Once the BSP is installed, select 'Adafruit Bluefruit nRF52 Feather' from the Tools -> Board menu, which will update your system config to use the right compiler and settings for the nRF52.
3636

37-
### Third Party Tools
37+
### Adafruit's nrfutil tools
3838

39-
#### adafruit-nrfutil
40-
41-
[adafruit-nrfutil](https://github.com/adafruit/Adafruit_nRF52_nrfutil) is needed to upload sketch via serial port.
39+
[adafruit-nrfutil](https://github.com/adafruit/Adafruit_nRF52_nrfutil) (derived from Nordic pc-nrfutil) is needed to upload sketch via serial port.
4240

4341
- For Windows and macOS, pre-built executable binaries are included in the BSP at `tools/adafruit-nrfutil/`.
4442
- While Linux user can install it easily via PyPi
@@ -143,3 +141,4 @@ which in turn is based on the [Arduino SAMD Core](https://github.com/arduino/Ard
143141
The following tools are used:
144142
145143
* [GCC ARM Embedded](https://launchpad.net/gcc-arm-embedded) as the compiler
144+
* adafruit-nrfutil is based on Nordic Semiconductor ASA's [pc-nrfutil](https://github.com/NordicSemiconductor/pc-nrfutil)

changelog.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,8 @@
44

55
- Implement #166 BLE HID Keyboard LED receive from Central, update hid_keyscan & hid_keyboard example.
66
- Add hardware's systick sketch example
7+
- Add software timer's sketch example
8+
- Migrate nrfutil to adafruit-nrfutil, executable binaries for windows and macOS are included.
79

810
## 0.8.4
911

0 commit comments

Comments
 (0)