Skip to content

Commit c2a67f3

Browse files
Cruz Monrrealc1728p9
andauthored
Make targets plural in design document
Co-Authored-By: c1728p9 <[email protected]>
1 parent 73403b0 commit c2a67f3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/design-documents/hal/0002-pinmap-extension.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ These tools will help designing better tests for the HAL.
1717

1818
### Overview and background
1919

20-
At the time being, drivers are only tested on a single "default" peripheral. However, some target feature the same peripheral through different blocks' implementations for example the SPI may be provided on a single MCU by its USART, QSPI and SSP peripherals.
20+
At the time being, drivers are only tested on a single "default" peripheral. However, some targets feature the same peripheral through different blocks' implementations for example the SPI may be provided on a single MCU by its USART, QSPI and SSP peripherals.
2121
To ensure that the driver's implementation is valid for all these peripherals we want the CI to run the test set on each peripheral using at least one set of pin determined at run time (pin may eventually picked randomly).
2222

2323
### Requirements and assumptions

0 commit comments

Comments
 (0)