You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
3.`cd <SKETCHBOOK>`, where `<SKETCHBOOK>` is your Arduino Sketch folder:
31
-
*OS X : `~/Documents/Arduino`
31
+
*macOS : `~/Documents/Arduino`
32
32
* Linux : `~/Arduino`
33
33
* Windows: `~/Documents/Arduino`
34
34
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.
65
65
66
66
## Bootloader Support
67
67
68
-
### Upgrade existiting Bootloader
68
+
### Upgrade existing Bootloader
69
69
70
70
Bluefruit's Bootloader is self-upgradable, you could upgrade to the latest Bootloader + Softdevice using the serial port within Arduino IDE.
71
71
@@ -76,7 +76,7 @@ Bluefruit's Bootloader is self-upgradable, you could upgrade to the latest Bootl
76
76
77
77
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.
78
78
79
-
### Burnning new Bootloader
79
+
### Burning new Bootloader
80
80
81
81
To burn the bootloader from within the Arduino IDE, you will need the following tools installed
82
82
on your system and available in the system path:
@@ -86,7 +86,7 @@ on your system and available in the system path:
86
86
87
87
Check to make sure you can run `nrfjprog` from your terminal/command prompt
88
88
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
90
90
`nrfjprog` tool wherever you have added it. You can run the following command, for example:
91
91
92
92
```
@@ -113,9 +113,9 @@ $ nrfjprog --reset -f nrf52
113
113
114
114
## Misc Notes
115
115
116
-
#### nRF52DK Jlink Issue on OS X
116
+
#### nRF52DK Jlink Issue on macOS
117
117
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
119
119
over the USB CDC interface, which will prevent you from using the serial bootloader from
120
120
the Arduino IDE with an error like this:
121
121
@@ -154,4 +154,4 @@ The following libraries are used:
154
154
- [nrfx](https://github.com/NordicSemiconductor/nrfx) for peripherals driver
155
155
- [littlefs](https://github.com/ARMmbed/littlefs) for internal file system
156
156
- [fatfs by elm-chan](http://elm-chan.org/fsw/ff/00index_e.html) for external file system
0 commit comments