Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit e97eea0

Browse files
Linter: USB-C trademark regex fix [PC-1014] (#632)
* Fix USB-C Regex * Lint: USB-C trademark * Lint: Tech-specs, datasheets and features
1 parent 3a396de commit e97eea0

File tree

31 files changed

+38
-38
lines changed

31 files changed

+38
-38
lines changed

‎content/hardware/02.hero/boards/uno-mini-le/datasheet/datasheet.md‎

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -115,7 +115,7 @@ The UNO Mini is a smaller version of the Arduino UNO - to celebrate a successful
115115

116116
| Ref. | Description | Ref. | Description |
117117
| ----- | ------------------------------ | ----- | ------------------------------------- |
118-
| J1 | USB C Connector | J7 | Ground |
118+
| J1 | USB C® Connector | J7 | Ground |
119119
| J2 | 6x Connector pin (female) | U1 | ATMEGA16U2 Module |
120120
| J3 | 8x Connector pin (female) | U2 | ATMEGA328P Module |
121121
| J4 | 8x Connector pin (female) | U5 | MPM3610AGQV-PIC StpDwn-CONV.21V 1.2A |

‎content/hardware/02.hero/boards/uno-mini-le/tech-specs.yml‎

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ Board:
22
Name: Arduino UNO Mini Limited Edition
33
SKU: ABX00062
44
Microcontroller: ATmega328P
5-
USB connector: USB-C
5+
USB connector: USB-C®
66
Pins:
77
Built-in LED Pin: 13
88
Digital I/O Pins: 14

‎content/hardware/04.pro/boards/portenta-h7-lite-connected/tech-specs.yml‎

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ Board:
22
Name: Arduino® Portenta H7 Lite Connected
33
SKU: ABX00046
44
Microcontroller: STM32H747XI dual Cortex®-M7+M4 32bit low power Arm® MCU
5-
USB connector: USB-C
5+
USB connector: USB-C®
66
Pins:
77
Digital I/O Pins: 22
88
Analog input pins: 8

‎content/hardware/04.pro/boards/portenta-h7-lite/tech-specs.yml‎

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ Board:
22
Name: Arduino® Portenta H7 Lite
33
SKU: ABX00045
44
Microcontroller: STM32H747XI dual Cortex®-M7+M4 32bit low power Arm® MCU
5-
USB connector: USB-C
5+
USB connector: USB-C®
66
Pins:
77
Digital I/O Pins: 22
88
Analog input pins: 8

‎content/hardware/04.pro/boards/portenta-h7/tech-specs.yml‎

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ Board:
22
Name: Arduino® Portenta H7
33
SKU: ABX00042
44
Microcontroller: STM32H747XI dual Cortex®-M7+M4 32bit low power Arm® MCU
5-
USB connector: USB-C
5+
USB connector: USB-C®
66
Pins:
77
Digital I/O Pins: 22
88
Analog input pins: 8

‎content/hardware/04.pro/boards/portenta-h7/tutorials/ble-connectivity/content.md‎

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -27,13 +27,13 @@ In this tutorial we will enable low energy Bluetooth® on the Portenta H7 to all
2727

2828
## Goals
2929

30-
- Enabling Bluetooth® Low Energy connectivity on the Portenta H7.
31-
- Connecting the Portenta to an external Bluetooth® Low Energy Mobile Application (In this case [nRF Connect](https://www.nordicsemi.com/Software-and-tools/Development-Tools/nRF-Connect-for-mobile) by Nordic Semiconductor).
30+
- Enabling Bluetooth® Low Energy connectivity on the Portenta H7.
31+
- Connecting the Portenta to an external Bluetooth® Low Energy Mobile Application (In this case [nRF Connect](https://www.nordicsemi.com/Software-and-tools/Development-Tools/nRF-Connect-for-mobile) by Nordic Semiconductor).
3232

3333
### Required Hardware and Software
3434

3535
- [Portenta H7 (ABX00042)](https://store.arduino.cc/portenta-h7) or [Portenta H7 Lite Connected (ABX00046)](https://store.arduino.cc/products/portenta-h7-lite-connected)
36-
- USB C cable (either USBA to USB C or USB C to USB C)
36+
- USB-C® cable (either USB-A to USB-C® or USB-C® to USB-C®)
3737
- Arduino IDE 1.8.13+ or Arduino Pro IDE 0.0.4+
3838
- Mobile device, phone or tablet
3939
- [nRFconnect](https://www.nordicsemi.com/Software-and-tools/Development-Tools/nRF-Connect-for-mobile) or equivalent tool downloaded on your mobile device: [nRF Connect for iOS](https://itunes.apple.com/us/app/nrf-connect/id1054362403?ls=1&mt=8) or [nRF Connect for android](https://play.google.com/store/apps/details?id=no.nordicsemi.android.mcp)

‎content/hardware/04.pro/boards/portenta-h7/tutorials/dual-core-processing/content.md‎

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ The Portenta H7 is equipped with a processor that has two processing units calle
3232
### Required Hardware and Software
3333

3434
- [Portenta H7 (ABX00042)](https://store.arduino.cc/portenta-h7) or [Portenta H7 Lite Connected (ABX00046)](https://store.arduino.cc/products/portenta-h7-lite-connected)
35-
- USB C cable (either USB A to USB C or USB C to USB C)
35+
- USB-C® cable (either USB A to USB-C® or USB-C® to USB-C®)
3636
- Arduino IDE 1.8.10+
3737

3838
## Cortex® M7 & M4

‎content/hardware/04.pro/boards/portenta-h7/tutorials/flash-optimized-key-value-store/content.md‎

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ In this tutorial you will learn how to use the Mbed OS [TDBStore API](https://os
2929
### Required Hardware and Software
3030

3131
- [Portenta H7 (ABX00042)](https://store.arduino.cc/products/portenta-h7), [Portenta H7 Lite (ABX00045)](https://store.arduino.cc/products/portenta-h7-lite) or [Portenta H7 Lite Connected (ABX00046)](https://store.arduino.cc/products/portenta-h7-lite-connected)
32-
- USB C cable (either USBA to USB C or USB C to USB C)
32+
- USB-C® cable (either USB-A to USB-C® or USB-C® to USB-C®)
3333
- Arduino IDE 1.8.10+ or Arduino Pro IDE 0.0.4+ or Arduino CLI 0.13.0+
3434

3535
## Instructions

‎content/hardware/04.pro/boards/portenta-h7/tutorials/lauterbach-debugger/content.md‎

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ This tutorial will show you how to use the Lauterbach TRACE32 GDB front-end debu
2626

2727
### Required Hardware and Software
2828
- [Portenta H7 (ABX00042)](https://store.arduino.cc/products/portenta-h7), [Portenta H7 Lite (ABX00045)](https://store.arduino.cc/products/portenta-h7-lite) or [Portenta H7 Lite Connected (ABX00046)](https://store.arduino.cc/products/portenta-h7-lite-connected)
29-
- USB C cable (either USBA to USB C or USB C to USB C)
29+
- USB-C® cable (either USB-A to USB-C® or USB-C® to USB-C®)
3030
- Arduino IDE 1.8.13+ or Arduino Pro IDE 0.1.0+
3131
- Lauterbach TRACE32 (https://www.lauterbach.com/download_demo.html)
3232

‎content/hardware/04.pro/boards/portenta-h7/tutorials/setting-up-portenta/content.md‎

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ This tutorial focuses on the Arduino core which allows you to benefit from the t
3737
### Required Hardware and Software
3838

3939
- [Portenta H7 (ABX00042)](https://store.arduino.cc/products/portenta-h7), [Portenta H7 Lite (ABX00045)](https://store.arduino.cc/products/portenta-h7-lite) or [Portenta H7 Lite Connected (ABX00046)](https://store.arduino.cc/products/portenta-h7-lite-connected)
40-
- USB C cable (either USBA to USB C or USB C to USB C)
40+
- USB-C® cable (either USB-A to USB-C® or USB-C® to USB-C®)
4141

4242
## Portenta and The Arduino Core
4343
The Portenta H7 is equipped with two Arm Cortex ST processors (Cortex-M4 and Cortex-M7) which run the Mbed OS. Mbed OS is an embedded real time operating system (RTOS) designed specifically for microcontrollers to run IoT applications on low power. A real-time operating system is an operating system designed to run real-time applications that process data as it comes in, typically without buffer delays. [Here you can read more about real time operating systems](https://www.ni.com/en-us/innovations/white-papers/07/what-is-a-real-time-operating-system--rtos--.html).
@@ -54,7 +54,7 @@ In this section, we will guide you through a step-by-step process of setting up
5454
***IMPORTANT: Please make sure to update the bootloader to the most recent version to benefit from the latest improvements. Follow [these steps](updating-the-bootloader) before you proceed with the next step of this tutorial.***
5555

5656
### 1. The Basic Setup
57-
Let's begin by Plug-in your Portenta to your computer using the appropriate USB C cable. Next, open your IDE and make sure that you have the right version of the Arduino IDE downloaded on to your computer.
57+
Let's begin by Plug-in your Portenta to your computer using the appropriate USB-C® cable. Next, open your IDE and make sure that you have the right version of the Arduino IDE downloaded on to your computer.
5858

5959
![The Portenta H7 can be connected to the computer using an appropriate USB-C® cable](assets/por_ard_gs_basic_setup.svg)
6060

0 commit comments

Comments
(0)

AltStyle によって変換されたページ (->オリジナル) /