Difference between revisions of "Test Tools"

From eLinux.org
Jump to: navigation, search
(Created page with "== Test Tools == Tools to aid with Testing === SPI === * [http://www.kernel.org/doc/Documentation/spi/spidev_test.c spidev_test.c] * [SpiSlaveZero] === USB === * [http://...")
 
m
 
(One intermediate revision by one other user not shown)
Line 2: Line 2:
  
 
Tools to aid with Testing
 
Tools to aid with Testing
 +
 +
=== Full stack embedded testing ===
 +
 +
* [https://theembeddedkit.io/pluma-automated-testing-tool/ Pluma] by [https://theembeddedkit.io/ The Embedded Kit]
  
 
=== SPI ===
 
=== SPI ===
  
 
* [http://www.kernel.org/doc/Documentation/spi/spidev_test.c spidev_test.c]
 
* [http://www.kernel.org/doc/Documentation/spi/spidev_test.c spidev_test.c]
* [SpiSlaveZero]
+
* [[SpiSlaveZero]] SPI Slave Zero universal SPI peripheral
  
 
=== USB ===
 
=== USB ===
  
 
* [http://www.linux-usb.org/usbtest/ Gadget Zero]
 
* [http://www.linux-usb.org/usbtest/ Gadget Zero]

Latest revision as of 08:36, 2 November 2023

Test Tools

Tools to aid with Testing

Full stack embedded testing

SPI

USB