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 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+
35This 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
1114Following 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
Original file line number Diff line number Diff 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
229229cluenrf52840.vid.0=0x239A
You can’t perform that action at this time.
0 commit comments