-
Notifications
You must be signed in to change notification settings - Fork 513
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
4 changed files
with
8 additions
and
8 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
6 changes: 3 additions & 3 deletions
6
user/tests/wiring/spi_master_slave/spi_master_slave.spec.bak2
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,12 +1,12 @@ | ||
suite('SPI MASTER SLAVE'); | ||
|
||
platform('p2','argon'); | ||
platform('gen3', 'gen4'); | ||
systemThread('enabled'); | ||
timeout(20 * 60 * 1000); | ||
|
||
// FIXME: currently no way to define multiple fixture configurations within a test suite | ||
// fixture('spi_master', 'spi1_slave'); // use with spi_master_slave_1_bw.config.js and spi_master_slave_2_bw.config.js | ||
fixture('spi1_master', 'spi1_slave'); // use with spi_master_slave_3_bw.config.js | ||
// fixture('spi1_slave', 'spi_master'); // use with spi_master_slave_1_bw.config.js and spi_master_slave_2_bw.config.js | ||
fixture('spi1_slave', 'spi1_master'); // use with spi_master_slave_3_bw.config.js | ||
|
||
// This tag should be filtered out by default | ||
tag('fixture'); |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,12 +1,12 @@ | ||
suite('SPI MASTER SLAVE'); | ||
|
||
platform('p2','argon'); | ||
platform('gen3', 'gen4'); | ||
systemThread('enabled'); | ||
timeout(20 * 60 * 1000); | ||
|
||
// FIXME: currently no way to define multiple fixture configurations within a test suite | ||
fixture('spi_master', 'spi1_slave'); // use with spi_master_slave_1_bw.config.js and spi_master_slave_2_bw.config.js | ||
// fixture('spi1_master', 'spi1_slave'); // use with spi_master_slave_3_bw.config.js | ||
fixture('spi1_slave', 'spi_master'); // use with spi_master_slave_1_bw.config.js and spi_master_slave_2_bw.config.js | ||
// fixture('spi1_slave', 'spi1_master'); // use with spi_master_slave_3_bw.config.js | ||
|
||
// This tag should be filtered out by default | ||
tag('fixture'); |