File tree Expand file tree Collapse file tree 2 files changed +8
-5
lines changed Expand file tree Collapse file tree 2 files changed +8
-5
lines changed Original file line number Diff line number Diff line change 1
1
# Arduino Core for Adafruit Bluefruit nRF52 Boards
2
2
3
+ [ ![ Build Status] ( https://github.com/adafruit/Adafruit_nRF52_Arduino/workflows/Build/badge.svg )] ( https://github.com/adafruit/Adafruit_nRF52_Arduino/actions )
4
+
3
5
This repository contains the Arduino BSP for Adafruit Bluefruit nRF52 series:
4
6
7
+ - Adafruit CLUE nRF52840
5
8
- [ Adafruit Feather nRF52832] ( https://www.adafruit.com/product/3406 )
6
9
- [ Adafruit Feather nRF52840 Express] ( https://www.adafruit.com/product/4062 )
7
10
- [ Adafruit Circuit Playground Bluefruit] ( https://www.adafruit.com/product/4333 )
8
- - Adafruit Itsy nRF52840
11
+ - Adafruit ItsyBitsy nRF52840
9
12
- Adafruit Metro nRF52840 Express
10
13
11
14
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
49
52
- For Windows and macOS, pre-built executable binaries are included in the BSP at ` tools/adafruit-nrfutil/ ` . It should work out of the box.
50
53
- Linux user need to run follow command to install it from PyPi
51
54
52
- ```
53
- $ pip3 install adafruit-nrfutil --user
54
- ```
55
+ ```
56
+ $ pip3 install adafruit-nrfutil --user
57
+ ```
55
58
56
59
### Drivers
57
60
Original file line number Diff line number Diff line change @@ -223,7 +223,7 @@ cplaynrf52840.menu.debug.l3.build.debug_flags=-DCFG_DEBUG=3
223
223
# ---------------------------------------------
224
224
# Clue nRF52840
225
225
# ---------------------------------------------
226
- cluenrf52840.name=Adafruit Clue
226
+ cluenrf52840.name=Adafruit CLUE
227
227
228
228
# VID/PID for bootloader with/without UF2, Arduino + Circuitpython App
229
229
cluenrf52840.vid.0=0x239A
You can’t perform that action at this time.
0 commit comments