Skip to content

Commit 80a9935

Browse files
committed
updating trademarks
1 parent 8ef9c47 commit 80a9935

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

content/Hardware Support/Nano Family/Burn-the-bootloader-on-Arduino-Nano-33-IoT.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ You'll need a way to connect your programmer to these points (also called "pads"
4141
### What you'll need
4242

4343
* **A debugging probe** that is CMSIS-DAP compliant and that supports Serial Wire Debug, like this [open source debugger (US only)](https://www.tindie.com/products/ataradov/cmsis-dap-compliant-swd-debugger/).
44-
* Many debug probes use a 2x5 0.05" pitch header/cable. You may need a breakout board, like [this one from Adafruit](https://www.adafruit.com/product/2743).
44+
* Many debug probes use a 2x5 0.05" pitch header/cable. You may need a breakout board, like [this one from Adafruit®](https://www.adafruit.com/product/2743).
4545
* A way to connect your programmer to your Nano 33 IoT board. See [Connecting to the test points on the Nano 33 IoT](#connecting-to-the-test-points).
4646

4747
### Instructions
@@ -117,9 +117,9 @@ You'll need a way to connect your programmer to these points (also called "pads"
117117

118118
1. Open Arduino IDE.
119119

120-
1. [Use the Library Manager](https://support.arduino.cc/hc/en-us/articles/5145457742236-Add-libraries-to-Arduino-IDE#library-manager) to install the **Adafruit DAP library** by Adafruit. If asked whether to install library dependencies, choose **Install all**.
120+
1. [Use the Library Manager](https://support.arduino.cc/hc/en-us/articles/5145457742236-Add-libraries-to-Arduino-IDE#library-manager) to install the **Adafruit® DAP library** by Adafruit®. If asked whether to install library dependencies, choose **Install all**.
121121

122-
1. When the library download is complete, select **File > Examples > Adafruit DAP library > samd21 > flash_from_SD** from the Arduino IDE's menus.
122+
1. When the library download is complete, select **File > Examples > Adafruit® DAP library > samd21 > flash_from_SD** from the Arduino IDE's menus.
123123

124124
1. Prepare the sketch:
125125

content/Software Support/Compilation/Errors-when-compiling-for-an-ESP32-board-with-esp32-board-package-2-0-10-on-Windows-or-Linux.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ These issues have been fixed in 2.0.11 and later. **[Upgrade the board package](
4141
>: -c: line 1: unexpected EOF while looking for matching `''
4242
>: -c: line 2: syntax error: unexpected end of file
4343
exit status 2
44-
Error compiling for board Adafruit ESP32 Feather.
44+
Error compiling for board Adafruit® ESP32 Feather.
4545
```
4646

4747
---

0 commit comments

Comments
 (0)