From 80a993564051d62e7d45bda014c005d326f69c0a Mon Sep 17 00:00:00 2001 From: Josefine Herlin <66409231+jhansson-ard@users.noreply.github.com> Date: Wed, 1 Oct 2025 10:10:46 +0200 Subject: [PATCH] updating trademarks --- .../Burn-the-bootloader-on-Arduino-Nano-33-IoT.md | 6 +++--- ...d-with-esp32-board-package-2-0-10-on-Windows-or-Linux.md | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/content/Hardware Support/Nano Family/Burn-the-bootloader-on-Arduino-Nano-33-IoT.md b/content/Hardware Support/Nano Family/Burn-the-bootloader-on-Arduino-Nano-33-IoT.md index d7a65884..55562661 100644 --- a/content/Hardware Support/Nano Family/Burn-the-bootloader-on-Arduino-Nano-33-IoT.md +++ b/content/Hardware Support/Nano Family/Burn-the-bootloader-on-Arduino-Nano-33-IoT.md @@ -41,7 +41,7 @@ You'll need a way to connect your programmer to these points (also called "pads" ### What you'll need * **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/). -* 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). +* 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). * 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). ### Instructions @@ -117,9 +117,9 @@ You'll need a way to connect your programmer to these points (also called "pads" 1. Open Arduino IDE. -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**. +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**. -1. When the library download is complete, select **File > Examples > Adafruit DAP library > samd21 > flash_from_SD** from the Arduino IDE's menus. +1. When the library download is complete, select **File > Examples > Adafruit® DAP library > samd21 > flash_from_SD** from the Arduino IDE's menus. 1. Prepare the sketch: diff --git a/content/Software Support/Compilation/Errors-when-compiling-for-an-ESP32-board-with-esp32-board-package-2-0-10-on-Windows-or-Linux.md b/content/Software Support/Compilation/Errors-when-compiling-for-an-ESP32-board-with-esp32-board-package-2-0-10-on-Windows-or-Linux.md index 09438815..4e00ae4c 100644 --- a/content/Software Support/Compilation/Errors-when-compiling-for-an-ESP32-board-with-esp32-board-package-2-0-10-on-Windows-or-Linux.md +++ b/content/Software Support/Compilation/Errors-when-compiling-for-an-ESP32-board-with-esp32-board-package-2-0-10-on-Windows-or-Linux.md @@ -41,7 +41,7 @@ These issues have been fixed in 2.0.11 and later. **[Upgrade the board package]( >: -c: line 1: unexpected EOF while looking for matching `'' >: -c: line 2: syntax error: unexpected end of file exit status 2 - Error compiling for board Adafruit ESP32 Feather. + Error compiling for board Adafruit® ESP32 Feather. ``` ---