Skip to content

Commit e3df420

Browse files
author
Amanda Butler
authored
Copy edit itm.md
Copy edit for consistent tense and brevity.
1 parent 4eb983d commit e3df420

File tree

1 file changed

+2
-2
lines changed
  • docs/reference/contributing/target

1 file changed

+2
-2
lines changed

docs/reference/contributing/target/itm.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,11 +6,11 @@ For targets with Arm CoreSight (for example, Cortex-M3 and Cortex-M4), the Instr
66

77
##### Defined behavior
88

9-
When the ITM has been initialized (by the SerialWireOutput class or other application), writing data to the ITM stimulus registers will result in the ITM transmitting the data over the SWO line.
9+
When the ITM has been initialized (by the SerialWireOutput class or other application), writing data to the ITM stimulus registers results in the ITM transmitting the data over the SWO line.
1010

1111
##### Undefined behavior
1212

13-
- The debug clock frequency is left undefined because the most optimal frequency varies from target to target. It is up to each target's owner to choose a frequency that doesn't interfere with normal operation and that the owner's preferred debug monitor supports.
13+
- The debug clock frequency is left undefined because the most optimal frequency varies by target. It is up to each target's owner to choose a frequency that doesn't interfere with normal operation and that the owner's preferred debug monitor supports.
1414
- If another peripheral tries to take control of the SWO pin, it is undefined whether that operation succeeds.
1515

1616
##### Note

0 commit comments

Comments
 (0)