Make targets plural in design document

Co-Authored-By: c1728p9 <butleja10511@hotmail.com>
pull/9690/head
Cruz Monrreal 2019-02-13 09:00:29 -06:00 committed by GitHub
parent 73403b02bc
commit c2a67f3d8e
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -17,7 +17,7 @@ These tools will help designing better tests for the HAL.
### Overview and background
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.
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.
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).
### Requirements and assumptions