Skip to content

Commit 389ab5b

Browse files
committed
add github ci badge, add CLUE variant to readme
1 parent 1924bc8 commit 389ab5b

File tree

2 files changed

+8
-5
lines changed

2 files changed

+8
-5
lines changed

README.md

Lines changed: 7 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,14 @@
11
# Arduino Core for Adafruit Bluefruit nRF52 Boards
22

3+
[![Build Status](https://github.com/adafruit/Adafruit_nRF52_Arduino/workflows/Build/badge.svg)](https://github.com/adafruit/Adafruit_nRF52_Arduino/actions)
4+
35
This repository contains the Arduino BSP for Adafruit Bluefruit nRF52 series:
46

7+
- Adafruit CLUE nRF52840
58
- [Adafruit Feather nRF52832](https://www.adafruit.com/product/3406)
69
- [Adafruit Feather nRF52840 Express](https://www.adafruit.com/product/4062)
710
- [Adafruit Circuit Playground Bluefruit](https://www.adafruit.com/product/4333)
8-
- Adafruit Itsy nRF52840
11+
- Adafruit ItsyBitsy nRF52840
912
- Adafruit Metro nRF52840 Express
1013

1114
Following boards are also included but are not officially supported:
@@ -49,9 +52,9 @@ There are two methods that you can use to install this BSP. We highly recommend
4952
- For Windows and macOS, pre-built executable binaries are included in the BSP at `tools/adafruit-nrfutil/`. It should work out of the box.
5053
- Linux user need to run follow command to install it from PyPi
5154

52-
```
53-
$ pip3 install adafruit-nrfutil --user
54-
```
55+
```
56+
$ pip3 install adafruit-nrfutil --user
57+
```
5558

5659
### Drivers
5760

boards.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -223,7 +223,7 @@ cplaynrf52840.menu.debug.l3.build.debug_flags=-DCFG_DEBUG=3
223223
# ---------------------------------------------
224224
# Clue nRF52840
225225
# ---------------------------------------------
226-
cluenrf52840.name=Adafruit Clue
226+
cluenrf52840.name=Adafruit CLUE
227227

228228
# VID/PID for bootloader with/without UF2, Arduino + Circuitpython App
229229
cluenrf52840.vid.0=0x239A

0 commit comments

Comments
 (0)