Skip to content

Commit 8a7b1ee

Browse files
committed
update tinyusb, add --recurse-submodules to readme get code
1 parent 4cd50fc commit 8a7b1ee

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

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

0 commit comments

Comments
 (0)