Skip to content

Commit d4fdde1

Browse files
committed
Merge branch 'master' of github.com:adafruit/Adafruit_nRF52_Arduino
2 parents 0aa4447 + 8a7b1ee commit d4fdde1

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

50 files changed

+27
-11161
lines changed

.gitmodules

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
[submodule "cores/nRF5/TinyUSB/Adafruit_TinyUSB_ArduinoCore"]
2+
path = cores/nRF5/TinyUSB/Adafruit_TinyUSB_ArduinoCore
3+
url = https://github.com/adafruit/Adafruit_TinyUSB_ArduinoCore.git

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ There are two methods that you can use to install this BSP. We highly recommend
3838
* Linux : `~/Arduino`
3939
* Windows: `~/Documents/Arduino`
4040
4. Create a folder named `hardware/Adafruit`, if it does not exist, and change directories to it
41-
5. Clone this repo: `git clone https://github.com/adafruit/Adafruit_nRF52_Arduino.git`
41+
5. Clone this repo & its submodules: `git clone --recurse-submodules https://github.com/adafruit/Adafruit_nRF52_Arduino.git`
4242
6. Restart the Arduino IDE
4343
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.
4444

@@ -76,7 +76,7 @@ To burn the bootloader from within the Arduino IDE, you will need the following
7676
on your system and available in the system path:
7777
7878
- Segger [JLink Software and Documentation Pack](https://www.segger.com/downloads/jlink)
79-
- Nordic [nRF5x Command Line Tools](http://infocenter.nordicsemi.com/index.jsp?topic=%2Fcom.nordic.infocenter.tools%2Fdita%2Ftools%2Fnrf5x_command_line_tools%2Fnrf5x_installation.html)
79+
- Nordic [nRF5x Command Line Tools](https://www.nordicsemi.com/Software-and-Tools/Development-Tools/nRF-Command-Line-Tools)
8080
8181
Check to make sure you can run `nrfjprog` from your terminal/command prompt
8282

cores/nRF5/Adafruit_TinyUSB_Core/Adafruit_TinyUSB_Core.h

Lines changed: 0 additions & 45 deletions
This file was deleted.

cores/nRF5/Adafruit_TinyUSB_Core/Adafruit_USBD_CDC.cpp

Lines changed: 0 additions & 156 deletions
This file was deleted.

cores/nRF5/Adafruit_TinyUSB_Core/Adafruit_USBD_CDC.h

Lines changed: 0 additions & 60 deletions
This file was deleted.

0 commit comments

Comments
 (0)