Skip to content

Commit 5e0bfe1

Browse files
committed
rename cplay_ble to bluefruit_playground.ino
1 parent ee93132 commit 5e0bfe1

File tree

4 files changed

+14
-4
lines changed

4 files changed

+14
-4
lines changed

README.md

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

55
This repository contains the Arduino BSP for Adafruit Bluefruit nRF52 series:
66

7-
- Adafruit CLUE nRF52840
7+
- [Adafruit CLUE nRF52840](https://www.adafruit.com/product/4500)
88
- [Adafruit Circuit Playground Bluefruit](https://www.adafruit.com/product/4333)
99
- [Adafruit Feather nRF52832](https://www.adafruit.com/product/3406)
1010
- [Adafruit Feather nRF52840 Express](https://www.adafruit.com/product/4062)
11-
- Adafruit Feather nRF52840 Sense
11+
- [Adafruit Feather nRF52840 Sense](https://www.adafruit.com/product/4516)
1212
- [Adafruit ItsyBitsy nRF52840 Express](https://www.adafruit.com/product/4481)
1313
- Adafruit Metro nRF52840 Express
1414

boards.txt

Lines changed: 12 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -167,9 +167,9 @@ feather52840sense.menu.debug.l3=Level 3 (Segger SystemView)
167167
feather52840sense.menu.debug.l3.build.debug_flags=-DCFG_DEBUG=3
168168

169169

170-
# ----------------------------------
170+
# ---------------------------------------------
171171
# Bluefruit ItsyBitsy nRF52840 Express
172-
# ----------------------------------
172+
# ---------------------------------------------
173173
itsybitsy52840.name=Adafruit ItsyBitsy nRF52840 Express
174174

175175
# VID/PID for bootloader with/without UF2, Arduino + Circuitpython App
@@ -380,6 +380,16 @@ metro52840.menu.debug.l2.build.debug_flags=-DCFG_DEBUG=2
380380
metro52840.menu.debug.l3=Level 3 (Segger SystemView)
381381
metro52840.menu.debug.l3.build.debug_flags=-DCFG_DEBUG=3
382382

383+
384+
385+
386+
# -------------------------------------------------------
387+
#
388+
# Boards that aren't made by Adafruit
389+
#
390+
# -------------------------------------------------------
391+
392+
383393
# ----------------------------------
384394
# Nordic nRF52840DK (PCA10056)
385395
# ----------------------------------

0 commit comments

Comments
 (0)