Skip to content

Commit 0c73d16

Browse files
authored
Fixes typos. Replaces OS X with macOS.
1 parent 1b68708 commit 0c73d16

File tree

1 file changed

+8
-8
lines changed

1 file changed

+8
-8
lines changed

README.md

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -24,11 +24,11 @@ There are two methods that you can use to install this BSP. We highly recommend
2424

2525
1. Install BSP via Board Manager as above to install compiler & tools.
2626
2. Delete the core folder `nrf52` installed by Board Manager in Adruino15, depending on your OS. It could be
27-
* OS X : `~/Library/Arduino15/packages/adafruit/hardware/nrf52`
27+
* macOS : `~/Library/Arduino15/packages/adafruit/hardware/nrf52`
2828
* Linux : `~/.arduino15/packages/adafruit/hardware/nrf52`
2929
* Windows: `%APPDATA%\Local\Arduino15\packages\adafruit\hardware\nrf52`
3030
3. `cd <SKETCHBOOK>`, where `<SKETCHBOOK>` is your Arduino Sketch folder:
31-
* OS X : `~/Documents/Arduino`
31+
* macOS : `~/Documents/Arduino`
3232
* Linux : `~/Arduino`
3333
* Windows: `~/Documents/Arduino`
3434
4. Create a folder named `hardware/Adafruit`, if it does not exist, and change directories to it
@@ -65,7 +65,7 @@ examples sketched for the selected board.
6565
6666
## Bootloader Support
6767
68-
### Upgrade existiting Bootloader
68+
### Upgrade existing Bootloader
6969
7070
Bluefruit's Bootloader is self-upgradable, you could upgrade to the latest Bootloader + Softdevice using the serial port within Arduino IDE.
7171
@@ -76,7 +76,7 @@ Bluefruit's Bootloader is self-upgradable, you could upgrade to the latest Bootl
7676
7777
Note: close the Serial Monitor before you click "Burn Bootloader". Afterwards, you shouldn't close the Arduino IDE, unplug the Feather, launch Serial Monitor etc ... to abort the process. There is a high chance it will brick your device! Do this with care and caution.
7878
79-
### Burnning new Bootloader
79+
### Burning new Bootloader
8080
8181
To burn the bootloader from within the Arduino IDE, you will need the following tools installed
8282
on your system and available in the system path:
@@ -86,7 +86,7 @@ on your system and available in the system path:
8686
8787
Check to make sure you can run `nrfjprog` from your terminal/command prompt
8888
89-
**OS X Note** At present, you will need to create a symlink in `/usr/local/bin` to the
89+
**macOS Note** At present, you will need to create a symlink in `/usr/local/bin` to the
9090
`nrfjprog` tool wherever you have added it. You can run the following command, for example:
9191
9292
```
@@ -113,9 +113,9 @@ $ nrfjprog --reset -f nrf52
113113
114114
## Misc Notes
115115
116-
#### nRF52DK Jlink Issue on OS X
116+
#### nRF52DK Jlink Issue on macOS
117117
118-
If developping with the nRF52DK on OS X, there is a bug where only 64 bytes can be sent
118+
If developing with the nRF52DK on macOS, there is a bug where only 64 bytes can be sent
119119
over the USB CDC interface, which will prevent you from using the serial bootloader from
120120
the Arduino IDE with an error like this:
121121
@@ -154,4 +154,4 @@ The following libraries are used:
154154
- [nrfx](https://github.com/NordicSemiconductor/nrfx) for peripherals driver
155155
- [littlefs](https://github.com/ARMmbed/littlefs) for internal file system
156156
- [fatfs by elm-chan](http://elm-chan.org/fsw/ff/00index_e.html) for external file system
157-
- Segger Sysview for debugging.
157+
- Segger Sysview for debugging.

0 commit comments

Comments
 (0)